Skip to main content

Grep every Claude Code session you've ever run.

Project description

cc-transcript

Grep every Claude Code session you've ever run. cc-transcript's lossless parser reads Claude Code's on-disk JSONL; the CLI lists transcripts, greps their content, and renders one compact line per event.

CI PyPI License: PolyForm Noncommercial

Get started

uvx cc-transcript list

Every session is already on disk under ~/.claude/projectslist finds them newest first, and stats collapses one into a screenful:

Terminal running 'uvx cc-transcript stats' — a 1,023-event session summarized as counts, kinds, models, and tool names

Driving with an agent? Paste this:

/plugin marketplace add yasyf/cc-transcript
/plugin install cc-transcript@cc-transcript

The plugin's skill teaches Claude to answer "what did I ask you yesterday?" from its own history, funneling through the CLI instead of reading raw JSONL.

No Claude Code? Point any agent at the CLI
Use `uvx cc-transcript` to investigate my Claude Code sessions: `list` finds
transcripts on disk, `stats` summarizes one, `grep` searches content, and `show`
renders one compact line per event. Start by listing my newest sessions and
summarizing the most recent one. Docs: https://yasyf.github.io/cc-transcript/

Use cases

Ask Claude what you asked Claude yesterday

Yesterday's session is a megabyte of JSONL, and pasting it into a chat blows the context window. Render the spine instead:

uvx cc-transcript show --signal --tail 20 ~/.claude/projects/<project>/<session>.jsonl

--signal keeps only the substantive user and assistant turns — one line per event, a few hundred tokens for the whole exchange. With the plugin installed, skip the command: ask Claude directly and its skill runs this funnel for you.

Find the session where you fixed that bug

The fix happened weeks ago, in one of a few hundred transcripts. Search them all:

uvx cc-transcript grep "TranscriptExpiredError" --project cc-transcript

Hits print under their transcript's path, each line carrying its raw event index — feed an index back into show --range to re-read the conversation around the fix. grep searches your newest 50 transcripts by default; --all takes it to every session on disk, and a no-match run exits 1 so it scripts cleanly.

Debug a token blowup from transcript evidence

A session burned through the context window and you want the culprit, not a guess. Rank the evidence:

uvx cc-transcript stats --per-file --project myapp

Each block reports text, thinking, and tool-io bytes plus per-tool call counts — the blowup stands out as an outsized tool io line. Then grep --tool <name> --with-result pins it to the exact calls.

More in the docs

  • The Python library — raw JSONL bytes to typed events, a composed filter, and a score in a dozen lines — getting started
  • Filtering events — composable clauses, specs, and the ready-made NOISE_SPECbuilder catalog
  • Sentiment scoring — bucket conversations and score them around any inference engine — score specs
  • Feedback mining — detectors, confidence calibration, and LLM verdict passes over your corpus — mine your sessions
  • Two backends, one protocol — a Rust fast path and a Python reference, parity-asserted against each other — how parity works
  • API reference — the complete typed surface, from TranscriptEvent to SessionActivityreference

Read the docs for the full guide. Licensed under PolyForm Noncommercial 1.0.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cc_transcript-9.0.0.tar.gz (171.8 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cc_transcript-9.0.0-cp313-abi3-manylinux_2_28_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13+manylinux: glibc 2.28+ x86-64

cc_transcript-9.0.0-cp313-abi3-manylinux_2_28_aarch64.whl (2.7 MB view details)

Uploaded CPython 3.13+manylinux: glibc 2.28+ ARM64

cc_transcript-9.0.0-cp313-abi3-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13+macOS 11.0+ x86-64

cc_transcript-9.0.0-cp313-abi3-macosx_11_0_arm64.whl (2.5 MB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

File details

Details for the file cc_transcript-9.0.0.tar.gz.

File metadata

  • Download URL: cc_transcript-9.0.0.tar.gz
  • Upload date:
  • Size: 171.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for cc_transcript-9.0.0.tar.gz
Algorithm Hash digest
SHA256 cf049380d05eae146c1324455e9b898a1f84819aab5ef2a90530d38c023f3bbc
MD5 bbe44c6fd9e3e930b27a32668557db6b
BLAKE2b-256 cf03fb0312493de4c502ae264def961f79f5de24b793933d93116a90a7f42b14

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_transcript-9.0.0.tar.gz:

Publisher: release-pypi.yml on yasyf/cc-transcript

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cc_transcript-9.0.0-cp313-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cc_transcript-9.0.0-cp313-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 311244969fb365698c4ac34f0fa32955ee59607727efb1ad65ecc790f7694027
MD5 ff91316f324667385483e395c02a87f4
BLAKE2b-256 832a4474fab82f61c3f94bd26bc9b69623be51568a8a0162ed977df72b3a270c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_transcript-9.0.0-cp313-abi3-manylinux_2_28_x86_64.whl:

Publisher: release-pypi.yml on yasyf/cc-transcript

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cc_transcript-9.0.0-cp313-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cc_transcript-9.0.0-cp313-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87d5b497c1ad3ef9d553981c1669496f2b42922beef88c18bed74fa9a5ca0171
MD5 c3c76998e775f34fda9c08f27c6f173a
BLAKE2b-256 ecbd89a5e082278dd1ca5840e7e6b5ca67728bc1360dedf5b7853049e2a211cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_transcript-9.0.0-cp313-abi3-manylinux_2_28_aarch64.whl:

Publisher: release-pypi.yml on yasyf/cc-transcript

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cc_transcript-9.0.0-cp313-abi3-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for cc_transcript-9.0.0-cp313-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d4029da8f9e545bb305bf04b1b3521ac2a5d3f2d35547109898317910030e1d6
MD5 7e0226f0d61a2b883696a93b291c0691
BLAKE2b-256 f64cf8e4a44e1e26b3250c83f6ffce59887acb0db4effbaa153002a235da2a4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_transcript-9.0.0-cp313-abi3-macosx_11_0_x86_64.whl:

Publisher: release-pypi.yml on yasyf/cc-transcript

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cc_transcript-9.0.0-cp313-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cc_transcript-9.0.0-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1f1fa91724fb9ce2833522c4cce1497623373066bdc6e72b5bc715f5d0ef59ea
MD5 cc5656f910b3107f85fbd774ad429365
BLAKE2b-256 8bb8d3df3b19b251f4af2d99f56a8fcd6ec64f2540d355d7248730facc28c8f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_transcript-9.0.0-cp313-abi3-macosx_11_0_arm64.whl:

Publisher: release-pypi.yml on yasyf/cc-transcript

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page