Skip to content

Releases: REMvisual/claude-workspace-snapshot

v1.1.0

29 Mar 19:27

Choose a tag to compare

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 --suppressApplicationTitle to prevent Claude Code from overriding tab names set during restore.
  • Integer overflow in color hash -- Fixed Get-ProjectColor to use -band 0x7FFFFFFF preventing 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