Commit Graph

36 Commits

Author SHA1 Message Date
Haitao Pan
7e4b2a756a fix: prioritize managed bridge sync state 2026-06-16 06:20:13 +08:00
Haitao Pan
7b0502323b fix: accept review bridge token from account sync 2026-06-06 22:08:06 +08:00
Haitao Pan
c2128fe5da Fix manual bridge save runtime config 2026-06-01 13:11:30 +08:00
Haitao Pan
22a0376b00 fix: repair bridge login sync runtime state 2026-06-01 10:02:13 +08:00
Haitao Pan
c49badb55e Fix mobile account sign-in flow 2026-05-25 11:00:21 +08:00
Haitao Pan
b9a9999291 chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +08:00
Haitao Pan
19f1ce306f Refine bridge routing and settings cleanup 2026-04-22 00:49:41 +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
0fd5d66675 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
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
c9d8def03a 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
77fb493edd Use direct profile sync for account bridge setup 2026-04-13 19:28:53 +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
895c34dd9d Remove desktop bridge legacy chain 2026-04-13 11:00:34 +08:00
Haitao Pan
add6d0eb95 Fix managed bridge auth sync and offline connection state 2026-04-13 10:07:46 +08:00
Haitao Pan
1c539d437f Remove managed local bridge mode 2026-04-12 22:09:20 +08:00
Haitao Pan
c1d9b64a2c fix: recover bridge server sync state and hide stale model labels 2026-04-12 21:03:31 +08:00
Haitao Pan
e26ba6c680 Fix account sync and disconnect state updates 2026-04-12 18:18:40 +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
483663c598 Enforce bridge-only production routing in app 2026-04-11 13:50:11 +08:00
Haitao Pan
073967ee78 Refactor settings account login flow 2026-04-11 12:45:14 +08:00
Haitao Pan
37cefdfec6 refactor: move app settings to v1 single-file snapshot 2026-04-11 12:02:32 +08:00
Haitao Pan
635107ab1a fix: fully clear account state on logout 2026-04-11 09:15:08 +08:00
Haitao Pan
e0a96002f3 merge: settings screenshot-only cleanup 2026-04-10 16:51:20 +08:00
Haitao Pan
5ad130e845 remove app legacy account and secret compat 2026-04-10 16:50:50 +08:00
Haitao Pan
e1e0ddb456 refactor(settings): keep screenshot-only settings scope and remove test assets 2026-04-10 16:50:27 +08:00
Haitao Pan
6aa69bdf80 fix single-agent workspace binding 2026-04-10 10:18:02 +08:00
Haitao Pan
fe60e8efba Add ACP bridge server mode card 2026-04-09 07:15:12 +08:00
Haitao Pan
a4ca01d7bc Tighten localhost auth bypass and add arbitrary secret refs 2026-04-04 15:04:01 +08:00
Haitao Pan
462268e0f2 feat: add account login sync with mfa 2026-04-02 08:29:55 +08:00
Haitao Pan
27ed4db18f feat(account): add secure remote sync and installed-skill e2e 2026-03-30 19:35:53 +08:00