Commit Graph

31 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
329380c059 fix: use bridge skills for assistant picker 2026-05-22 20:30:34 +08:00
Haitao Pan
0f5440d042 fix: remove polluted test task sessions 2026-05-19 08:21:45 +08:00
Haitao Pan
603710a51b fix: isolate test thread workspaces 2026-05-18 19:42:49 +08:00
Haitao Pan
9df22b23e6 chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +08:00
Haitao Pan
d1113ff27a Remove runtime session task binding 2026-05-13 12:37:34 +08:00
Haitao Pan
37b110763b refactor(storage): unify persistent storage with robust error handling and simplified secret management
- Consolidate settings, tasks, and audit storage into SettingsStore and SecretStore
- Implement PersistentWriteFailure for detailed error reporting across storage scopes
- Migrate secret retrieval to rely primarily on reference-based lookups
- Add ThemeMode persistence and AccountSyncState serialization
- Modernize SecureConfigStore with clear path resolution and support for UI state
- Streamline Rust build process by migrating from custom scripts to Makefile
- Remove redundant build_rust_ffi.sh and update integration scripts
2026-04-19 10:34:15 +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
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
7af9d47839 Remove local CLI and provider mirror decisions 2026-04-12 12:23:00 +08:00
Haitao Pan
033dd07a1b Refactor app execution semantics to agent and gateway 2026-04-11 16:23:26 +08:00
Haitao Pan
ba013c3133 refactor: move app settings to v1 single-file snapshot 2026-04-11 12:02:32 +08:00
Haitao Pan
8d70cfedea refactor: remove stale thread target fallback 2026-04-11 09:02:22 +08:00
Haitao Pan
60c2996e89 remove app legacy account and secret compat 2026-04-10 16:50:50 +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
d5f91d4ba3 refactor desktop single-agent mode selection 2026-04-06 17:23:03 +08:00
Haitao Pan
63fa64417d Refactor single-agent execution chain 2026-04-06 16:01:27 +08:00
Haitao Pan
1665fc8a90 Fix gateway test pairing identity reuse 2026-04-06 15:15:10 +08:00
Haitao Pan
0a602cf063 Refactor TaskThread workspace binding semantics 2026-04-06 06:48:12 +08:00
Haitao Pan
4457056c70 Tighten localhost auth bypass and add arbitrary secret refs 2026-04-04 15:04:01 +08:00
Haitao Pan
7c3bd2106f Handle background capability refresh failures 2026-04-03 20:37:20 +08:00
Haitao Pan
60aebf64c0 feat(account): add secure remote sync and installed-skill e2e 2026-03-30 19:35:53 +08:00
Haitao Pan
8b4143100a Add workspace follow action to sidebar card 2026-03-29 21:01:34 +08:00
Haitao Pan
73c54acf86 Batch 5: remove silent desktop gateway fallback 2026-03-29 16:48:45 +08:00
Haitao Pan
f225ad5d30 Batch 4: sink gateway runtime into go core 2026-03-29 16:29:00 +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
Haitao Pan
c285f1e810 refactor: remove Dart part mechanism across lib and test 2026-03-28 17:06:52 +08:00