Files
strix/tests
Ahmed Allam 7028b54a84 fix(context): bound the complete retrieval response by the caller's limit
The continuation hint was reserved only against the global page cap, so a
small caller-supplied limit bounded content alone and the appended hint pushed
the complete response past the requested maximum. Reserve the hint out of the
effective ceiling (min of limit and the global cap) so content plus hint always
honours the caller's limit, flooring content so pages still make progress.
2026-07-26 00:43:15 +00:00
..