Commit Graph

99 Commits

Author SHA1 Message Date
Haitao Pan
7e4b2a756a fix: prioritize managed bridge sync state 2026-06-16 06:20:13 +08:00
Haitao Pan
017216e812 fix(app): bound OpenClaw artifact sync polling 2026-06-12 14:08:23 +08:00
Haitao Pan
f034e6f28e Stabilize OpenClaw artifact sync 2026-06-08 10:49:09 +08:00
Haitao Pan
f81c4e8c76 fix: keep syncing partial OpenClaw artifacts 2026-06-07 07:38:04 +08:00
Haitao Pan
0358a4aaac fix: keep bridge token usable after sync block 2026-06-06 19:40:44 +08:00
Haitao Pan
b7a842fce3 fix: require OpenClaw artifact export before completion 2026-06-06 18:23:05 +08:00
Haitao Pan
53875ff37b fix(chat): drop root-level expectedArtifactDirs to satisfy chat.send schema
- Remove the unexpected property at the root of gateway task metadata.
  Keep the value nested in xworkmateTaskArtifactContract where the
  OpenClaw chat.send schema allows it (-32002: invalid chat.send params).
- Drop dead local vars and the unused asInt helper in OpenClaw task
  association parsing.
- Remove the obsolete 'sendChatMessage restarts before handling
  OpenClaw artifact guard results' test superseded by the new terminal
  artifact failure test.
2026-06-05 19:12:31 +08:00
Haitao Pan
6d5122682c refactor: Remove OpenClaw rigid time limits and false positive no-exported-artifacts judgment 2026-06-05 18:10:34 +08:00
Haitao Pan
debd54e14c fix: sync openclaw terminal snapshots in app 2026-06-05 17:13:05 +08:00
Haitao Pan
3e20fcb504 fix(arch): A1-A3 app layer anti-patterns cleanup 2026-06-05 13:05:04 +08:00
Haitao Pan
1878ce1bb2 fix(webrtc): resolve remote desktop black screen by properly binding remote video tracks and removing legacy Plan B constraints 2026-06-05 12:38:43 +08:00
Cowork 3P
60ed369df7 refactor: remove stale runtime fallbacks 2026-06-04 22:38:09 +08:00
Cowork 3P
a908b5118f refactor: remove multi-agent orchestration subsystem (Path B)
Remove the entire multi-agent collaboration execution path, including:
- MultiAgentOrchestrator and its 4-phase pipeline (Architect→Engineer→Tester→Iteration)
- ARIS framework preset and mount infrastructure
- Hardcoded model defaults (kimi-k2.5, minimax-m2.7, glm-5)
- Deprecated runCliPromptInternal() and its fallback call chain
- All related types: MultiAgentConfig, AgentWorkerConfig, MultiAgentRole, etc.

This collapses the architecture to a single clean path:
Flutter → GoTaskServiceClient → ACP Transport → Go Bridge → Remote Execution

2886 lines removed across 41 files.
2026-06-04 05:34:58 +00:00
Cowork 3P
eb58364db6 refactor(skills): clean Path B, add retry + auto-refresh, fix silent failures
- Remove Path B (direct WebSocket RPC), unify skills loading via ACP bridge sessionClient
- Delete skillsStatusPayloadInternal fragile nested-key parsing
- SkillsController: explicit error when offline (no more silent empty), auto-retry with 2s/4s backoff
- Auto-refresh on gateway connect via ChangeNotifier listener
- Gateway connect: concurrent Future.wait for independent controller refreshes
- UI: retry button in skill picker empty/error states
- Clean up skillsController from relayChildChangeInternal listeners
2026-06-04 03:48:29 +00:00
Haitao Pan
c4ca5a2c34 Preserve artifacts after interrupted bridge responses 2026-06-02 16:21:17 +08:00
Haitao Pan
177fdcb46a feat(openclaw): implement artifact sync and ignore policies 2026-06-02 11:14:07 +08:00
Haitao Pan
38a2d80e3c fix(openclaw): keep long artifact recovery synced 2026-06-02 07:36:05 +08:00
Haitao Pan
e0d840d956 fix(openclaw): keep artifact runs session scoped 2026-06-02 00:48:56 +08:00
Haitao Pan
c2128fe5da Fix manual bridge save runtime config 2026-06-01 13:11:30 +08:00
Haitao Pan
22a0376b00 fix: repair bridge login sync runtime state 2026-06-01 10:02:13 +08:00
Haitao Pan
c2e675f390 Merge branch 'codex/login-sync-main' into release/v1.1.3
# 请输入一个提交信息以解释此合并的必要性,尤其是将一个更新后的上游分支
# 合并到主题分支。
#
# 以 '#' 开始的行将被忽略,而空的提交说明将终止提交。
2026-05-30 12:09:50 +08:00
Haitao Pan
ee8bfa48fd chore: update core integration cases and runtime helpers 2026-05-30 12:04:54 +08:00
Haitao Pan
d814f79bb3 Use manual bridge config for ACP runtime 2026-05-30 10:50:26 +08:00
Haitao Pan
7bf9ed4e40 feat: sync existing workspace directory artifacts recursively 2026-05-29 19:17:38 +08:00
Haitao Pan
f861511a2f Remove OpenClaw direct ACP route 2026-05-26 11:06:22 +08:00
Haitao Pan
0201ffa676 Fix managed bridge token priority 2026-05-25 09:15:53 +08:00
Haitao Pan
976a57b181 fix: use bridge skills for assistant picker 2026-05-22 20:30:34 +08:00
Haitao Pan
b9a9999291 chore: remove stale gateway settings and app ffi paths 2026-05-13 16:45:54 +08:00
Haitao Pan
71b78dae66 Fix atomic assistant task execution state 2026-05-12 21:23:58 +08:00
Haitao Pan
f6e265cd03 Show historical files for empty OpenClaw runs 2026-05-12 15:12:31 +08:00
Haitao Pan
0e9ccb7ed4 fix: restart gateway turns after acp interruption 2026-05-10 12:59:09 +08:00
Haitao Pan
e6d54fd07b fix: isolate same-prompt draft artifacts 2026-05-09 18:07:57 +08:00
Haitao Pan
564fa533ac fix: isolate task artifacts by current sync 2026-05-09 17:01:04 +08:00
Haitao Pan
093db7dfc5 fix: stabilize ACP gateway connect failures 2026-05-09 15:12:51 +08:00
Haitao Pan
92ea83cbda fix: keep OpenClaw task streams alive in app 2026-05-08 19:54:54 +08:00
Haitao Pan
db88b10ee0 fix: hide OpenClaw artifact guard diagnostics 2026-05-08 18:14:36 +08:00
Haitao Pan
828c3bac35 fix: use OpenClaw task submit endpoint 2026-05-08 17:25:26 +08:00
Haitao Pan
1239c59d42 feat: add assistant task runtime controls 2026-05-08 17:16:50 +08:00
Haitao Pan
f7f2a9caf8 fix: retry interrupted acp handshakes 2026-05-08 16:01:18 +08:00
Haitao Pan
e156ecf808 fix: preserve acp interrupted task results 2026-05-08 14:19:26 +08:00
Haitao Pan
5e3648db3b fix: continue ACP sessions after interrupted reads 2026-05-08 09:46:52 +08:00
Haitao Pan
679ce97d7b fix: label openclaw socket closures 2026-05-07 17:47:27 +08:00
Haitao Pan
4540f8612f fix: route openclaw gateway routing hints 2026-05-07 09:14:15 +08:00
Haitao Pan
0197894698 fix: use openclaw task submit endpoint 2026-05-07 08:44:23 +08:00
Haitao Pan
3ee9404aa2 fix: route openclaw tasks through bridge rpc 2026-05-07 08:25:52 +08:00
Haitao Pan
a66fe27d30 fix: harden artifact download sync 2026-05-06 21:05:59 +08:00
Haitao Pan
1269fe0199 fix: remove openclaw artifact export fallback 2026-05-05 13:48:12 +08:00
Haitao Pan
7c4a63e732 fix: export openclaw artifacts from app fallback 2026-05-05 13:44:54 +08:00
Haitao Pan
16d4d5e221 fix: sync bridge artifacts and route openclaw tasks 2026-05-03 12:14:35 +08:00
Haitao Pan
50c20eec16 fix: route openclaw tasks via bridge gateway 2026-05-03 11:22:09 +08:00