Commit Graph

264 Commits

Author SHA1 Message Date
Haitao Pan
de589e0c41 fix(mobile): remove background from send button 2026-05-26 08:01:42 +08:00
Haitao Pan
39076ff6f8 fix(mobile): tweak composer submit button size and wire up settings drawer 2026-05-26 07:55:24 +08:00
Haitao Pan
2a1293bf6a feat(mobile): redesign mobile ui to chatgpt minimalist style 2026-05-26 07:39:15 +08:00
Haitao Pan
b2fa0b8bb1 feat(mobile): move configuration chips to + menu and add left drawer 2026-05-26 07:17:16 +08:00
Haitao Pan
593566c8e5 feat(mobile): redesign mobile UX and iOS native experience 2026-05-26 07:05:55 +08:00
Haitao Pan
80a3149168 Polish assistant UI and add Service Mesh video case 2026-05-25 13:43:00 +08:00
Haitao Pan
6d55bb51ea Fix mobile account sign-in flow 2026-05-25 11:00:21 +08:00
Haitao Pan
81e7842db9 Fix assistant continue task requeue 2026-05-25 10:35:30 +08:00
Haitao Pan
42dda13aa2 Refine assistant attachment payload handling 2026-05-25 09:56:06 +08:00
Haitao Pan
928059e6b8 fix: stabilize iOS login storage and mobile settings 2026-05-25 09:43:57 +08:00
Haitao Pan
8136eb3b54 fix: keep stopped gateway tasks out of pending queue 2026-05-25 08:49:20 +08:00
Haitao Pan
a929bc6c7a feat: add mobile assistant surface 2026-05-24 12:28:48 +08:00
Haitao Pan
8eaa8481bd refactor: remove mobile approval surface 2026-05-24 12:15:54 +08:00
Haitao Pan
00ce7424a6 fix: group gateway skills and clean imports 2026-05-23 12:02:45 +08:00
Haitao Pan
0bbb0b5fc9 fix: pass selected skills with key context 2026-05-23 10:58:06 +08:00
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
818a36d2ae fix: surface queued task feedback 2026-05-19 10:28:13 +08:00
Haitao Pan
b012747e41 fix: isolate test thread workspaces 2026-05-18 19:42:49 +08:00
Haitao Pan
74659330f5 Fix assistant task artifact and draft handling 2026-05-18 16:04:06 +08:00
Haitao Pan
bf113d924b fix: keep agent mode selectable and omit OpenClaw model 2026-05-13 17:44:39 +08:00
Haitao Pan
e50006c85b chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +08:00
Haitao Pan
f846b31afc Fix atomic assistant task execution state 2026-05-12 21:23:58 +08:00
Haitao Pan
436448afd2 Fix assistant session artifact binding 2026-05-12 16:47:09 +08:00
Haitao Pan
42cab0027d fix: restart gateway turns after acp interruption 2026-05-10 12:59:09 +08:00
Haitao Pan
9c45a2afb6 fix: hide OpenClaw artifact guard diagnostics 2026-05-08 18:14:36 +08:00
Haitao Pan
4e6c2f7439 feat: add assistant task runtime controls 2026-05-08 17:16:50 +08:00
Haitao Pan
f4baad1cdb feat: isolate concurrent assistant task runs 2026-05-08 15:04:42 +08:00
Haitao Pan
c7eaa8a921 fix: preserve acp interrupted task results 2026-05-08 14:19:26 +08:00
Haitao Pan
4bb249ad34 feat: reveal artifact file locations 2026-05-07 15:36:43 +08:00
Haitao Pan
517f8375bc refactor: remove stale skill routing paths 2026-05-05 12:46:41 +08:00
Haitao Pan
0bb1e067f1 fix: sync bridge artifacts into sidebar 2026-05-05 12:46:00 +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
c2a5664966 Refine assistant bridge capability flow 2026-04-21 21:59:27 +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
7ff1e4460c Lock bridge ACP contract and remove app fallback state 2026-04-16 13:54:33 +08:00
Haitao Pan
4d2b13a053 test: lock provider selection mainline contract 2026-04-14 13:56:58 +08:00
Haitao Pan
cc0036985e refactor: remove legacy single-agent provider selection flow 2026-04-14 12:43:05 +08:00
Haitao Pan
503fe95286 Drive task dialog providers from bridge catalog 2026-04-14 10:05:10 +08:00
Haitao Pan
8ac6fdf3b5 fix: merge provider and bridge auth sync cleanups 2026-04-13 20:46:38 +08:00
Haitao Pan
2fc199bd76 Use direct profile sync for account bridge setup 2026-04-13 19:28:53 +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
1218af84bb fix: surface bridge-owned task dialog providers 2026-04-13 15:46:07 +08:00