Skip to content

v0.1.1

Latest

Choose a tag to compare

@ramonclaudio ramonclaudio released this 02 Apr 18:33
· 26 commits to main since this release
v0.1.1
15dd1d8

Added ccbase mv to fix session history after moving or renaming a project directory. Claude Code stores absolute paths internally, so moving a project breaks /resume and past conversations.

ccbase mv ~/old/path ~/new/path rewrites every reference across ~/.claude/ and the database. Handles full paths, tilde paths, unicode, and won't touch sibling projects. --dry-run to preview first.

Also rewrote the README and swapped the promo image.