Skip to content

v0.0.460

Choose a tag to compare

@github-actions github-actions released this 16 Jul 05:02
· 1778 commits to main since this release
4e5946f

Version 0.0.460 (July 15, 2026)

  • File listings reach the agent, not just the UI — list_files and search_files results (names, paths, sizes, ids) are now visible to the model itself, ending the blind re-list loop where the agent called the same listing repeatedly and the run ended with a false "Task completed successfully" message; that circuit-breaker message now tells the model to use the result it already has instead of claiming success.
  • Hebrew/legacy filenames recover instead of becoming ????? — directories with names stored in a legacy codepage (cp1255/cp1252 — Windows shares, zips extracted without a codepage) now show their real names in listings and answers, and reading/grepping those files round-trips to the on-disk bytes. Previously every non-ASCII character degraded to ? (and before 0.0.458, permanently crashed the report).