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
Haitao Pan
4b62300e40
feat(assistant): include attachment source paths in gateway prompts
2026-06-12 16:58:24 +08:00
Haitao Pan
43db901e6f
Sync artifact sidebar with selected task
2026-06-07 12:13:58 +08:00
Haitao Pan
f81c4e8c76
fix: keep syncing partial OpenClaw artifacts
2026-06-07 07:38:04 +08:00
Haitao Pan
b2f4fc7868
fix: keep OpenClaw artifact sync polling
2026-06-06 18:02:13 +08:00
Haitao Pan
6d5122682c
refactor: Remove OpenClaw rigid time limits and false positive no-exported-artifacts judgment
2026-06-05 18:10:34 +08:00
Cowork 3P
77be6981cc
fix: finalize openclaw task polling results
2026-06-05 07:30:51 +08:00
Cowork 3P
fdda0b7d85
test,docs: fix all stale references to deleted multi-agent subsystem
...
Test fixes (6 files, -303 lines):
- Delete app_controller_acp_mount_resilience_test.dart (entirely about deleted types)
- Remove multi-agent test cases from gateway_acp_client_auth_test.dart
- Rename _manifestWithDesktopMultiAgentEnabled → _defaultDesktopManifest
in assistant_execution_target_test, assistant_lower_pane_test,
mobile_assistant_page_test
Docs fixes (6 files):
- Regenerate public-symbol-inventory.json/md via make docs-public-api
- Remove multi-agent sections from public-api/models-and-config.md,
app-orchestration.md, runtime-contracts.md
- Fix xworkmate/ → xworkmate-app/ paths in cloud-session doc
- Remove multiAgent references from app-external-service-api-test-matrix.md
2026-06-04 06:31:45 +00:00
Haitao Pan
e8c1b7deb6
refactor(ui): eliminate unowned helper sprawl in assistant skill picker
2026-06-04 10:08:02 +08:00
Haitao Pan
3d1d037e1a
fix: WebRTC remote desktop connection, cleanup local fallback, and ignore .gradle cache
2026-06-04 09:12:08 +08:00
Haitao Pan
e0d840d956
fix(openclaw): keep artifact runs session scoped
2026-06-02 00:48:56 +08:00
Haitao Pan
6d37812c10
Merge branch 'release/v1.1.4'
...
# Conflicts:
# test/features/assistant/assistant_page_session_binding_test.dart
2026-06-01 13:52:18 +08:00
Haitao Pan
e7a7ba92c4
Fix task refresh layout stability
2026-05-30 12:02:03 +08:00
Haitao Pan
e54a97bd36
fix: keep running task follow-up in current thread
2026-05-29 09:05:02 +08:00
Haitao Pan
28001df634
Fix assistant skill picker loading
2026-05-28 11:03:50 +08:00
Haitao Pan
6c009c71a2
Hide desktop agent dialog mode
2026-05-27 14:50:59 +08:00
Haitao Pan
31990b30d9
Polish assistant UI and add Service Mesh video case
2026-05-25 13:43:00 +08:00
Haitao Pan
0f2b29e0ad
Fix assistant continue task requeue
2026-05-25 10:35:30 +08:00
Haitao Pan
ae3a8c02cc
Refine assistant attachment payload handling
2026-05-25 09:56:06 +08:00
Haitao Pan
041e2d9202
fix: keep stopped gateway tasks out of pending queue
2026-05-25 08:49:20 +08:00
Haitao Pan
4825142617
fix: group gateway skills and clean imports
2026-05-23 12:02:45 +08:00
Haitao Pan
208545dd71
fix: surface queued task feedback
2026-05-19 10:28:13 +08:00
Haitao Pan
484b10ecf5
fix: remove polluted test task sessions
2026-05-19 08:21:45 +08:00
Haitao Pan
7ff53a1246
test: remove hardcoded draft task fixture
2026-05-18 20:42:51 +08:00
Haitao Pan
c3295a0276
Fix assistant task artifact and draft handling
2026-05-18 16:04:06 +08:00
Haitao Pan
bc468d8f2e
fix: keep agent mode selectable and omit OpenClaw model
2026-05-13 17:44:39 +08:00
Haitao Pan
b9a9999291
chore: remove stale gateway settings and app ffi paths
2026-05-13 16:45:54 +08:00
Haitao Pan
87c978d456
Remove runtime session task binding
2026-05-13 12:37:34 +08:00
Haitao Pan
95fdaefb74
Fix assistant session artifact binding
2026-05-12 16:47:09 +08:00
Haitao Pan
0e9ccb7ed4
fix: restart gateway turns after acp interruption
2026-05-10 12:59:09 +08:00
Haitao Pan
db88b10ee0
fix: hide OpenClaw artifact guard diagnostics
2026-05-08 18:14:36 +08:00
Haitao Pan
1239c59d42
feat: add assistant task runtime controls
2026-05-08 17:16:50 +08:00
Haitao Pan
f7f2a9caf8
fix: retry interrupted acp handshakes
2026-05-08 16:01:18 +08:00
Haitao Pan
833cc48e33
feat: isolate concurrent assistant task runs
2026-05-08 15:04:42 +08:00
Haitao Pan
e156ecf808
fix: preserve acp interrupted task results
2026-05-08 14:19:26 +08:00
Haitao Pan
eb95f72eb5
feat: reveal artifact file locations
2026-05-07 15:36:43 +08:00
Haitao Pan
ebd4e5c35c
fix: sync bridge artifacts into sidebar
2026-05-05 12:46:00 +08:00
Haitao Pan
d8be39f5cf
fix: unify bridge gateway readiness
2026-05-02 19:52:59 +08:00
Haitao Pan
f73a7b55bd
fix: route gateway execution through managed bridge
2026-05-02 12:10:08 +08:00
Haitao Pan
b582b1e815
fix: enforce explicit gateway routing and isolate test environments
...
- Update AppController to enforce explicit routing and provider selection when target is gateway.
- Add environment overrides to isolate test suites from system environment variables.
- Add automatic ACP capabilities refresh on connection failure when runtime is configured.
2026-05-01 14:00:54 +08:00
Haitao Pan
7186fa3c5d
refactor(account): optimize bridge state flow and align with production vhost routing
2026-04-21 13:48:48 +08:00
Haitao Pan
73fbe57460
fix(test): restore checkmark expectations and add missing ACP docs
2026-04-16 14:01:32 +08:00
Haitao Pan
69ecca5ac8
Lock bridge ACP contract and remove app fallback state
2026-04-16 13:54:33 +08:00
Haitao Pan
1f977caee2
test: lock provider selection mainline contract
2026-04-14 13:56:58 +08:00
Haitao Pan
51c90e9613
refactor: remove legacy single-agent provider selection flow
2026-04-14 12:43:05 +08:00
Haitao Pan
d4e09d7113
Drive task dialog providers from bridge catalog
2026-04-14 10:05:10 +08:00
Haitao Pan
69f0d451d9
fix: merge provider and bridge auth sync cleanups
2026-04-13 20:46:38 +08:00
Haitao Pan
e7b09d235d
feat(settings): refresh account sync, add about metadata, and rewrite task dialog modes
2026-04-13 18:02:30 +08:00
Haitao Pan
2d7a283797
fix: surface bridge-owned task dialog providers
2026-04-13 15:46:07 +08:00
Haitao Pan
067c673e88
Remove bridge fallback runtime code
2026-04-13 11:34:31 +08:00