* 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> |
||
|---|---|---|
| .. | ||
| OpenClaw.Shared.Tests | ||
| OpenClaw.Tray.IntegrationTests | ||
| OpenClaw.Tray.Tests | ||
| OpenClaw.Tray.UITests | ||
| OpenClaw.WinNode.Cli.Tests | ||
| Directory.Build.props | ||