matt1398/claude-devtools — reverse-engineered prompt

Reverse engineered prompt

Build me a simple visual debugger for Claude Code that lets me see everything the terminal hides.

I want it to read the Claude Code logs and session transcripts already saved on my machine in the local Claude folder, then show past and current sessions in a clean UI with zero setup, no API keys, and no special wrapper around Claude. For each session, show the full conversation, thinking content, tool calls with real inputs and outputs, exact file paths that were read or edited, search matches, inline diffs, subagent activity, and a clear breakdown of context window and token usage by turn.

Please also include an easy way to browse project memory files, view them nicely, and open them in my editor. Copying from the app should work better than the terminal, with selectable text, one click copy for code blocks, and export for whole sessions to markdown, json, and plain text.

Make it feel polished and fast, and make it work locally for desktop use, with a Docker friendly option if that fits. Look up current Claude Code log details online if you need to.

Want more depth? Deep Reverse