Merge pull request #1103 from mkbehr/feat/cron-context-messages

feat(cron): Add parameter to control context messages
This commit is contained in:
Peter Steinberger
2026-01-22 03:52:34 +00:00
committed by GitHub
3 changed files with 81 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ Docs: https://docs.clawd.bot
- Config: avoid stack traces for invalid configs and log the config path.
- Doctor: warn when gateway.mode is unset with configure/config guidance.
- macOS: include Textual syntax highlighting resources in packaged app to prevent chat crashes. (#1362)
- Cron: cap reminder context history to 10 messages and honor `contextMessages`. (#1103) Thanks @mkbehr.
- UI: refresh debug panel on route-driven tab changes. (#1373) Thanks @yazinsai.
## 2026.1.21