Skip to content

v0.1.0 — initial PyPI release

Choose a tag to compare

@QuocTang QuocTang released this 14 May 06:46
· 13 commits to main since this release

First public release on PyPI.

uv tool install claudecm
# or:  pipx install claudecm  ·  pip install claudecm

What's in 0.1.0

  • CLI (ccm ls / show / sessions / view / rm / rm-session / export / memory / stats) and an interactive TUI (ccm with 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 real cwd from each session JSONL.
  • Safe destructive operations — project deletion and memory --rm reject 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.