·
3 commits
to main
since this release
Patch Changes
-
#786
3ab66a7Thanks @hntrl! - feat(filesystem): report remaining lines for paginated file readsAdd optional read pagination metadata across built-in backends and append a model-facing continuation notice when more source lines remain. Size-based truncation now preserves complete source-line boundaries and recalculates the next offset so subsequent reads do not skip hidden content.
-
#793
a78d727Thanks @ccurme! - Reject tool calls excluded by harness profiles instead of only hiding the tools from model requests.