xworkmate-app/lib/app
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_capabilities.dart Clean C/S surfaces down to assistant and settings 2026-04-13 12:14:12 +08:00
app_controller_desktop_core.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_external_acp_routing.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_gateway.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_navigation.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_runtime_coordination_impl.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_runtime_exceptions.dart Align bridge core path and secure account sync 2026-04-10 11:55:36 +08:00
app_controller_desktop_runtime_helpers.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_settings_runtime.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_settings.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_skill_permissions.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_thread_actions.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_thread_binding.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_thread_sessions_collaboration_impl.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_thread_sessions.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_thread_storage.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop_workspace_execution.dart refactor: remove multi-agent orchestration subsystem (Path B) 2026-06-04 05:34:58 +00:00
app_controller_desktop.dart chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +08:00
app_controller_openclaw_task_queue.dart fix: unblock OpenClaw gateway task queue 2026-05-28 17:05:07 +08:00
app_controller.dart refactor: remove web surface from xworkmate-app 2026-04-09 11:19:40 +08:00
app_logger.dart chore: prepare release v1.1.4 (app store compliance, remote desktop fixes, ci verification) 2026-06-03 15:52:44 +08:00
app_metadata.dart feat(settings): refresh account sync, add about metadata, and rewrite task dialog modes 2026-04-13 18:02:30 +08:00
app_shell_desktop.dart feat: show sidebar task status chips 2026-05-19 15:39:23 +08:00
app_shell.dart refactor: remove web surface from xworkmate-app 2026-04-09 11:19:40 +08:00
app_store_policy.dart Clean C/S surfaces down to assistant and settings 2026-04-13 12:14:12 +08:00
app.dart Remove bridge fallback runtime code 2026-04-13 11:34:31 +08:00
task_thread_repositories.dart Clean legacy task thread state plumbing 2026-04-06 10:27:01 +08:00
ui_feature_manifest_core.dart feat: add runtime logs tab to settings page 2026-06-03 14:29:37 +08:00
ui_feature_manifest.dart Remove bridge fallback runtime code 2026-04-13 11:34:31 +08:00
workspace_navigation.dart chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +08:00
workspace_page_registry.dart feat(mobile): redesign mobile UX and iOS native experience 2026-05-26 07:05:55 +08:00