openclaw-windows-node/tests
Ranjesh fb1b766f73
fix: graceful chat error handling when gateway offline + tray menu bottom spacing (#273)
* Bump Microsoft.WindowsAppSDK from 1.8.260101001 to 2.0.1

---
updated-dependencies:
- dependency-name: Microsoft.WindowsAppSDK
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: graceful chat error handling and tray menu spacing

- Chat window: catch all WebView2 navigation failures with context-specific
  error messages (connectivity vs other errors), add Retry button so users
  can reconnect without closing/reopening the window, restore WebView on
  successful retry
- Tray menu: remove extra 4px bottom border and reduce SizeToContent chrome
  buffer from +24 to +4 to eliminate dead space below Exit
- Bump Microsoft.WindowsAppSDK to 2.0.1 in WinUI and UITests projects to
  match FunctionalUI (cherry-picked from upstream PR #269)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: use cmd.exe for Run_WithEnvVars integration test

The test was using powershell.exe (Windows PowerShell) which can be slow
to cold-start on CI runners, causing the 10s timeout to expire (exit
code -1). Switch to cmd.exe with 'echo %VAR%' since the test only needs
to verify env vars are passed to the child process — the shell choice is
irrelevant. PowerShell is already covered by other integration tests.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-04 22:39:43 -07:00
..
OpenClaw.Shared.Tests fix: graceful chat error handling when gateway offline + tray menu bottom spacing (#273) 2026-05-04 22:39:43 -07:00
OpenClaw.Tray.IntegrationTests feat: winnode CLI for invoking node commands over local MCP (#250) 2026-05-01 09:27:50 -07:00
OpenClaw.Tray.Tests Companion application refactoring (#272) 2026-05-04 20:48:24 -07:00
OpenClaw.Tray.UITests fix: graceful chat error handling when gateway offline + tray menu bottom spacing (#273) 2026-05-04 22:39:43 -07:00
OpenClaw.WinNode.Cli.Tests feat: winnode CLI for invoking node commands over local MCP (#250) 2026-05-01 09:27:50 -07:00
Directory.Build.props feat: add native WinUI A2UI renderer and MCP hardening (#239) 2026-04-29 22:53:50 -07:00