Commit Graph

30 Commits

Author SHA1 Message Date
Haitao Pan
8153fd30bb docs(cases/06): record definitive root cause — xworkmate.* gateway protocol drift
Adds the 2026-06-26 decisive finding: the bridge forwards `xworkmate.*` method
names the OpenClaw 2026.6.2 gateway does not implement (it uses native
tasks.get/list/cancel and artifacts.list/get/download). Documents the corrected
end-to-end turn timeline with the three break points (tasks.get unknown method;
{taskId}-only param shape + taskId!=runId; artifacts.* drift blocking .md delivery),
the evidence (gateway source + schema + CHANGELOG), the implemented task-lifecycle
fix, and the precisely-specified remaining work (artifact-method alignment + test
fixture migration). Corrects the earlier (wrong) "push/pull mismatch" conclusion.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 20:38:33 +08:00
Haitao Pan
63f171f20c docs(cases): record local bridge runtime validation 2026-06-26 19:19:40 +08:00
Haitao Pan
fb7e0ac7ef docs(cases/06): mark T7/T8/T9 done with impl locations & design trade-offs
Records the durable per-session run-registry implementation (bridge branch
fix/gateway-durable-run-registry): T7 gateway-unconfirmed fallback, T8 terminal
result cache, T9 DeadlineAt interrupt — with the trade-offs (no gatewayruntime
pending-map rewrite; per-session in-memory store not yet cross-restart durable;
T9 only force-terminates when the gateway is unconfirmed) and the test names that
cover each.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 18:54:40 +08:00
Haitao Pan
3676759472 fix(gateway): day-1 stability — stop infinite "running" and un-stoppable tasks
Symptom: a gateway turn shows "任务运行中..." forever and 停止 has no effect,
even though the OpenClaw gateway has already finished (ACP_HTTP_CONNECTION_CLOSED).

- T3: add a hard deadline to the running-handle poll branch so the client no
  longer polls forever when tasks.get keeps returning "running". Budget is
  derived from taskLoadClass (10/30/60min, aligned with the bridge) + grace;
  on timeout the turn lands in a recoverable `interrupted` state
  (OPENCLAW_RUN_POLL_TIMEOUT) prompting the user to resend.
- T4: make 停止 locally authoritative — capture the association, mark the turn
  aborted immediately (clears pending, exits the poll loop), then fire
  tasks.cancel best-effort so a hung/failed cancel RPC can't block termination.
- T6: applyGatewayChatFailureInternal now authoritatively clears the pending
  flag (both raw + normalized key). Previously runOpenClawGatewayQueuedTurnInternal's
  finally never cleared it, leaving "error shown but still running".

Full cross-repo analysis + remaining TODO in docs/cases/06.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 10:48:45 +08:00
Haitao Pan
65fabfe888 chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
Haitao Pan
cb14c83af0 feat: add explicit gateway task case hints for openclaw-gateway-e2e-regression 2026-06-17 16:00:54 +08:00
Haitao Pan
1d2e01f269 Improve assistant task UX 2026-06-07 12:03:08 +08:00
Haitao Pan
1edf6b7b3f refactor/app-thread-key 2026-06-06 06:51:30 +08:00
Haitao Pan
0db8bcc720 add design doc: multi-session-plugin-optimization 2026-06-05 14:53:47 +08:00
Haitao Pan
3b71944c06 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
c320992b95 docs(cases): clean up test cases — remove ai-security-evolution scenario, fix issues
- Delete ai-security-evolution-content-scenario/ (8 files, referenced by removed MANUAL-LOCAL-001A)
- Remove MANUAL-LOCAL-001A from core-integration-manual-cases.md
- Fix duplicate section numbering (#5#6 for general thread scenarios)
- Remove misplaced workspace sync rules from MANUAL-ACP-004 (bridge auth case)
- Update README.md index
2026-06-04 06:13:38 +00:00
Haitao Pan
1212f8cb41 feat: Remote Desktop UI and Client WebRTC Integration 2026-06-03 10:50:06 +08:00
Haitao Pan
3335eaf668 chore: update core integration cases and runtime helpers 2026-05-30 12:04:54 +08:00
Haitao Pan
41555070a8 test: align openclaw e2e prompts 2026-05-29 14:09:49 +08:00
Haitao Pan
82bb7c380e docs: record openclaw gateway e2e cases 2026-05-29 14:05:47 +08:00
Haitao Pan
0226bc810d Polish assistant UI and add Service Mesh video case 2026-05-25 13:43:00 +08:00
Haitao Pan
9c71b65f9f chore: add ios release verification assets 2026-05-25 08:54:48 +08:00
Haitao Pan
8778607e26 Refactor bridge runtime routing 2026-04-21 16:28:26 +08:00
Haitao Pan
033dd07a1b Refactor app execution semantics to agent and gateway 2026-04-11 16:23:26 +08:00
Haitao Pan
e19921784f Add bridge-to-app remote provider test coverage 2026-04-11 08:57:09 +08:00
Haitao Pan
f132c8d866 docs: add test case coverage matrix 2026-04-10 09:02:21 +08:00
Haitao Pan
0ba9f713f9 chore: checkpoint current workspace changes 2026-04-08 20:02:25 +08:00
Haitao Pan
e2bebe6216 Refine ACP platform boundaries and tests 2026-04-08 19:51:26 +08:00
Haitao Pan
66d8c3733d docs: consolidate core integration cases 2026-04-05 18:24:10 +08:00
Haitao Pan
325b437ac5 Clean up auto routing gateway terminology 2026-04-03 19:45:37 +08:00
Haitao Pan
c9852fd70a Rename ARIS bridge to go core 2026-03-23 20:59:18 +08:00
Haitao Pan
085041e5f0 Rename AI Gateway mode to Single Agent 2026-03-23 10:11:53 +08:00
Haitao Pan
c6e077ee2d docs: add secure persistence architecture and release pack 2026-03-22 13:34:29 +08:00
Haitao Pan
1b6710a82f Add assistant thread IA docs 2026-03-22 12:51:32 +08:00
Haitao Pan
4183a40875 Add multi-agent manual verification cases 2026-03-20 09:14:30 +08:00