mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 01:05:36 +00:00
* fix(cron): clear delivery routing fields from cron edit cron edit could set delivery channel/to/thread-id/account but could not unset them: an empty value (e.g. --to "") builds delivery.X = undefined, which is omitted from the JSON-RPC patch, so mergeCronDelivery never sees the key and the field is silently kept. The gateway RPC already accepts an explicit null to clear each field (CronDeliveryPatchSchema + mergeCronDelivery via normalizeOptionalString); the CLI just never sent it. Add --clear-channel/--clear-to/--clear-thread-id/--clear-account, each emitting null (mirroring the existing --clear-model), with mutual-exclusion guards against the matching set flag and against --webhook. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * fix(cron): preserve delivery defaults when clearing routes * fix(cron): validate cleared prefixed routes --------- Co-authored-by: ly-wang19 <ly-wang19@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Vincent Koc <25068+vincentkoc@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| acp.md | ||
| agent.md | ||
| agents.md | ||
| approvals.md | ||
| backup.md | ||
| browser.md | ||
| channels.md | ||
| clawbot.md | ||
| commitments.md | ||
| completion.md | ||
| config.md | ||
| configure.md | ||
| crestodian.md | ||
| cron.md | ||
| daemon.md | ||
| dashboard.md | ||
| devices.md | ||
| directory.md | ||
| dns.md | ||
| docs.md | ||
| doctor.md | ||
| flows.md | ||
| gateway.md | ||
| health.md | ||
| hooks.md | ||
| index.md | ||
| infer.md | ||
| logs.md | ||
| mcp.md | ||
| memory.md | ||
| message.md | ||
| migrate.md | ||
| models.md | ||
| node.md | ||
| nodes.md | ||
| onboard.md | ||
| pairing.md | ||
| path.md | ||
| plugins.md | ||
| policy.md | ||
| proxy.md | ||
| qr.md | ||
| reset.md | ||
| sandbox.md | ||
| secrets.md | ||
| security.md | ||
| sessions.md | ||
| setup.md | ||
| skills.md | ||
| status.md | ||
| system.md | ||
| tasks.md | ||
| transcripts.md | ||
| tui.md | ||
| uninstall.md | ||
| update.md | ||
| voicecall.md | ||
| webhooks.md | ||
| wiki.md | ||
| workboard.md | ||