Commit Graph

100 Commits

Author SHA1 Message Date
Haitao Pan
9a8dac8c83 fix: normalize bridge metadata authorization 2026-04-30 13:28:24 +08:00
Haitao Pan
19f1ce306f Refine bridge routing and settings cleanup 2026-04-22 00:49:41 +08:00
Haitao Pan
c30c944e08 Fix settings save wiring 2026-04-19 20:09:21 +08:00
Haitao Pan
f4ccb959dc Refine signed-in account status layout 2026-04-19 19:59:54 +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
cd227cdc36 fix(settings): ensure manual bridge configuration is applied correctly and improve storage fallback 2026-04-17 17:41:02 +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
e7b09d235d feat(settings): refresh account sync, add about metadata, and rewrite task dialog modes 2026-04-13 18:02:30 +08:00
Haitao Pan
1c539d437f Remove managed local bridge mode 2026-04-12 22:09:20 +08:00
Haitao Pan
e26ba6c680 Fix account sync and disconnect state updates 2026-04-12 18:18:40 +08:00
Haitao Pan
e7eeef193c Unify bridge sync field names 2026-04-11 20:25:40 +08:00
Haitao Pan
135772015f Refresh bridge capabilities after account sync 2026-04-11 19:39:15 +08:00
Haitao Pan
073967ee78 Refactor settings account login flow 2026-04-11 12:45:14 +08:00
Haitao Pan
9412149485 fix: keep settings account summary on canonical state 2026-04-11 12:02:32 +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
97cb25a890 Refactor single-agent providers to bridge catalog 2026-04-10 14:20:39 +08:00
Haitao Pan
235d41c5fe fix: streamline gateway settings and mac packaging cleanup 2026-04-09 11:39:00 +08:00
Haitao Pan
4d200b6faa Hide experimental gateway modes by default 2026-04-09 09:30:54 +08:00
Haitao Pan
c3ef4bbb60 Merge account and ACP settings into advanced config 2026-04-09 08:41:05 +08:00
Haitao Pan
fe60e8efba Add ACP bridge server mode card 2026-04-09 07:15:12 +08:00
Haitao Pan
b8692d69ba fix: normalize gateway status and ACP endpoint diagnostics 2026-04-08 21:13:27 +08:00
Haitao Pan
ea4abe350b build: add test-all make targets 2026-04-08 16:37:12 +08:00
Haitao Pan
319d7a383f test: add automation suite coverage 2026-04-08 16:35:25 +08:00
Haitao Pan
a2178d5591 Fix gateway target visibility after settings apply 2026-04-06 15:15:06 +08:00
Haitao Pan
c77a6b649a fix(acp): preserve hosted base paths for external endpoints 2026-04-04 18:37:56 +08:00
Haitao Pan
06560255ab Fix ACP desktop settings guidance 2026-04-04 15:28:43 +08:00
Haitao Pan
a4ca01d7bc Tighten localhost auth bypass and add arbitrary secret refs 2026-04-04 15:04:01 +08:00
Haitao Pan
ed12ee3c4f Align desktop ACP card actions 2026-04-04 14:08:46 +08:00
Haitao Pan
8ab1c09891 style: streamline settings section shells 2026-03-30 15:52:23 +08:00
Haitao Pan
2b836c5c6e style: soften settings page borders 2026-03-30 15:33:13 +08:00
Haitao Pan
93a969dc36 feat: add collapse support for external acp settings 2026-03-30 11:12:08 +08:00
Haitao Pan
f2ba2acbba refactor: share settings page section shell 2026-03-30 09:13:59 +08:00
Haitao Pan
8539eab3b7 refactor: dedupe focus panel and move settings nav into sidebar 2026-03-30 08:29:48 +08:00
Haitao Pan
2028e672e2 Flatten settings navigation into unified overview 2026-03-29 21:31:33 +08:00
Haitao Pan
c7e279b645 Fix workspace thread binding and settings apply flow 2026-03-29 21:16:34 +08:00
Haitao Pan
85b0ea8d7e fix(settings): promote vault server to integration tab 2026-03-29 20:50:38 +08:00
Haitao Pan
038fb23493 Unify settings page submit actions 2026-03-29 17:50:47 +08:00
Haitao Pan
04f69e0d44 Simplify settings apply flow 2026-03-29 17:42:36 +08:00
Haitao Pan
7c68bcdc39 Add Vault settings UI and go-core KV bridge 2026-03-29 17:04:29 +08:00
Haitao Pan
1e40f4c013 fix(taskthread): stabilize workspace binding follow-ups 2026-03-29 09:28:51 +08:00
Haitao Pan
6c92d3488b refactor: remove Dart part mechanism across lib and test 2026-03-28 17:06:52 +08:00
Haitao Pan
fcadbe480c refactor(batch2): split settings pages into focused parts 2026-03-28 11:11:43 +08:00
Haitao Pan
bec99b6d5d refactor(tdd): split oversized first-party files with part-based modules and LOC guard 2026-03-28 10:30:45 +08:00
Haitao Pan
00b07afa12 Refactor single-agent provider planning 2026-03-27 17:38:15 +08:00
Haitao Pan
153db679f5 Refine assistant provider settings flows 2026-03-26 17:55:38 +08:00
Haitao Pan
508d6cc330 Support absolute local skill package imports 2026-03-26 17:12:37 +08:00
Haitao Pan
52cf849c1a feat(settings): improve skill directory authorization input 2026-03-26 13:42:10 +08:00
Haitao Pan
6aa87e2ff5 Clean repo skills config and support custom ACP endpoints 2026-03-26 11:59:28 +08:00
Haitao Pan
2992443d6d refine external ACP provider settings UI 2026-03-26 10:21:59 +08:00