xworkmate-app/test/features
Haitao Pan c8e59a54dd fix(assistant): keep manual bridge usable when signed out of svc.plus
The gateway connection resolver short-circuited to "请先登录 svc.plus"
whenever the account was signed out, before checking whether a manual
bridge was configured or whether capability discovery was still running.
A saved manual bridge could therefore never be used while signed out.

- Only emit the signed-out prompt when neither an account session nor a
  manual bridge is configured (`!accountSignedIn && !bridgeConfigured`).
- Gate the sync-blocked branch on `accountSignedIn` so it no longer
  hijacks the manual-bridge discovery path.

Adds tests covering manual-bridge discovery and discovery-failure while
signed out. See docs/cases/manual-bridge-login-state/README.md.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 10:57:00 +08:00
..
app Fix task refresh layout stability 2026-05-30 12:02:03 +08:00
assistant fix(assistant): keep manual bridge usable when signed out of svc.plus 2026-06-29 10:57:00 +08:00
desktop fix: split desktop mouse move data channel 2026-06-09 15:54:36 +08:00
mobile test,docs: fix all stale references to deleted multi-agent subsystem 2026-06-04 06:31:45 +00:00
settings chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
workspace_management feat(workspace): run remote setup script 2026-06-14 14:28:20 +08:00