openclaw/src/cli/cron-cli
kkhomej33-netizen e7d9648fba
feat(cron): support custom session IDs and auto-bind to current session (#16511)
feat(cron): support persistent session targets for cron jobs (#9765)

Add support for `sessionTarget: "current"` and `session:<id>` so cron jobs can
bind to the creating session or a persistent named session instead of only
`main` or ephemeral `isolated` sessions.

Also:
- preserve custom session targets across reloads and restarts
- update gateway validation and normalization for the new target forms
- add cron coverage for current/custom session targets and fallback behavior
- fix merged CI regressions in Discord and diffs tests
- add a changelog entry for the new cron session behavior

Co-authored-by: kkhomej33-netizen <kkhomej33-netizen@users.noreply.github.com>
Co-authored-by: ImLukeF <92253590+ImLukeF@users.noreply.github.com>
2026-03-14 16:48:46 +11:00
..
register.cron-add.ts feat(cron): support custom session IDs and auto-bind to current session (#16511) 2026-03-14 16:48:46 +11:00
register.cron-edit.ts CLI: align xhigh thinking help text (#44819) 2026-03-13 16:37:11 +08:00
register.cron-simple.ts fix(cron): consolidate announce delivery, fire-and-forget trigger, and minimal prompt mode (#40204) 2026-03-08 14:46:33 -07:00
register.ts Cron: enforce cron-owned delivery contract (#40998) 2026-03-09 20:12:37 +01:00
shared.test.ts fix(cli): cron list Agent column shows agentId not model — add Model column (openclaw#26259) thanks @openperf 2026-03-01 07:47:32 -06:00
shared.ts feat(cron): support custom session IDs and auto-bind to current session (#16511) 2026-03-14 16:48:46 +11:00