All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Claude File Recovery Tool: Reconstruct Files from Claude Code Session Transcripts

By

rikk3rt

3mo ago· 3 min readenCode

Summary

A GitHub repository for a Python tool that recovers files created and modified by Claude Code from JSONL session transcripts. The tool parses Claude's session logs stored in ~/.claude/projects/, replays Write, Edit, and Read operations in order, and reconstructs files so users can browse, search, and extract them. It features parallel processing of JSONL files with thread pools and includes a fast-reject byte check to skip progress updates.

Key quotes

· 4 pulled
Recover files created and modified by Claude Code from its JSONL session transcripts — even if you lost track of them across sessions.
Claude Code stores a full log of every tool call in ~/.claude/projects/.
This tool parses those transcripts, replays Write, Edit, and Read operations in order, and reconstructs the files so you can browse, search, and extract them.
Scan — Discovers all JSONL session files under ~/.claude/projects/ and parses them in parallel using a thread pool.
Snippet from the RSS feed
Recover files created and modified by Claude Code from JSONL session transcripts - hjtenklooster/claude-file-recovery

You might also wanna read