@@ -8,6 +8,12 @@ Docs: https://docs.openclaw.ai
88
99- Onboarding: add Moonshot (.cn) auth choice and keep the China base URL when preserving defaults. (#7180 ) Thanks @waynelwz .
1010- Docs: clarify tmux send-keys for TUI by splitting text and Enter. (#7737 ) Thanks @Wangnov .
11+ - Cron: add announce delivery mode for isolated jobs (CLI + Control UI) and delivery mode config.
12+ - Cron: default isolated jobs to announce delivery; accept ISO 8601 ` schedule.at ` in tool inputs.
13+ - Cron: hard-migrate isolated jobs to announce/none delivery; drop legacy post-to-main/payload delivery fields and ` atMs ` inputs.
14+ - Cron: delete one-shot jobs after success by default; add ` --keep-after-run ` for CLI.
15+ - Cron: suppress messaging tools during announce delivery so summaries post consistently.
16+ - Cron: avoid duplicate deliveries when isolated runs send messages directly.
1117
1218### Fixes
1319
@@ -16,6 +22,9 @@ Docs: https://docs.openclaw.ai
1622- Web UI: apply button styling to the new-messages indicator.
1723- Security: keep untrusted channel metadata out of system prompts (Slack/Discord). Thanks @KonstantinMirin .
1824- Voice call: harden webhook verification with host allowlists/proxy trust and keep ngrok loopback bypass.
25+ - Cron: accept epoch timestamps and 0ms durations in CLI ` --at ` parsing.
26+ - Cron: reload store data when the store file is recreated or mtime changes.
27+ - Cron: deliver announce runs directly, honor delivery mode, and respect wakeMode for summaries. (#8540 ) Thanks @tyler6204 .
1928
2029## 2026.2.2-3
2130
@@ -45,12 +54,6 @@ Docs: https://docs.openclaw.ai
4554
4655- Feishu: add Feishu/Lark plugin support + docs. (#7313 ) Thanks @jiulingyun (openclaw-cn).
4756- Web UI: add Agents dashboard for managing agent files, tools, skills, models, channels, and cron jobs.
48- - Cron: add announce delivery mode for isolated jobs (CLI + Control UI) and delivery mode config.
49- - Cron: default isolated jobs to announce delivery; accept ISO 8601 ` schedule.at ` in tool inputs.
50- - Cron: hard-migrate isolated jobs to announce/none delivery; drop legacy post-to-main/payload delivery fields and ` atMs ` inputs.
51- - Cron: delete one-shot jobs after success by default; add ` --keep-after-run ` for CLI.
52- - Cron: suppress messaging tools during announce delivery so summaries post consistently.
53- - Cron: avoid duplicate deliveries when isolated runs send messages directly.
5457- Subagents: discourage direct messaging tool use unless a specific external recipient is requested.
5558- Memory: implement the opt-in QMD backend for workspace memory. (#3160 ) Thanks @vignesh07 .
5659- Security: add healthcheck skill and bootstrap audit guidance. (#7641 ) Thanks @Takhoffman .
0 commit comments