Commit Graph

129 Commits

Author SHA1 Message Date
Haitao Pan
1de732182c Remove legacy auto execution target routing 2026-04-06 19:01:24 +08:00
Haitao Pan
1a4c00a1eb Refactor single-agent execution chain 2026-04-06 16:01:27 +08:00
Haitao Pan
078bb841c5 Fix stale single-agent provider bindings 2026-04-06 15:37:44 +08:00
Haitao Pan
136b1634b1 Refine task sidebar target visibility and title persistence 2026-04-06 14:58:26 +08:00
Haitao Pan
ffbd0f1c5f fix: sync custom single-agent providers before execution 2026-04-06 14:33:20 +08:00
Haitao Pan
12e9464a46 Fix chat.send metadata regression across gateway clients 2026-04-06 13:53:25 +08:00
Haitao Pan
89febb0b3c Fix OpenClaw chat.send metadata regression 2026-04-06 13:50:29 +08:00
Haitao Pan
806e308446 Refactor thread state and runtime naming alignment 2026-04-06 12:32:59 +08:00
Haitao Pan
48182f6c15 refactor: route task threads through go task service 2026-04-06 11:58:54 +08:00
Haitao Pan
c88048e32e Clean legacy task thread state plumbing 2026-04-06 10:27:01 +08:00
Haitao Pan
16e30a2ab0 Bundle go-core helper with macOS app and drop external CLI fallback 2026-04-06 09:39:16 +08:00
Haitao Pan
7a644e6c84 Fix desktop GoAgentCore endpoint routing 2026-04-06 07:00:49 +08:00
Haitao Pan
e9e5e1f8ae Refactor TaskThread workspace binding semantics 2026-04-06 06:48:12 +08:00
Haitao Pan
6213d09812 Implement ACP routing v2 integration flow 2026-04-05 21:55:41 +08:00
Haitao Pan
773ed4ca65 Fix ACP endpoint scheme handling 2026-04-05 17:58:55 +08:00
Haitao Pan
6be6aa1592 Support prefixed ACP endpoints 2026-04-04 18:34:35 +08:00
Haitao Pan
6889ba91b2 Fix repeated gateway pairing loop 2026-04-04 15:35:57 +08:00
Haitao Pan
2772f7e1b2 Handle ACP HTML fallback errors 2026-04-04 15:29:04 +08:00
Haitao Pan
406767eb16 Tighten localhost auth bypass and add arbitrary secret refs 2026-04-04 15:04:01 +08:00
Haitao Pan
af808d552d Implement intent router state machine v2 2026-04-03 20:33:16 +08:00
Haitao Pan
922a287166 Merge branch 'codex/auto-task-dialog-mode' 2026-04-03 19:55:57 +08:00
Haitao Pan
3ce4058b63 Add top-level Auto task dialog mode 2026-04-03 19:55:47 +08:00
Haitao Pan
ae2032ec08 Clean up auto routing gateway terminology 2026-04-03 19:45:37 +08:00
Haitao Pan
83a2e7d5df Implement intent router skill memory flow 2026-04-03 09:52:31 +08:00
Haitao Pan
31b65ee489 feat: add account login sync with mfa 2026-04-02 08:29:55 +08:00
Haitao Pan
15a1e3f7c0 feat(account): add secure remote sync and installed-skill e2e 2026-03-30 19:35:53 +08:00
Haitao Pan
e9b3ca3035 Add workspace follow action to sidebar card 2026-03-29 21:01:34 +08:00
Haitao Pan
382f4ee0ad Add Vault settings UI and go-core KV bridge 2026-03-29 17:04:29 +08:00
Haitao Pan
bd99ac2f88 Batch 6: normalize gateway chat run streaming 2026-03-29 16:56:58 +08:00
Haitao Pan
7d6d966071 Batch 5: remove silent desktop gateway fallback 2026-03-29 16:48:45 +08:00
Haitao Pan
377b0a7889 Batch 4: sink gateway runtime into go core 2026-03-29 16:29:00 +08:00
Haitao Pan
1bdf9ee000 refactor(runtime): move multi-agent mounts into go-core 2026-03-29 15:48:28 +08:00
Haitao Pan
7eedd3815e refactor(runtime): move dispatch resolution into go-core 2026-03-29 15:17:49 +08:00
Haitao Pan
20cf61cd6b refactor(runtime): retire legacy direct single-agent path 2026-03-29 14:56:27 +08:00
Haitao Pan
57d3712a55 Migrate task thread runtime to Go Agent-core 2026-03-29 12:23:03 +08:00
Haitao Pan
244d030223 Refactor assistant thread model to TaskThread 2026-03-28 22:30:44 +08:00
Haitao Pan
360cce8a5c refactor: execute stage0-5 workflow and tighten closure guards 2026-03-28 19:45:03 +08:00
Haitao Pan
148f9ec568 refactor: remove Dart part mechanism across lib and test 2026-03-28 17:06:52 +08:00
Haitao Pan
0e8fea1bfa refactor thread workspace resolution and align architecture docs 2026-03-28 14:52:14 +08:00
Haitao Pan
d55000cae2 refactor runtime cores into focused parts 2026-03-28 11:41:26 +08:00
Haitao Pan
15bce54906 Refactor gateway runtime into focused parts 2026-03-28 11:41:17 +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
38c0680056 fix(single-agent): honor thread cwd for debug sessions 2026-03-28 09:40:07 +08:00
Haitao Pan
229bec8b54 fix(assistant): preserve resolved single-agent thread workspace 2026-03-27 20:38:34 +08:00
Haitao Pan
f0dec21e97 fix(single-agent): reject empty assistant REST completions 2026-03-27 18:47:42 +08:00
Haitao Pan
6077d969db Refactor single-agent provider planning 2026-03-27 17:38:15 +08:00
Haitao Pan
66c6e08c66 Refine desktop agent launch policy 2026-03-27 15:31:46 +08:00
Haitao Pan
45828dedfc Split single-agent transports by protocol 2026-03-27 11:44:49 +08:00
Haitao Pan
36d04a90c3 Classify single-agent endpoint modes 2026-03-27 11:34:15 +08:00
Haitao Pan
b12faf6191 Fix OpenCode single-agent ACP transport 2026-03-27 11:21:25 +08:00