Files
strix/tests
Ahmed Allam e5a46b92fd fix(context): skip partial leading char on mid-character read offset
read_tool_output accepts arbitrary byte offsets; one landing inside a
multi-byte character previously decoded to a replacement character. Trim the
orphaned leading continuation bytes (their lead byte is on an earlier page)
so every accepted offset returns valid UTF-8, without affecting forward
paging offsets.
2026-07-26 00:16:02 +00:00
..