Skip to content

Releases: ramonclaudio/ccbase

v0.1.1

02 Apr 18:33
v0.1.1
15dd1d8

Choose a tag to compare

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

02 Apr 18:22
v0.1.0
b653580

Choose a tag to compare

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.