Commit Graph

216 Commits

Author SHA1 Message Date
Haitao Pan
fcca0e0d57 Refactor bridge runtime routing 2026-04-21 16:28:26 +08:00
Haitao Pan
396665b9d0 refactor(account): optimize bridge state flow and align with production vhost routing 2026-04-21 13:48:48 +08:00
Haitao Pan
c214594fa1 refactor(runtime): eliminate local agent process management and CLI probing
- Refactor MultiAgentOrchestrator to remove local process management.
- Disable local CLI execution and existence checks in orchestration workflows.
- Remove local process discovery and state reconciliation in mount adapters.
- Mark local agent process launching as deprecated/disabled across runtime.
2026-04-21 12:45:26 +08:00
Haitao Pan
d3da1505f6 refactor(bridge): enforce remote bridge execution and remove local ACP fallbacks
- Prioritize remote endpoints for svc.plus accounts.
- Remove legacy local go-core execution logic.
- Remove legacy local codex app-server launch logic.
- Update endpoint resolution to support provider-specific paths.
2026-04-21 12:35:52 +08:00
Haitao Pan
ff32191297 Expose Hermes in bridge provider catalog 2026-04-20 17:59:33 +08:00
Haitao Pan
a76e51b6ec Refine account sync bridge state model 2026-04-19 19:42:00 +08:00
Haitao Pan
f25b695c1d fix(build): resolve undefined method compilation error in SettingsPage
- Expose resolveAcpBridgeServerEffectiveConfig via SettingsControllerAccountExtension
- Rename internal implementation to resolveAcpBridgeServerEffectiveConfigInternal
- Update SettingsPage to call the extension method correctly
2026-04-19 12:47:13 +08:00
Haitao Pan
6118ef531e refactor(bridge): implement Single Source of Truth for bridge config and fix login persistence
- Refactor bridge configuration to resolve co-existing Manual and Cloud sources into a single persistent 'effective' state
- Implement deterministic priority resolution: Manual Bridge > Cloud Sync > Default Fallback
- Fix login issues by preserving account base URL and identifier during sync and session restoration
- Streamline config/settings.yaml by removing redundant fields and adopting YAML format
- Update documentation with new architecture guide for bridge-cloud coexistence and priority logic
- Verify functional connectivity for codex, gemini, opencode, and openclaw bridge services
2026-04-19 12:22:02 +08:00
Haitao Pan
6a76f264da 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
db04a221e7 fix(settings): force save snapshot after account sync to ensure persistence of tokens and bridge URL 2026-04-18 09:10:22 +08:00
Haitao Pan
498b8e8774 fix: resolve svc.plus account save issue and improve bridge runtime status sync 2026-04-17 19:21:21 +08:00
Haitao Pan
fa9fbf466d fix: restore missing members in AppController and fix imports in RuntimeCoordinator 2026-04-17 18:44:38 +08:00
Haitao Pan
92aa6cbe57 chore(aris): remove legacy ARIS assets and clean up associated code 2026-04-17 18:07:04 +08:00
Haitao Pan
f06e20479a fix(settings): ensure manual bridge configuration is applied correctly and improve storage fallback 2026-04-17 17:41:02 +08:00
Haitao Pan
a7362f651e feat(settings): add manual bridge configuration tab to account settings 2026-04-17 16:28:27 +08:00
Haitao Pan
5dbbc48618 fix(acp): ensure JSON-RPC response ID matching and improve SSE error reporting 2026-04-16 16:26:33 +08:00
Haitao Pan
267139bf2f Fix gateway routing when provider catalog is empty 2026-04-16 13:54:33 +08:00
Haitao Pan
cc0036985e refactor: remove legacy single-agent provider selection flow 2026-04-14 12:43:05 +08:00
Haitao Pan
503fe95286 Drive task dialog providers from bridge catalog 2026-04-14 10:05:10 +08:00
Haitao Pan
2fc199bd76 Use direct profile sync for account bridge setup 2026-04-13 19:28:53 +08:00
Haitao Pan
d45acd08b4 feat(settings): refresh account sync, add about metadata, and rewrite task dialog modes 2026-04-13 18:02:30 +08:00
Haitao Pan
e7a5a7a5c6 Fix ACP bearer auth normalization 2026-04-13 12:44:27 +08:00
Haitao Pan
7b969ea91b Clean C/S surfaces down to assistant and settings 2026-04-13 12:14:12 +08:00
Haitao Pan
37f4cbcb32 Remove bridge fallback runtime code 2026-04-13 11:34:31 +08:00
Haitao Pan
fd3add0f93 Remove desktop bridge legacy chain 2026-04-13 11:00:34 +08:00
Haitao Pan
2f0cd5f464 Fix managed bridge auth sync and offline connection state 2026-04-13 10:07:46 +08:00
Haitao Pan
60ebc50314 Remove app-side pairingRequired connection state 2026-04-13 09:24:06 +08:00
Haitao Pan
8a4377683d Remove managed local bridge mode 2026-04-12 22:09:20 +08:00
Haitao Pan
796600b9b1 fix: recover bridge server sync state and hide stale model labels 2026-04-12 21:03:31 +08:00
Haitao Pan
edb714da12 Refine assistant task dialog mode mapping 2026-04-12 19:51:04 +08:00
Haitao Pan
a81353dc64 Merge branch 'codex/cleanup-single-agent-garbage' 2026-04-12 18:40:21 +08:00
Haitao Pan
400289e01a cleanup assistant single-agent code paths 2026-04-12 18:34:28 +08:00
Haitao Pan
2e5af4f57a Fix account sync and disconnect state updates 2026-04-12 18:18:40 +08:00
Haitao Pan
21a6052136 Clean bridge provider unavailable UX copy 2026-04-12 16:41:38 +08:00
Haitao Pan
9bccabfdb6 Refactor bridge provider readiness and trim stale tests 2026-04-12 15:42:15 +08:00
Haitao Pan
9cb8db08ac Remove local CLI and provider mirror decisions 2026-04-12 12:23:00 +08:00
Haitao Pan
72fb26c249 Remove gateway fallback from bridge task runtime 2026-04-12 11:34:12 +08:00
Haitao Pan
732c7a8d85 Route assistant threads through canonical bridge entry 2026-04-12 08:59:26 +08:00
Haitao Pan
9d54d20ea9 Unify bridge sync gating for ACP sessions 2026-04-11 22:46:06 +08:00
Haitao Pan
46873dfc5c Unify bridge sync field names 2026-04-11 20:25:40 +08:00
Haitao Pan
ba490f7825 Show bridge resultSummary in task output 2026-04-11 18:44:17 +08:00
Haitao Pan
1a566fef36 Remove project selection from task threads 2026-04-11 18:25:26 +08:00
Haitao Pan
512f4babbe Simplify bridge login sync 2026-04-11 17:32:30 +08:00
Haitao Pan
a5ddff4f09 Align app bridge API contract 2026-04-11 17:04:33 +08:00
Haitao Pan
5c81c6c73c Refactor app execution semantics to agent and gateway 2026-04-11 16:23:26 +08:00
Haitao Pan
77dfc176c6 Merge branch 'codex/remove-auto-mode' 2026-04-11 14:49:21 +08:00
Haitao Pan
0b85729653 Remove app-side auto bridge provider mode 2026-04-11 14:49:09 +08:00
Haitao Pan
4a6b5701cc Remove bundled app helper binaries 2026-04-11 14:45:50 +08:00
Haitao Pan
d8d5d62b47 Enforce bridge-only production routing in app 2026-04-11 13:50:11 +08:00
Haitao Pan
8fe7f58315 Refactor settings account login flow 2026-04-11 12:45:14 +08:00