openclaw/src
user 0ed7ea698a fix(subagent): wait for completion before announce
The previous immediate probe (timeoutMs: 0) only caught already-completed
runs. Cross-process spawns need to actually wait via agent.wait RPC for
the gateway to signal completion, then trigger the announce flow.

- Rename probeImmediateCompletion to waitForSubagentCompletion
- Use 10 minute wait timeout for agent.wait RPC
- Remove leftover debug console.log statements
2026-01-12 00:52:36 +00:00
..
agents fix(subagent): wait for completion before announce 2026-01-12 00:52:36 +00:00
auto-reply style: biome fixes 2026-01-12 00:32:47 +00:00
browser feat: auto-start sandbox browser 2026-01-10 02:06:21 +00:00
canvas-host Tests: stabilize file watchers 2026-01-09 11:06:39 +01:00
cli test: add plugin docker e2e 2026-01-11 12:21:45 +00:00
commands feat: add plugin architecture 2026-01-11 12:11:12 +00:00
config test: fix includes tests on windows 2026-01-12 00:39:14 +00:00
cron Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
daemon test: cover auto-reply command gating 2026-01-11 02:27:16 +01:00
discord Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
docs docs(commands): document /usage slash command 2026-01-09 17:18:01 +01:00
gateway fix: stabilize invalid-connect handshake response 2026-01-12 00:19:47 +00:00
hooks feat(hooks): allow gmail tailscale target URLs 2026-01-10 19:19:43 +01:00
imessage refactor: centralize history context wrapping 2026-01-10 19:16:26 +01:00
infra fix: land PR #733 (thanks @AbhisekBasu1) 2026-01-11 23:37:44 +00:00
logging test: update google-shared expectations 2026-01-09 03:04:16 +01:00
macos fix: bundle node runtime for mac app 2026-01-10 15:28:37 +01:00
markdown fix: make forced block chunking fence-safe 2026-01-09 21:52:47 +00:00
media fix: relax fetch typing for Bun 2026-01-10 04:01:06 +01:00
msteams refactor: centralize history context wrapping 2026-01-10 19:16:26 +01:00
pairing Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
plugins test: expand include coverage 2026-01-12 00:30:26 +00:00
process fix: add update env regression test (#713) (thanks @danielz1z) 2026-01-11 10:48:46 +00:00
providers fix: add discord channel actions 2026-01-11 22:32:17 +05:30
routing refactor: normalize main session key handling 2026-01-09 22:30:15 +01:00
sessions fix: centralize verbose overrides and tool stream gating 2026-01-10 00:52:24 +01:00
signal fix: dedupe inbound messages across providers 2026-01-11 00:12:25 +01:00
slack feat: improve gateway services and auto-reply commands 2026-01-11 02:27:16 +01:00
telegram fix: normalize telegram command mentions 2026-01-11 21:06:04 +05:30
terminal style: add blank line after note imports 2026-01-11 05:01:50 +01:00
tui Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
types
utils Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
web Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
whatsapp refactor: centralize WhatsApp target normalization 2026-01-10 02:39:52 +01:00
wizard Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
docker-setup.test.ts test: cover unset docker env vars 2026-01-12 00:46:55 +00:00
entry.ts feat(cli): improve gateway status output 2026-01-09 09:27:42 +01:00
globals.test.ts
globals.ts
index.test.ts
index.ts
logger.test.ts
logger.ts
logging.ts Move provider to a plugin-architecture (#661) 2026-01-11 11:45:25 +00:00
polls.test.ts
polls.ts
postinstall-patcher.test.ts fix: skip pnpm patch fallback 2026-01-12 00:28:34 +00:00
provider-web.barrel.test.ts
provider-web.ts
runtime.ts
utils.test.ts refactor: centralize WhatsApp target normalization 2026-01-10 02:39:52 +01:00
utils.ts refactor: centralize WhatsApp target normalization 2026-01-10 02:39:52 +01:00
version.ts