Skip to content

deepagents@1.13.2

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 19:33
· 3 commits to main since this release
b13a996

Patch Changes

  • #786 3ab66a7 Thanks @hntrl! - feat(filesystem): report remaining lines for paginated file reads

    Add 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 a78d727 Thanks @ccurme! - Reject tool calls excluded by harness profiles instead of only hiding the tools from model requests.