Commit Graph

104 Commits

Author SHA1 Message Date
Haitao Pan
68a1eeb1a0 fix: require yes before deleting archived tasks 2026-05-20 16:38:48 +08:00
Haitao Pan
bdb4801ea5 fix: mark archived task deletion destructive 2026-05-20 15:44:16 +08:00
Haitao Pan
840b658c3a feat: manage archived assistant tasks 2026-05-20 14:49:22 +08:00
Haitao Pan
e50006c85b chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +08:00
Haitao Pan
da58a843e2 fix: normalize bridge metadata authorization 2026-04-30 13:28:24 +08:00
Haitao Pan
040941b42d Refine bridge routing and settings cleanup 2026-04-22 00:49:41 +08:00
Haitao Pan
a07458ab72 Fix settings save wiring 2026-04-19 20:09:21 +08:00
Haitao Pan
b19659bdb7 Refine signed-in account status layout 2026-04-19 19:59:54 +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
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
d45acd08b4 feat(settings): refresh account sync, add about metadata, and rewrite task dialog modes 2026-04-13 18:02:30 +08:00
Haitao Pan
8a4377683d Remove managed local bridge mode 2026-04-12 22:09:20 +08:00
Haitao Pan
2e5af4f57a Fix account sync and disconnect state updates 2026-04-12 18:18:40 +08:00
Haitao Pan
46873dfc5c Unify bridge sync field names 2026-04-11 20:25:40 +08:00
Haitao Pan
ecd433f370 Refresh bridge capabilities after account sync 2026-04-11 19:39:15 +08:00
Haitao Pan
8fe7f58315 Refactor settings account login flow 2026-04-11 12:45:14 +08:00
Haitao Pan
1a88371681 fix: keep settings account summary on canonical state 2026-04-11 12:02:32 +08:00
Haitao Pan
ec4a5fd822 refactor(settings): keep screenshot-only settings scope and remove test assets 2026-04-10 16:50:27 +08:00
Haitao Pan
645270049a Refactor single-agent providers to bridge catalog 2026-04-10 14:20:39 +08:00
Haitao Pan
cb868dc6ad fix: streamline gateway settings and mac packaging cleanup 2026-04-09 11:39:00 +08:00
Haitao Pan
d8ea2cac0d Hide experimental gateway modes by default 2026-04-09 09:30:54 +08:00
Haitao Pan
573feadf5d Merge account and ACP settings into advanced config 2026-04-09 08:41:05 +08:00
Haitao Pan
6d8f649a52 Add ACP bridge server mode card 2026-04-09 07:15:12 +08:00
Haitao Pan
e3de98d081 fix: normalize gateway status and ACP endpoint diagnostics 2026-04-08 21:13:27 +08:00
Haitao Pan
0d498f726e build: add test-all make targets 2026-04-08 16:37:12 +08:00
Haitao Pan
7aa7c9d8ff test: add automation suite coverage 2026-04-08 16:35:25 +08:00
Haitao Pan
988003513e Fix gateway target visibility after settings apply 2026-04-06 15:15:06 +08:00
Haitao Pan
9ca546cd9a fix(acp): preserve hosted base paths for external endpoints 2026-04-04 18:37:56 +08:00
Haitao Pan
0325d98dd3 Fix ACP desktop settings guidance 2026-04-04 15:28:43 +08:00
Haitao Pan
406767eb16 Tighten localhost auth bypass and add arbitrary secret refs 2026-04-04 15:04:01 +08:00
Haitao Pan
9690b5f73a Align desktop ACP card actions 2026-04-04 14:08:46 +08:00
Haitao Pan
15be6fa4b0 style: streamline settings section shells 2026-03-30 15:52:23 +08:00
Haitao Pan
8c42ad43af style: soften settings page borders 2026-03-30 15:33:13 +08:00
Haitao Pan
2925776c59 feat: add collapse support for external acp settings 2026-03-30 11:12:08 +08:00
Haitao Pan
f49a263c9d refactor: share settings page section shell 2026-03-30 09:13:59 +08:00
Haitao Pan
2c22b27acb refactor: dedupe focus panel and move settings nav into sidebar 2026-03-30 08:29:48 +08:00
Haitao Pan
c94bf9845a Flatten settings navigation into unified overview 2026-03-29 21:31:33 +08:00
Haitao Pan
959f50ca4b Fix workspace thread binding and settings apply flow 2026-03-29 21:16:34 +08:00
Haitao Pan
65caa940dd fix(settings): promote vault server to integration tab 2026-03-29 20:50:38 +08:00
Haitao Pan
631d78359d Unify settings page submit actions 2026-03-29 17:50:47 +08:00
Haitao Pan
a9b904c69d Simplify settings apply flow 2026-03-29 17:42:36 +08:00
Haitao Pan
382f4ee0ad Add Vault settings UI and go-core KV bridge 2026-03-29 17:04:29 +08:00
Haitao Pan
57fe420113 fix(taskthread): stabilize workspace binding follow-ups 2026-03-29 09:28:51 +08:00
Haitao Pan
148f9ec568 refactor: remove Dart part mechanism across lib and test 2026-03-28 17:06:52 +08:00
Haitao Pan
423233f2b8 refactor(batch2): split settings pages into focused parts 2026-03-28 11:11:43 +08:00
Haitao Pan
4822b6d36e refactor(tdd): split oversized first-party files with part-based modules and LOC guard 2026-03-28 10:30:45 +08:00
Haitao Pan
6077d969db Refactor single-agent provider planning 2026-03-27 17:38:15 +08:00
Haitao Pan
ac0f995f6c Refine assistant provider settings flows 2026-03-26 17:55:38 +08:00