Commit Graph

35 Commits

Author SHA1 Message Date
Cowork 3P
5fb72adff3 refactor: remove stale runtime fallbacks 2026-06-04 22:38:09 +08: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
Haitao Pan
da36c7f5c1 feat(mobile): redesign mobile UX and iOS native experience 2026-05-26 07:05:55 +08:00
Haitao Pan
329380c059 fix: use bridge skills for assistant picker 2026-05-22 20:30:34 +08:00
Haitao Pan
d1113ff27a Remove runtime session task binding 2026-05-13 12:37:34 +08:00
Haitao Pan
cf9585c7d0 Stabilize OpenClaw gateway queue tests 2026-05-12 15:25:58 +08:00
Haitao Pan
90a6a6cff9 fix: restart gateway turns after acp interruption 2026-05-10 12:59:09 +08:00
Haitao Pan
74d07c246e fix: preserve active assistant lifecycle during binding sync 2026-05-08 16:26:39 +08:00
Haitao Pan
ad361c1ac9 feat: isolate concurrent assistant task runs 2026-05-08 15:04:42 +08:00
Haitao Pan
5fa7c86f9c fix: stabilize ACP closed flow handling 2026-05-08 10:54:23 +08:00
Haitao Pan
71cc4848f3 fix task workspace binding separation 2026-04-22 13:51:26 +08:00
Haitao Pan
dfa1fa71bf fix: resolve svc.plus account save issue and improve bridge runtime status sync 2026-04-17 19:21:21 +08:00
Haitao Pan
94ae57f201 test: lock provider selection mainline contract 2026-04-14 13:56:58 +08:00
Haitao Pan
0a6ae2730c Drive task dialog providers from bridge catalog 2026-04-14 10:05:10 +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
31f1a4da6b Refactor bridge provider readiness and trim stale tests 2026-04-12 15:42:15 +08:00
Haitao Pan
49d3036090 Remove project selection from task threads 2026-04-11 18:25:26 +08:00
Haitao Pan
033dd07a1b Refactor app execution semantics to agent and gateway 2026-04-11 16:23:26 +08:00
Haitao Pan
cd75f4a52a Remove app-side auto bridge provider mode 2026-04-11 14:49:09 +08:00
Haitao Pan
1680305a76 refactor: remove silent local gateway fallback 2026-04-11 08:53:51 +08:00
Haitao Pan
e1429b2845 merge: consolidate CI and thread binding branch work 2026-04-11 08:20:51 +08:00
Haitao Pan
97fab179d9 Align bridge core path and secure account sync 2026-04-10 11:55:36 +08:00
Haitao Pan
dd2ba77910 Unify single-agent task flow under ACP 2026-04-08 20:27:35 +08:00
Haitao Pan
eb173a71e1 Remove legacy auto execution target routing 2026-04-06 19:01:24 +08:00
Haitao Pan
db88714b08 fix: keep manual task target selection 2026-04-06 17:02:55 +08:00
Haitao Pan
63fa64417d Refactor single-agent execution chain 2026-04-06 16:01:27 +08:00
Haitao Pan
26314c973c Fix stale single-agent provider bindings 2026-04-06 15:37:44 +08:00
Haitao Pan
dea09ea464 Clean legacy task thread state plumbing 2026-04-06 10:27:01 +08:00
Haitao Pan
0a602cf063 Refactor TaskThread workspace binding semantics 2026-04-06 06:48:12 +08:00
Haitao Pan
17c5c84736 Add top-level Auto task dialog mode 2026-04-03 19:55:47 +08:00
Haitao Pan
ca825bba73 fix(runtime): keep invalid single-agent roots unbound 2026-03-29 12:43:45 +08:00
Haitao Pan
e4ff2de29f fix(taskthread): stabilize workspace binding follow-ups 2026-03-29 09:28:51 +08:00
Haitao Pan
76fe331985 Refactor assistant thread model to TaskThread 2026-03-28 22:30:44 +08:00