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. The lossless Rust parser reads Claude Code's on-disk JSONL at 169 MB/s; the compiled CLI greps it and renders one line per event, 25 ms cold.

CI PyPI License PolyForm Noncommercial

Get started

uvx cc-transcript list

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

Terminal running 'uvx cc-transcript stats' — one 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 and ask Claude directly; 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.

Script it from Python

The CLI's funnel is four commands; your own tooling wants the events themselves. parse turns a path into a Transcript of typed lazy views, with the noise already dropped inside the engine:

from cc_transcript import NOISE_SPEC, discover, parse

transcript = parse(discover()[0], drop=NOISE_SPEC)
print(len(transcript.events), "events after the noise drop")

discover() lists every transcript on disk newest first, stream fans a whole corpus across the parse pool, and resolve finds one session by UUID. The getting-started guide builds this out to a composed filter and a sentiment score.

More in the docs

  • The Python library turns a transcript into typed lazy views, a composed filter, and a score in a dozen lines.
  • Filtering events covers composable clauses, specs, and the ready-made NOISE_SPEC.
  • Sentiment scoring buckets conversations and scores them around any inference engine.
  • Feedback mining runs detectors, confidence calibration, and LLM verdict passes over your corpus.
  • The Rust engine is the implementation — parsing, filtering, scoring, and mining — its correctness pinned by hand-owned literals and golden fixtures.
  • API reference documents the complete typed surface, from TranscriptEvent to SessionActivity.

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-14.1.0.tar.gz (12.1 MB view details)

Uploaded Source

Built Distributions

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

cc_transcript-14.1.0-cp313-abi3-manylinux_2_28_x86_64.whl (27.8 MB view details)

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

cc_transcript-14.1.0-cp313-abi3-manylinux_2_28_aarch64.whl (27.5 MB view details)

Uploaded CPython 3.13+manylinux: glibc 2.28+ ARM64

cc_transcript-14.1.0-cp313-abi3-macosx_11_0_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.13+macOS 11.0+ x86-64

cc_transcript-14.1.0-cp313-abi3-macosx_11_0_arm64.whl (27.4 MB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for cc_transcript-14.1.0.tar.gz
Algorithm Hash digest
SHA256 b3db8d59996d9c81c5677d366eb97a4c88a3eec5643f563b741de614de76be8f
MD5 8dd416ad7211e43db18de7d266dac3e4
BLAKE2b-256 4e587e5d9f3b2f890c74c37aa3dd085175153cd5d749b1c276066cd03fdd3660

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_transcript-14.1.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-14.1.0-cp313-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for cc_transcript-14.1.0-cp313-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 012abffd9373f47e42b0ef85bf814b8ebd3f11f59618d2a0ed53b6f58a3cbb90
MD5 a1bb509f611d1f872f42ba27606764c7
BLAKE2b-256 f2568bdf1dcd448865d438d07c64a7bd74ef5d99ccdf3ed63bf6722e282166a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_transcript-14.1.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-14.1.0-cp313-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for cc_transcript-14.1.0-cp313-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d9baea0f5444619e6792cbc13c62667381caf8be90ab5c0980aaff7362037868
MD5 1ddbc23a3d967144207043fcd2fc940c
BLAKE2b-256 8981b6a5dbe35e0bcd79829a9acb48926826ffa684966c48a4ddf67ea3612fae

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_transcript-14.1.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-14.1.0-cp313-abi3-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for cc_transcript-14.1.0-cp313-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f69f4a3b6e64bd9f50696301d9e184018cdb31717ed86d90375b3b14adc27b57
MD5 0653e6bbb6025446148e7ce4c34a5afe
BLAKE2b-256 a5d24a0c92652853a638f7e6ef7b48ef570fe5de2601b8f1a70cce6d92843710

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_transcript-14.1.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-14.1.0-cp313-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cc_transcript-14.1.0-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63ea56ce149f5764a8d7b1dd8c261cccc75f087daf43a0b33a9f74f7c2537d73
MD5 4c28138c06893044ca8918d2abfff745
BLAKE2b-256 c00fc0bdd160afc670f18494d2f926d6390fed9b0d33e41f34a956ef8e9dfee1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cc_transcript-14.1.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