xworkmate-app/lib
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
..
app refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
data refactor: rename AI Gateway UI copy to LLM API 2026-03-23 18:07:02 +08:00
features refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
i18n Refine sidebar language toggle layout 2026-03-11 15:25:33 +08:00
models refactor(ui): eliminate unowned helper sprawl in assistant skill picker 2026-06-04 10:08:02 +08:00
runtime refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
theme refactor: unify app theme surfaces by scene 2026-03-30 15:31:01 +08:00
widgets fix(runtime): restore skills loading and group rendering 2026-06-04 09:40:16 +08:00
main.dart feat: add ui feature flag release docs pipeline 2026-03-22 10:49:13 +08:00