Skip to content

0.8.96

Choose a tag to compare

@github-actions github-actions released this 09 Jun 10:07
· 183 commits to main since this release
v0.8.96
c672626

Fixed

  • Agent tool feedback: a recoverable schema/argument-validation rejection (a tool
    call missing a required parameter, or a malformed empty tool name) now returns a
    retry-positive invalid_arguments result that coaches the model to re-call the
    tool with the named correction, instead of the permission_denied "Do not retry
    the same call" denial body. The denial body is now reserved for true
    policy/permission denials. Cheap models were giving up after one fixable mistake
    — observed across ~26 recent eval transcripts as a false-FAIL pass-rate
    deflation.

Install / Upgrade

cargo install harn-cli

Full Changelog: v0.8.95...v0.8.96