Skip to content

v0.0.461

Choose a tag to compare

@github-actions github-actions released this 16 Jul 11:29
· 1774 commits to main since this release
c5fffa8

Version 0.0.461 (July 16, 2026)

  • DOS-Hebrew and any-encoding filenames now work end to end — the legacy filename recovery gains cp862 (DOS-Hebrew) and ISO-8859-8, picks the best-quality decode instead of the first that succeeds (so Western café.pdf shares can't be misread as Hebrew), and adds an encoding-agnostic fallback that resolves a listed file by display-name match even when the encoding is unknown — a listed file can always be read/grepped, worst case with imperfect glyphs. Unrecoverable names log their raw bytes so the right charset can be identified from server logs without host access.
  • Repeating an identical tool call no longer ends the run — the first repeat now injects a corrective note and lets the agent continue with the result it already has; only a further identical repeat stops the turn (previously the second call ended the run immediately, cutting off recoverable plans mid-flight).