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/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.

More in the docs

  • The Python library turns raw JSONL bytes into typed events, 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.
  • Two backends, one protocol pairs a Rust fast path with a Python reference, parity-asserted against each other.
  • 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-12.1.1.tar.gz (218.1 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-12.1.1-cp313-abi3-manylinux_2_28_x86_64.whl (1.7 MB view details)

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

cc_transcript-12.1.1-cp313-abi3-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.13+manylinux: glibc 2.28+ ARM64

cc_transcript-12.1.1-cp313-abi3-macosx_11_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13+macOS 11.0+ x86-64

cc_transcript-12.1.1-cp313-abi3-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13+macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for cc_transcript-12.1.1.tar.gz
Algorithm Hash digest
SHA256 a8de51813e74c4dace80c080bedd6b508d6f85027e62fa9d5da45dd0b17136bf
MD5 a8dcbbf105b4704a927a9b4f6028e3ca
BLAKE2b-256 1203596e782a6f920faa58a4ccbbf1aacb6659edf5e29b98a7e1702263e9adc5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cc_transcript-12.1.1-cp313-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de3ad4ed131e60a2d7c29b0b9d9117aa82b17cfcb5a8dc64b72bb25272aba352
MD5 d7030030e179593ab18485af3ec1ce89
BLAKE2b-256 ad0af98a20020ddcd89b9b1c3c9415555c82d4a61aeed32f89c68a6fd8c84241

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cc_transcript-12.1.1-cp313-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0d2ba966cc1e2d0049930453f79fd3f968f7a7b8c835f40ece248709c460f3ff
MD5 cee78c15db034624fee049f938718e0b
BLAKE2b-256 8484f5930a94fe36fce94826926c1f480d9aea65d8d2fec5a3d4d15a01841234

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cc_transcript-12.1.1-cp313-abi3-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3634bd12d4e7a67b8a5da547db57f4979daa5bdec49235301e0d3e20aabbb83c
MD5 85afa4a09466cf5a22f6b9acc676ffc1
BLAKE2b-256 4ab7be1b4cbdbf08478e9178bf3e0d99576f5421622c30d030f6f50a055f06e8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for cc_transcript-12.1.1-cp313-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c332cb21d1a4b3c257464cab8312b7c4c3848a42a8c4a361f3b781327eef9e13
MD5 4afd12b62bab7f5599cd9b028e864b45
BLAKE2b-256 28ec2be1a12747cd0659ed93237f93124dff42c338dacb136fad84de3f0ba334

See more details on using hashes here.

Provenance

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