Skip to content

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 25 Aug 12:28
· 10 commits to main since this release

A patch release that fixes a Windows-only path comparison bug which caused safe deletions inside the system temporary directory to be blocked.

Fixed

  • Fixed rm -rf on a path inside the Windows temporary directory being blocked when the path's letter case differed from the resolved temp root, so an MSYS-style target such as /c/Users/<user>/AppData/Local/Temp/claude/... is now treated the same as its C:/Users/... equivalent. (#91)