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
60ed369df7
refactor: remove stale runtime fallbacks
2026-06-04 22:38:09 +08:00
Cowork 3P
de58f438ac
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
a908b5118f
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
432a39d28d
refactor(skills): fix allowErrorPayload validation, improve auto-refresh guard
2026-06-04 04:26:03 +00:00
Cowork 3P
eb58364db6
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
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
81ecfba85a
feat: Remote Desktop UI and Client WebRTC Integration
2026-06-03 10:50:06 +08:00
Haitao Pan
55a1ce2af4
Reassociate OpenClaw tasks through Bridge control plane
2026-06-02 11:58:40 +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
109dbd219f
fix(assistant): pin task session on submit
2026-05-29 13:31:48 +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
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
9a241349de
fix: pass selected skills with key context
2026-05-23 10:58:06 +08:00
Haitao Pan
208545dd71
fix: surface queued task feedback
2026-05-19 10:28:13 +08:00
Haitao Pan
e264f3831a
fix: isolate test thread workspaces
2026-05-18 19:42:49 +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
71b78dae66
Fix atomic assistant task execution state
2026-05-12 21:23:58 +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
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
896c04b899
refactor: remove stale skill routing paths
2026-05-05 12:46:41 +08:00
Haitao Pan
ebd4e5c35c
fix: sync bridge artifacts into sidebar
2026-05-05 12:46:00 +08:00
Haitao Pan
a05d84bbeb
Refine assistant bridge capability flow
2026-04-21 21:59:27 +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
ce4f272d1d
Remove app-side pairingRequired connection state
2026-04-13 09:24:06 +08:00
Haitao Pan
c1d9b64a2c
fix: recover bridge server sync state and hide stale model labels
2026-04-12 21:03:31 +08:00
Haitao Pan
edd9a5993c
Refine assistant task dialog mode mapping
2026-04-12 19:51:04 +08:00
Haitao Pan
7934b1b1d9
Fix assistant provider selector and submit action
2026-04-12 19:06:06 +08:00
Haitao Pan
d7c055940f
cleanup assistant single-agent code paths
2026-04-12 18:34:28 +08:00