Commit Graph

18 Commits

Author SHA1 Message Date
Cowork 3P
5fb72adff3 refactor: remove stale runtime fallbacks 2026-06-04 22:38:09 +08:00
Haitao Pan
b710d21173 Fix manual bridge save runtime config 2026-06-01 13:11:30 +08:00
Haitao Pan
bc6c2844a2 fix: repair bridge login sync runtime state 2026-06-01 10:02:13 +08:00
Haitao Pan
db0582c85d Refine bridge routing and settings cleanup 2026-04-22 00:49:41 +08:00
Haitao Pan
1f13ce7514 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
08665cf528 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
9e5c061852 Remove desktop bridge legacy chain 2026-04-13 11:00:34 +08:00
Haitao Pan
bc65560239 Remove managed local bridge mode 2026-04-12 22:09:20 +08:00
Haitao Pan
20e390bcb8 fix: recover bridge server sync state and hide stale model labels 2026-04-12 21:03:31 +08:00
Haitao Pan
26b5736019 Fix account sync and disconnect state updates 2026-04-12 18:18:40 +08:00
Haitao Pan
502b67a8a2 Unify bridge sync field names 2026-04-11 20:25:40 +08:00
Haitao Pan
59866d8ad2 Enforce bridge-only production routing in app 2026-04-11 13:50:11 +08:00
Haitao Pan
ba013c3133 refactor: move app settings to v1 single-file snapshot 2026-04-11 12:02:32 +08:00
Haitao Pan
60c2996e89 remove app legacy account and secret compat 2026-04-10 16:50:50 +08:00
Haitao Pan
d45427d435 Add ACP bridge server mode card 2026-04-09 07:15: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
54937bf405 feat: add account login sync with mfa 2026-04-02 08:29:55 +08:00
Haitao Pan
60aebf64c0 feat(account): add secure remote sync and installed-skill e2e 2026-03-30 19:35:53 +08:00