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 -rfon 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 itsC:/Users/...equivalent. (#91)