mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-21 01:51:39 -06:00
fb4395c1fe
* fix(cron): preserve all fields in announce delivery by removing summarization instruction The delivery instruction appended to the cron agent prompt contained the word 'summary', causing LLMs to condense structured output non-deterministically and drop fields on delivery. Replace with 'response' and add explicit instruction to reproduce all fields exactly. Fixes #58535 * chore(changelog): add cron announce entry --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>