Commit Graph

114 Commits

Author SHA1 Message Date
Haitao Pan
f30b1e2eda refactor(ui): eliminate unowned helper sprawl in assistant skill picker 2026-06-04 10:08:02 +08:00
Haitao Pan
0dce7096d4 fix: WebRTC remote desktop connection, cleanup local fallback, and ignore .gradle cache 2026-06-04 09:12:08 +08:00
Haitao Pan
4763a69e3b chore: prepare release v1.1.4 (app store compliance, remote desktop fixes, ci verification) 2026-06-03 15:52:44 +08:00
Haitao Pan
ffae5b312a feat: add runtime logs tab to settings page 2026-06-03 14:29:37 +08:00
Haitao Pan
c6f4bc6548 refactor: simplify remote desktop UI and add maximize toggle 2026-06-03 11:47:04 +08:00
Haitao Pan
1212f8cb41 feat: Remote Desktop UI and Client WebRTC Integration 2026-06-03 10:50:06 +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
3648af0565 Add bulk archive task selection 2026-05-28 09:17:52 +08:00
Haitao Pan
0226bc810d Polish assistant UI and add Service Mesh video case 2026-05-25 13:43:00 +08:00
Haitao Pan
7c101e7107 fix: require yes before deleting archived tasks 2026-05-20 16:38:48 +08:00
Haitao Pan
3c14510c4e fix: mark archived task deletion destructive 2026-05-20 15:44:16 +08:00
Haitao Pan
aadba4f8a3 feat: manage archived assistant tasks 2026-05-20 14:49:22 +08:00
Haitao Pan
9df22b23e6 chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +08:00
Haitao Pan
797b576fdc fix: normalize bridge metadata authorization 2026-04-30 13:28:24 +08:00
Haitao Pan
db0582c85d Refine bridge routing and settings cleanup 2026-04-22 00:49:41 +08:00
Haitao Pan
65a9d309db Fix settings save wiring 2026-04-19 20:09:21 +08:00
Haitao Pan
ced64cf950 Refine signed-in account status layout 2026-04-19 19:59:54 +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
14395fea2f fix(settings): ensure manual bridge configuration is applied correctly and improve storage fallback 2026-04-17 17:41:02 +08:00
Haitao Pan
e961a6e037 feat(settings): add manual bridge configuration tab to account settings 2026-04-17 16:28:27 +08:00
Haitao Pan
02684aabde feat(settings): refresh account sync, add about metadata, and rewrite task dialog modes 2026-04-13 18:02:30 +08:00
Haitao Pan
bc65560239 Remove managed local bridge mode 2026-04-12 22:09:20 +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
9ac3002373 Refresh bridge capabilities after account sync 2026-04-11 19:39:15 +08:00
Haitao Pan
d2af063abb Refactor settings account login flow 2026-04-11 12:45:14 +08:00
Haitao Pan
78f27bce7d fix: keep settings account summary on canonical state 2026-04-11 12:02:32 +08:00
Haitao Pan
48b184172a refactor(settings): keep screenshot-only settings scope and remove test assets 2026-04-10 16:50:27 +08:00
Haitao Pan
8158de9775 Refactor single-agent providers to bridge catalog 2026-04-10 14:20:39 +08:00
Haitao Pan
38e4882521 fix: streamline gateway settings and mac packaging cleanup 2026-04-09 11:39:00 +08:00
Haitao Pan
36fedfafc5 Hide experimental gateway modes by default 2026-04-09 09:30:54 +08:00
Haitao Pan
df57ce0f63 Merge account and ACP settings into advanced config 2026-04-09 08:41:05 +08:00
Haitao Pan
d45427d435 Add ACP bridge server mode card 2026-04-09 07:15:12 +08:00
Haitao Pan
ef177b0168 fix: normalize gateway status and ACP endpoint diagnostics 2026-04-08 21:13:27 +08:00
Haitao Pan
040e030818 build: add test-all make targets 2026-04-08 16:37:12 +08:00
Haitao Pan
c015acdfbd test: add automation suite coverage 2026-04-08 16:35:25 +08:00
Haitao Pan
33766807d0 Fix gateway target visibility after settings apply 2026-04-06 15:15:06 +08:00
Haitao Pan
5e3c103885 fix(acp): preserve hosted base paths for external endpoints 2026-04-04 18:37:56 +08:00
Haitao Pan
62477bdb49 Fix ACP desktop settings guidance 2026-04-04 15:28:43 +08:00
Haitao Pan
4457056c70 Tighten localhost auth bypass and add arbitrary secret refs 2026-04-04 15:04:01 +08:00
Haitao Pan
b2ddbd62c0 Align desktop ACP card actions 2026-04-04 14:08:46 +08:00
Haitao Pan
59d7eb6b39 style: streamline settings section shells 2026-03-30 15:52:23 +08:00
Haitao Pan
16a00c6e94 style: soften settings page borders 2026-03-30 15:33:13 +08:00
Haitao Pan
cd142fc79a feat: add collapse support for external acp settings 2026-03-30 11:12:08 +08:00
Haitao Pan
3ef7b22ecc refactor: share settings page section shell 2026-03-30 09:13:59 +08:00
Haitao Pan
9c4e7f4764 refactor: dedupe focus panel and move settings nav into sidebar 2026-03-30 08:29:48 +08:00
Haitao Pan
f2e1cb2609 Flatten settings navigation into unified overview 2026-03-29 21:31:33 +08:00
Haitao Pan
fb248928a1 Fix workspace thread binding and settings apply flow 2026-03-29 21:16:34 +08:00