mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:49:40 +08:00
* fix(cron): accept null fallbacks in cron update patch payload createCronPatchObjectSchema passes nullableStringArraySchema for model and toolsAllow, but fallbacks was still hardcoded as a non-nullable array in cronPayloadObjectSchema, rejecting null clears before they reach the Gateway service layer. Switch fallbacks to a parameter so the patch context can pass the nullable variant, matching the existing pattern for model and toolsAllow. Fixes #100707 Co-Authored-By: Claude <noreply@anthropic.com> * test(cron): cover model+fallbacks null clear in patch schema test --------- Co-authored-by: Claude <noreply@anthropic.com>