Releases: ramonclaudio/ccbase
v0.1.1
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.
v0.1.0
Initial release.
Built this to track my Claude Code usage and ended up with a full dashboard, chat history viewer with search and syntax highlighting, and a bunch of CLI tools.
Parses everything in ~/.claude/ into SQLite. Cost tracking, commit stats, cache hit rates, activity heatmap, conversation search across all projects.
All local. Zero deps. Bun + SQLite.