Haitao Pan
99796e238c
Refactor bridge runtime routing
2026-04-21 16:28:26 +08:00
Haitao Pan
7186fa3c5d
refactor(account): optimize bridge state flow and align with production vhost routing
2026-04-21 13:48:48 +08:00
Haitao Pan
d3b6585bd5
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
af1a4e5661
Refine account sync bridge state model
2026-04-19 19:42:00 +08:00
Haitao Pan
5851196fc7
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
8e0cfd5a71
fix: resolve svc.plus account save issue and improve bridge runtime status sync
2026-04-17 19:21:21 +08:00
Haitao Pan
8cc662e7d4
feat(settings): add manual bridge configuration tab to account settings
2026-04-17 16:28:27 +08:00
Haitao Pan
69ecca5ac8
Lock bridge ACP contract and remove app fallback state
2026-04-16 13:54:33 +08:00
Haitao Pan
69f0d451d9
fix: merge provider and bridge auth sync cleanups
2026-04-13 20:46:38 +08:00
Haitao Pan
e7b09d235d
feat(settings): refresh account sync, add about metadata, and rewrite task dialog modes
2026-04-13 18:02:30 +08:00
Haitao Pan
76d19e3186
fix(runtime): reuse matching gateway token for ACP auth
2026-04-13 14:48:54 +08:00
Haitao Pan
b5abc8bf09
Fix ACP bearer auth normalization
2026-04-13 12:44:27 +08:00
Haitao Pan
0fdb560ddb
Clean C/S surfaces down to assistant and settings
2026-04-13 12:14:12 +08:00
Haitao Pan
067c673e88
Remove bridge fallback runtime code
2026-04-13 11:34:31 +08:00
Haitao Pan
895c34dd9d
Remove desktop bridge legacy chain
2026-04-13 11:00:34 +08:00
Haitao Pan
1c539d437f
Remove managed local bridge mode
2026-04-12 22:09:20 +08:00
Haitao Pan
d7c055940f
cleanup assistant single-agent code paths
2026-04-12 18:34:28 +08:00
Haitao Pan
3cfae35b08
Clean bridge provider unavailable UX copy
2026-04-12 16:41:38 +08:00
Haitao Pan
53d411fb9e
Refactor bridge provider readiness and trim stale tests
2026-04-12 15:42:15 +08:00
Haitao Pan
64e14beb70
Remove local CLI and provider mirror decisions
2026-04-12 12:23:00 +08:00
Haitao Pan
5db02c6aaa
Remove gateway fallback from bridge task runtime
2026-04-12 11:34:12 +08:00
Haitao Pan
f4a4d6ad4b
Route assistant threads through canonical bridge entry
2026-04-12 08:59:26 +08:00
Haitao Pan
47e2909cd7
Unify bridge sync gating for ACP sessions
2026-04-11 22:46:06 +08:00
Haitao Pan
e7eeef193c
Unify bridge sync field names
2026-04-11 20:25:40 +08:00
Haitao Pan
340f16078d
Simplify bridge login sync
2026-04-11 17:32:30 +08:00
Haitao Pan
24813f95e7
Refactor app execution semantics to agent and gateway
2026-04-11 16:23:26 +08:00
Haitao Pan
65e46cab10
Remove app-side auto bridge provider mode
2026-04-11 14:49:09 +08:00
Haitao Pan
483663c598
Enforce bridge-only production routing in app
2026-04-11 13:50:11 +08:00
Haitao Pan
61348d1985
Merge branch 'codex/remove-stale-app-runtime' into codex/merge-temp-all
...
# Conflicts:
# lib/app/app_controller_desktop_runtime_coordination_impl.dart
# lib/app/app_controller_desktop_runtime_helpers.dart
2026-04-11 12:03:54 +08:00
Haitao Pan
45e6ce4b4c
refactor: remove stale single-agent runtime paths
2026-04-11 12:02:32 +08:00
Haitao Pan
37cefdfec6
refactor: move app settings to v1 single-file snapshot
2026-04-11 12:02:32 +08:00
Haitao Pan
288da17a47
refactor: remove silent local gateway fallback
2026-04-11 08:53:51 +08:00
Haitao Pan
7b89c44499
fix: remove stale ACP gateway fallback routing
2026-04-10 15:37:50 +08:00
Haitao Pan
9e407bf090
Clean up bridge provider dialog copy
2026-04-10 14:59:39 +08:00
Haitao Pan
74daa6461d
Align bridge core path and secure account sync
2026-04-10 11:55:36 +08:00
Haitao Pan
b8692d69ba
fix: normalize gateway status and ACP endpoint diagnostics
2026-04-08 21:13:27 +08:00
Haitao Pan
b4bccf8300
Unify single-agent task flow under ACP
2026-04-08 20:27:35 +08:00
Haitao Pan
c5b0489654
Remove legacy auto execution target routing
2026-04-06 19:01:24 +08:00
Haitao Pan
0e0ec2fbc2
Refactor thread state and runtime naming alignment
2026-04-06 12:32:59 +08:00
Haitao Pan
a4ca01d7bc
Tighten localhost auth bypass and add arbitrary secret refs
2026-04-04 15:04:01 +08:00
Haitao Pan
283dcdd43c
Add top-level Auto task dialog mode
2026-04-03 19:55:47 +08:00
Haitao Pan
1f4b30cd47
Migrate task thread runtime to Go Agent-core
2026-03-29 12:23:03 +08:00
Haitao Pan
e3760b3638
refactor: execute stage0-5 workflow and tighten closure guards
2026-03-28 19:45:03 +08:00
Haitao Pan
6c92d3488b
refactor: remove Dart part mechanism across lib and test
2026-03-28 17:06:52 +08:00