Cowork 3P
5fb72adff3
refactor: remove stale runtime fallbacks
2026-06-04 22:38:09 +08:00
Cowork 3P
cdd80d002a
docs: rewrite README — fix repo name, remove stale multi-agent refs, add dependencies
...
- Title: XWorkmate → xworkmate-app
- Remove references to deleted multi-agent orchestration
- Fix download links: xworkmate.svc.plus → xworkmate-app
- Replace machine-specific /Users/shenlan/... paths with relative links
- Add Dependencies section: xworkmate-bridge, xworkspace-core-skills,
openclaw-multi-session-plugins, playbooks
- Consolidate Learn More links to repo-relative paths
2026-06-04 07:01:18 +00:00
Cowork 3P
c84843d617
refactor: remove multi-agent orchestration subsystem (Path B)
...
Remove the entire multi-agent collaboration execution path, including:
- MultiAgentOrchestrator and its 4-phase pipeline (Architect→Engineer→Tester→Iteration)
- ARIS framework preset and mount infrastructure
- Hardcoded model defaults (kimi-k2.5, minimax-m2.7, glm-5)
- Deprecated runCliPromptInternal() and its fallback call chain
- All related types: MultiAgentConfig, AgentWorkerConfig, MultiAgentRole, etc.
This collapses the architecture to a single clean path:
Flutter → GoTaskServiceClient → ACP Transport → Go Bridge → Remote Execution
2886 lines removed across 41 files.
2026-06-04 05:34:58 +00:00
Cowork 3P
49bce7e166
refactor(skills): fix allowErrorPayload validation, improve auto-refresh guard
2026-06-04 04:26:03 +00:00
Cowork 3P
f73dac3449
refactor(skills): clean Path B, add retry + auto-refresh, fix silent failures
...
- Remove Path B (direct WebSocket RPC), unify skills loading via ACP bridge sessionClient
- Delete skillsStatusPayloadInternal fragile nested-key parsing
- SkillsController: explicit error when offline (no more silent empty), auto-retry with 2s/4s backoff
- Auto-refresh on gateway connect via ChangeNotifier listener
- Gateway connect: concurrent Future.wait for independent controller refreshes
- UI: retry button in skill picker empty/error states
- Clean up skillsController from relayChildChangeInternal listeners
2026-06-04 03:48:29 +00:00
Haitao Pan
f30b1e2eda
refactor(ui): eliminate unowned helper sprawl in assistant skill picker
2026-06-04 10:08:02 +08:00
Haitao Pan
0dce7096d4
fix: WebRTC remote desktop connection, cleanup local fallback, and ignore .gradle cache
2026-06-04 09:12:08 +08:00
Haitao Pan
1212f8cb41
feat: Remote Desktop UI and Client WebRTC Integration
2026-06-03 10:50:06 +08:00
Haitao Pan
4bb846c674
Reassociate OpenClaw tasks through Bridge control plane
2026-06-02 11:58:40 +08:00
Haitao Pan
dff3fee221
fix(openclaw): keep artifact runs session scoped
2026-06-02 00:48:56 +08:00
Haitao Pan
5d47309b77
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
515ea5366d
Fix task refresh layout stability
2026-05-30 12:02:03 +08:00
Haitao Pan
97d475bdcd
fix(assistant): pin task session on submit
2026-05-29 13:31:48 +08:00
Haitao Pan
b54404c0e5
fix: keep running task follow-up in current thread
2026-05-29 09:05:02 +08:00
Haitao Pan
8339ef93f1
Fix assistant skill picker loading
2026-05-28 11:03:50 +08:00
Haitao Pan
0226bc810d
Polish assistant UI and add Service Mesh video case
2026-05-25 13:43:00 +08:00
Haitao Pan
e4bfeeafcd
Fix assistant continue task requeue
2026-05-25 10:35:30 +08:00
Haitao Pan
64913aaf0f
Refine assistant attachment payload handling
2026-05-25 09:56:06 +08:00
Haitao Pan
064384aa3b
fix: keep stopped gateway tasks out of pending queue
2026-05-25 08:49:20 +08:00
Haitao Pan
c9dcb5bcbc
fix: group gateway skills and clean imports
2026-05-23 12:02:45 +08:00
Haitao Pan
b439d06892
fix: pass selected skills with key context
2026-05-23 10:58:06 +08:00
Haitao Pan
f7e1973d9d
fix: surface queued task feedback
2026-05-19 10:28:13 +08:00
Haitao Pan
603710a51b
fix: isolate test thread workspaces
2026-05-18 19:42:49 +08:00
Haitao Pan
e431a63360
Fix assistant task artifact and draft handling
2026-05-18 16:04:06 +08:00
Haitao Pan
935b0ac62a
fix: keep agent mode selectable and omit OpenClaw model
2026-05-13 17:44:39 +08:00
Haitao Pan
9df22b23e6
chore: remove stale gateway settings and app ffi paths
2026-05-13 16:45:54 +08:00
Haitao Pan
956f58192c
Fix atomic assistant task execution state
2026-05-12 21:23:58 +08:00
Haitao Pan
ec4284598f
Fix assistant session artifact binding
2026-05-12 16:47:09 +08:00
Haitao Pan
90a6a6cff9
fix: restart gateway turns after acp interruption
2026-05-10 12:59:09 +08:00
Haitao Pan
41ef452929
fix: hide OpenClaw artifact guard diagnostics
2026-05-08 18:14:36 +08:00
Haitao Pan
f176b7a656
feat: add assistant task runtime controls
2026-05-08 17:16:50 +08:00
Haitao Pan
ad361c1ac9
feat: isolate concurrent assistant task runs
2026-05-08 15:04:42 +08:00
Haitao Pan
8598673724
fix: preserve acp interrupted task results
2026-05-08 14:19:26 +08:00
Haitao Pan
544dc44c47
feat: reveal artifact file locations
2026-05-07 15:36:43 +08:00
Haitao Pan
bc2e31f13b
refactor: remove stale skill routing paths
2026-05-05 12:46:41 +08:00
Haitao Pan
be24832f80
fix: sync bridge artifacts into sidebar
2026-05-05 12:46:00 +08:00
Haitao Pan
c6efeb89aa
Refine assistant bridge capability flow
2026-04-21 21:59:27 +08:00
Haitao Pan
f99f4d4677
Lock bridge ACP contract and remove app fallback state
2026-04-16 13:54:33 +08:00
Haitao Pan
94ae57f201
test: lock provider selection mainline contract
2026-04-14 13:56:58 +08:00
Haitao Pan
763e8f3c5e
refactor: remove legacy single-agent provider selection flow
2026-04-14 12:43:05 +08:00
Haitao Pan
0a6ae2730c
Drive task dialog providers from bridge catalog
2026-04-14 10:05:10 +08:00
Haitao Pan
ed11872383
fix: merge provider and bridge auth sync cleanups
2026-04-13 20:46:38 +08:00
Haitao Pan
02684aabde
feat(settings): refresh account sync, add about metadata, and rewrite task dialog modes
2026-04-13 18:02:30 +08:00
Haitao Pan
818ff6774d
fix: surface bridge-owned task dialog providers
2026-04-13 15:46:07 +08:00
Haitao Pan
29db450352
Remove app-side pairingRequired connection state
2026-04-13 09:24:06 +08:00
Haitao Pan
20e390bcb8
fix: recover bridge server sync state and hide stale model labels
2026-04-12 21:03:31 +08:00
Haitao Pan
155c4e3de1
Refine assistant task dialog mode mapping
2026-04-12 19:51:04 +08:00
Haitao Pan
bafcf3e25d
Fix assistant provider selector and submit action
2026-04-12 19:06:06 +08:00
Haitao Pan
998600edf7
cleanup assistant single-agent code paths
2026-04-12 18:34:28 +08:00
Haitao Pan
f3b317969e
Clean bridge provider unavailable UX copy
2026-04-12 16:41:38 +08:00