v18.1.1
@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
VcsErrorinstead of a process-level failure.
Full Changelog: v18.1.0...v18.1.1