Releases: REMvisual/claude-workspace-snapshot
Releases · REMvisual/claude-workspace-snapshot
v1.1.0
What's New
Added
- SDK session detection (Method C) -- Detects sessions running through IDE plugins and SDK wrappers that don't spawn
claude.exe. Counts orphan node launchers and matches them to session files.
Fixed
- Tab titles now persist -- Added
--suppressApplicationTitleto prevent Claude Code from overriding tab names set during restore. - Integer overflow in color hash -- Fixed
Get-ProjectColorto use-band 0x7FFFFFFFpreventing errors on longer project names. - Removed hardcoded project names -- Color assignment is now fully deterministic via hash function. No personal data in the codebase.
Improved
- Better README with Before/After comparison, download badges, and simpler tone.
Install
Download the zip and copy the scripts to ~/.claude/scripts/, or use the one-liner:
irm https://raw.githubusercontent.com/REMvisual/claude-workspace-snapshot/main/install.ps1 | iex