Commit Graph

28 Commits

Author SHA1 Message Date
Haitao Pan
4ba494c845 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
361d10fb64 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
c22cd049b3 chore: update macOS deployment target to 14.0 and commit pending changes 2026-06-25 09:52:33 +08:00
Haitao Pan
31cf5515ae feat: add explicit gateway task case hints for openclaw-gateway-e2e-regression 2026-06-17 16:00:54 +08:00
Haitao Pan
a3db2f3660 Improve assistant task UX 2026-06-07 12:03:08 +08:00
Haitao Pan
2a572200e3 refactor/app-thread-key 2026-06-06 06:51:30 +08:00
Haitao Pan
ed5c138d9c add design doc: multi-session-plugin-optimization 2026-06-05 14:53:47 +08:00
Haitao Pan
f1fcc1be46 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
067a11e3ca 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
d08bc29ceb feat: Remote Desktop UI and Client WebRTC Integration 2026-06-03 10:50:06 +08:00
Haitao Pan
405ea85816 chore: update core integration cases and runtime helpers 2026-05-30 12:04:54 +08:00
Haitao Pan
aaeb185ddf test: align openclaw e2e prompts 2026-05-29 14:09:49 +08:00
Haitao Pan
71fd37fef7 docs: record openclaw gateway e2e cases 2026-05-29 14:05:47 +08:00
Haitao Pan
80a3149168 Polish assistant UI and add Service Mesh video case 2026-05-25 13:43:00 +08:00
Haitao Pan
6774ac11ef chore: add ios release verification assets 2026-05-25 08:54:48 +08:00
Haitao Pan
fcca0e0d57 Refactor bridge runtime routing 2026-04-21 16:28:26 +08:00
Haitao Pan
5c81c6c73c Refactor app execution semantics to agent and gateway 2026-04-11 16:23:26 +08:00
Haitao Pan
6b4f953bf9 Add bridge-to-app remote provider test coverage 2026-04-11 08:57:09 +08:00
Haitao Pan
3a0f736bd4 docs: add test case coverage matrix 2026-04-10 09:02:21 +08:00
Haitao Pan
4e19ba3ded chore: checkpoint current workspace changes 2026-04-08 20:02:25 +08:00
Haitao Pan
f986c48fe8 Refine ACP platform boundaries and tests 2026-04-08 19:51:26 +08:00
Haitao Pan
74adc07f05 docs: consolidate core integration cases 2026-04-05 18:24:10 +08:00
Haitao Pan
ae2032ec08 Clean up auto routing gateway terminology 2026-04-03 19:45:37 +08:00
Haitao Pan
bd8bf9add3 Rename ARIS bridge to go core 2026-03-23 20:59:18 +08:00
Haitao Pan
f15ede6d09 Rename AI Gateway mode to Single Agent 2026-03-23 10:11:53 +08:00
Haitao Pan
d640fbd3c6 docs: add secure persistence architecture and release pack 2026-03-22 13:34:29 +08:00
Haitao Pan
f3a2426ba7 Add assistant thread IA docs 2026-03-22 12:51:32 +08:00
Haitao Pan
49e69a181e Add multi-agent manual verification cases 2026-03-20 09:14:30 +08:00