Files
strix/tests
Ahmed Allam 739e969914 fix(context): never floor summary input above the model's remaining room
The 1,000-token floor on summary-input room could exceed the space
actually left after instructions, the reserved summary output, and any
existing checkpoint. On a small window the summary request then overflowed
and returned nothing, leaving the oversized session uncompacted. Clamp to
the real room instead so the request always fits.
2026-07-25 23:46:27 +00:00
..