A new way to extract detailed transcripts from Claude Code
simonwillison.net·1d·
Discuss: Hacker News
🔤plain c language
Preview
Report Post

25th December 2025

I’ve released claude-code-transcripts, a new Python CLI tool for converting Claude Code transcripts to detailed HTML pages that provide a better interface for understanding what Claude Code has done than even Claude Code itself. The resulting transcripts are also designed to be shared, using any static HTML hosting or even via GitHub Gists.

Here’s the quick start, with no installation required if you already have uv:

uvx claude-code-transcripts

(Or you could uv tool install claude-code-transcripts or pip install claude-code-transcripts first, if you like.)

This will bring up a list of your local Claude Code sessions. Hit up and down to sel…

Similar Posts

Loading similar posts...