xworkmate-app/test/features/assistant
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
..
assistant_artifact_sidebar_test.dart Sync artifact sidebar with selected task 2026-06-07 12:13:58 +08:00
assistant_attachment_payloads_test.dart feat(assistant): include attachment source paths in gateway prompts 2026-06-12 16:58:24 +08:00
assistant_connection_status_test.dart fix(assistant): keep manual bridge usable when signed out of svc.plus 2026-06-29 10:57:00 +08:00
assistant_lower_pane_test.dart fix: finalize openclaw task polling results 2026-06-05 07:30:51 +08:00
assistant_page_session_binding_test.dart fix(openclaw): keep artifact runs session scoped 2026-06-02 00:48:56 +08:00
assistant_task_model_cleanup_test.dart chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +08:00
assistant_task_progress_bar_test.dart refactor: Remove OpenClaw rigid time limits and false positive no-exported-artifacts judgment 2026-06-05 18:10:34 +08:00