Skip to content

Releases: QuocTang/ccm

v0.1.4

14 May 08:57

Choose a tag to compare

v0.1.3

14 May 07:46

Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

14 May 07:15

Choose a tag to compare

Full Changelog: v0.1.1...v0.1.2

v0.1.1

14 May 06:54

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0 — initial PyPI release

14 May 06:46

Choose a tag to compare

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.