Files
strix/tests
Ahmed Allam dd35af6181 fix(context): skip compaction when the window can't fit a summary request
When instructions, the reserved summary output, and any prior checkpoint
already consume the model's context window, the summary-input budget is
zero. Previously a doomed summary request was still submitted (and
rejected). Skip summarization in that case and log, rather than issue a
request guaranteed to overflow.
2026-07-25 23:46:27 +00:00
..