* fix(agents,cron): remove pattern field from model-facing cron tool schema
Fixes#107449
* fix(agents): regenerate prompt snapshots for cron schema pattern removal
Remove "pattern": "\\S" from the declarationKey field in the
model-facing cron tool schema across all three codex dynamic-tools
snapshot fixtures. This aligns the committed prompt contract with
the runtime schema change that removed the unanchored pattern
constraint incompatible with llama.cpp.
* test(cron): lock llama.cpp schema boundary
Co-authored-by: 李健0668000722 <li.jian21@xydigit.com>
* docs(changelog): place cron fix in release tail
Co-authored-by: 李健0668000722 <li.jian21@xydigit.com>
---------
Co-authored-by: Peter Steinberger <steipete@gmail.com>