Skip to content

v18.1.1

Choose a tag to compare

@github-actions github-actions released this 01 Sep 16:20
· 34 commits to main since this release
7523a2d

@oh-my-pi/pi-coding-agent

Fixed

  • Fixed a native crash (and multi-gigabyte committed-memory growth held until exit) when git status ran over worktrees with tens of thousands of untracked files: whole-worktree porcelain status now runs through the git CLI with bounded output capture, falling back to the in-process gitoxide walk only when git is not installed, and any panic escaping a native VCS operation now surfaces as a structured VcsError instead of a process-level failure.

Full Changelog: v18.1.0...v18.1.1