Check for compaction before prompt submission, not just after agent turn

This commit is contained in:
Mario Zechner 2025-12-17 22:25:20 +01:00
parent 3424550d21
commit d5dde00d28
3 changed files with 496 additions and 6 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Check for compaction before submitting user prompt, not just after agent turn ends. This catches cases where user aborts mid-response and context is already near the limit.
### Changed
- Improved system prompt documentation section with clearer pointers to specific doc files for custom models, themes, skills, hooks, custom tools, and RPC.