Files
strix/tests
Ahmed Allam 2163a66b78 fix(context): over-estimate tokens when no tokenizer is available
The chars/4 fallback under-counts dense text (code, base64, CJK), which
could let a summary request be packed past the real context window and get
rejected. Use a conservative ~3-chars/token estimate instead so budget
checks never under-count.
2026-07-26 00:04:13 +00:00
..