openclaw/docs/cli
Kaspre 4ddd942f5f feat(wake): expose typed sessionKey on wake protocol + system event CLI
Adds an optional sessionKey to the WakeParamsSchema and threads it through
the gateway wake handler, CronService.wake(), and the underlying timer.wake()
ops so callers can target a specific session for async-task completion
relays instead of always hitting the agent's main session.

Also adds --session-key to `openclaw system event`.

The schema rejects empty/non-string sessionKey at the gateway boundary;
mismatched session keys (a key that does not belong to the resolving agent)
fall back to the agent's main session inside resolveCronSessionKey, which
is the existing safety path.

Refs #52305 (companion to PR #50818, which closes the related cron-run
remap slice at internal enqueue sites). Doesn't depend on #50818.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 17:24:30 +01:00
..
acp.md Relay ACP exec approval permissions 2026-05-09 06:16:17 +10:00
agent.md fix(cli): expose gateway delivery status 2026-05-10 14:09:01 +01:00
agents.md refactor(sessions): route cleanup through controlled writers 2026-05-02 13:40:33 +01:00
approvals.md docs(gateway,platforms,cli): add Related sections to entry and reference pages 2026-04-23 20:08:26 -07:00
backup.md fix(backup): retry tar EOF races and skip live volatile files 2026-05-09 05:11:43 -04:00
browser.md fix(browser): auto-start configured browser plugin 2026-04-27 09:37:10 +01:00
channels.md docs(cli): align setup command hierarchy 2026-05-10 10:28:48 +08:00
clawbot.md docs: add Related sections to remaining CLI, gateway API, and help pages 2026-04-23 20:41:35 -07:00
commitments.md Docs: document inferred commitments 2026-04-29 14:28:22 -07:00
completion.md docs: add Related sections to remaining CLI, gateway API, and help pages 2026-04-23 20:41:35 -07:00
config.md config: stop automatic writes and guard Nix mutators (#78047) 2026-05-06 14:43:32 +02:00
configure.md docs(cli): align setup command hierarchy 2026-05-10 10:28:48 +08:00
crestodian.md Keep OpenAI Codex migrations on automatic runtime routing (#79238) 2026-05-08 16:05:35 +09:00
cron.md docs(cron): clarify cli pre-model watchdog 2026-05-10 02:47:34 -04:00
daemon.md docs(cli): document plugin-aware deep status warnings on gateway/daemon 2026-05-11 07:44:13 +08:00
dashboard.md fix(dashboard): guide manual token auth fallback 2026-05-04 18:39:25 -05:00
devices.md fix(cli): request admin scope for admin device approvals 2026-05-03 01:38:24 +01:00
directory.md docs: typography hygiene across 9 pages (cli/channels) 2026-05-06 08:55:00 -07:00
dns.md docs(cli): fix smart apostrophes in dns and health 2026-05-06 00:23:48 -07:00
docs.md docs(cli): expand docs and tasks-flow CLI references with verified options 2026-05-10 22:17:42 +08:00
doctor.md fix(doctor): tolerate stale plugin deny refs 2026-05-11 05:05:30 +01:00
flows.md docs(cli): expand docs and tasks-flow CLI references with verified options 2026-05-10 22:17:42 +08:00
gateway.md docs(cli): document plugin-aware deep status warnings on gateway/daemon 2026-05-11 07:44:13 +08:00
health.md docs(cli): rewrite voicecall and tighten setup/health with code-verified options 2026-05-10 22:41:38 +08:00
hooks.md docs: typography hygiene across 9 pages (cli/channels) 2026-05-06 08:55:00 -07:00
index.md docs(cli): align setup command hierarchy 2026-05-10 10:28:48 +08:00
infer.md fix: allow explicit local infer static catalog models 2026-05-09 12:16:58 +01:00
logs.md feat(cli/logs): announce --follow gateway reconnect and add JSON notice parity (#75372) 2026-05-03 17:55:58 +08:00
mcp.md fix: speed up exact session lookups 2026-05-02 14:29:36 +01:00
memory.md docs: typography hygiene across 9 pages (cli/channels) 2026-05-06 08:55:00 -07:00
message.md fix(telegram): honor forced document videos 2026-05-11 20:27:36 +05:30
migrate.md Fix Codex plugin migration selection UX (#79160) 2026-05-08 18:17:41 -07:00
models.md Route OpenAI agents through Codex by default (#78899) 2026-05-07 19:46:49 +09:00
node.md docs: typography hygiene across 9 pages (cli/channels) 2026-05-06 08:55:00 -07:00
nodes.md refactor: move canvas to plugin surfaces 2026-05-07 09:07:18 +01:00
onboard.md docs(cli): align setup command hierarchy 2026-05-10 10:28:48 +08:00
pairing.md docs: typography hygiene across 9 pages (cli/channels) 2026-05-06 08:55:00 -07:00
path.md docs(oc-path): expand usage examples 2026-05-09 01:48:35 -04:00
plugins.md feat: add plugin install overrides 2026-05-09 06:06:08 -04:00
proxy.md fix: proxy direct APNs HTTP2 sessions (#74905) 2026-05-04 11:04:17 +00:00
qr.md fix: repair iOS LAN pairing 2026-05-05 21:07:19 -05:00
reset.md docs: add Related sections to remaining CLI, gateway API, and help pages 2026-04-23 20:41:35 -07:00
sandbox.md test(sandbox): cover registry migration 2026-05-03 13:25:32 +01:00
secrets.md docs: add Related sections to remaining CLI, gateway API, and help pages 2026-04-23 20:41:35 -07:00
security.md Clarify exec filesystem policy drift (#79153) 2026-05-07 20:05:19 -05:00
sessions.md fix(ui): bound sessions to configured agents 2026-05-07 03:26:47 -05:00
setup.md docs(cli): fix setup.md options table mangled by formatter on pipe char 2026-05-10 22:41:39 +08:00
skills.md docs: add dedicated ClawHub docs tab (#79159) 2026-05-07 18:55:08 -07:00
status.md docs: typography hygiene + dup H1 across 5 pages (cli/gateway/help) 2026-05-05 22:35:00 -07:00
system.md feat(wake): expose typed sessionKey on wake protocol + system event CLI 2026-05-11 17:24:30 +01:00
tasks.md fix(tasks): report cron session preserves from locked store 2026-05-09 20:05:07 -04:00
tui.md docs: rewrite 3 pages with code-verified options and Mintlify funnel 2026-05-10 22:31:10 +08:00
uninstall.md docs: add Related sections to remaining CLI, gateway API, and help pages 2026-04-23 20:41:35 -07:00
update.md build(pnpm): upgrade workspace to pnpm 11 2026-05-11 00:48:14 +01:00
voicecall.md docs(cli): rewrite voicecall and tighten setup/health with code-verified options 2026-05-10 22:41:38 +08:00
webhooks.md docs: rewrite 3 pages with code-verified options and Mintlify funnel 2026-05-10 22:31:10 +08:00
wiki.md feat(memory-wiki): add agent-facing people wiki metadata 2026-04-29 20:17:37 +01:00