xworkmate-app/lib/features/assistant
Cowork 3P fc43182028 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
..
assistant_attachment_payloads.dart feat: Remote Desktop UI and Client WebRTC Integration 2026-06-03 10:50:06 +08:00
assistant_page_components_core.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_components.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_composer_bar.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_composer_clipboard.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_composer_skill_picker.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_composer_state_helpers.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_composer_support.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_main.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_message_widgets.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_state_actions.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_state_closure.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_task_dialog_controls.dart fix: group gateway skills and clean imports 2026-05-23 12:02:45 +08:00
assistant_page_task_models.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page_tooltip_labels.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
assistant_page.dart refactor(ui): eliminate unowned helper sprawl in assistant skill picker 2026-06-04 10:08:02 +08:00