Releases: QuocTang/ccm
Releases · QuocTang/ccm
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0 — initial PyPI release
First public release on PyPI.
uv tool install claudecm
# or: pipx install claudecm · pip install claudecmWhat's in 0.1.0
- CLI (
ccm ls / show / sessions / view / rm / rm-session / export / memory / stats) and an interactive TUI (ccmwith no args). The TUI wears the Claude Code coral theme with a morphing ✻ spinner. - Decodes Claude Code's lossy folder names (where both
/and_collapse to-) by reading the realcwdfrom each session JSONL. - Safe destructive operations — project deletion and
memory --rmreject path-traversal identifiers (/,.., etc.) and refuse to operate outside~/.claude/projects/.
Notes
The PyPI distribution is claudecm (the unqualified ccm was already taken by Cassandra Cluster Manager). The console command stays ccm.
See the README for full usage.