claude-devtools: Open-source tool visualizes hidden Claude Code session data
By
matt
A reheated bagel, served cold.
Summary
claude-devtools is an open-source tool that reads raw Claude Code session logs from a user's machine and reconstructs all the information that the CLI interface hides. It provides a visual timeline showing file paths read, tools called, diffs applied, token consumption, with features like per-turn context attribution, compaction visualization, subagent execution trees, and custom notification triggers. The tool works with all past sessions and runs locally without modifying Claude Code itself.
Key quotes
· 3 pulledclaude-devtools doesn't run or modify Claude Code — it reads the raw session logs already on your machine and reconstructs everything the CLI hides
Every file path Read, every tool called, every diff Applied, every token consumed — structured into a visual timeline
Works with every session you've ever run. Open source, runs locally
You might also wanna read
Claude File Recovery Tool: Reconstruct Files from Claude Code Session Transcripts
A GitHub repository for a Python tool that recovers files created and modified by Claude Code from JSONL session transcripts. The tool parse
Claude Wrapped: Terminal Tool for Comparing Claude Code Usage with Global Statistics
Claude Wrapped is a terminal-based tool that allows users to compare their Claude Code usage statistics with global data. The tool features
ccrider: Terminal Tool for Searching and Managing Claude Code Sessions
ccrider is a terminal-based tool for managing Claude Code sessions, allowing users to search, browse, and resume their coding conversations.
Claudetop: Real-Time Cost Monitoring Tool for Claude Code Sessions
Claudetop is a monitoring tool for Claude Code sessions that provides real-time visibility into token usage and costs. It addresses the prob
Rudel: Analytics Dashboard for Claude Code and Codex Sessions
Rudel is an analytics platform for Claude Code and Codex that provides a dashboard with insights on coding sessions including token usage, s
claude-replay: Convert AI Coding Agent Sessions into Interactive HTML Replays
claude-replay is an open-source tool that converts AI coding agent session logs (from Claude Code, Cursor, Codex CLI, Gemini CLI, and OpenCo
