Show HN: I built a tool to un-dumb Claude Code's CLI output (Local Log Viewer)
Hacker News (score: 60)Description
I built this because I got tired of the Claude Code CLI hiding details from me.
Recent updates have replaced critical output with summaries like "Read 3 files" or "Edited 2 files". To see what actually happened, I was forced to use `--verbose`, which floods the terminal with unreadable JSON and system prompts.
I wanted a middle ground: *Full observability without the noise.*
`claude-devtools` is a local Electron app that tails the session logs in `~/.claude/` to reconstruct the execution trace in real-time.
*Unlike wrappers, it solves the visibility gap in your native terminal workflow:* 1. *Real Diffs:* It shows inline diffs (red/green) the moment files are edited, instead of just a checkmark. 2. *Context Forensics:* It breaks down token usage by File vs Tool Output vs Thinking (so you know exactly why your context window is full). 3. *Agent Trees:* It visualizes sub-agent execution paths which are usually interleaved and confusing in the CLI.
Itβs 100% local, and works with the logs already on your machine. No API keys required.
Repo: https://github.com/matt1398/claude-devtools (Screenshots and diff viewer demo are in the README)
More from Hacker
Show HN: Vibe Coding a static site on a $25 Walmart Phone
Show HN: Vibe Coding a static site on a $25 Walmart Phone Hi! I took a cheap $25 walmart phone and put a static server on it? Why? Just for a fun weekend project.<p>I used Claude Code for most of the setup. I had a blast.<p>It's running termux, andronix, nginx, cloudflared and even a prometheus node exporter.<p>Here's the site:<p><a href="https://walmartphone.stetsonblake.com/" rel="nofollow">https://walmartphone.stetsonblake.com/</a>
Analyzing the Performance of WebAssembly vs. Native Code
Analyzing the Performance of WebAssembly vs. Native Code
Show HN: Shadcn/UI theme editor β Design and share Shadcn themes
Show HN: Shadcn/UI theme editor β Design and share Shadcn themes Hey, I built <a href="https://ShadcnThemer.com" rel="nofollow">https://ShadcnThemer.com</a> - a web app for creating and sharing themes for shadcn/ui, made with my some of my favorites, Next.js 15, Tailwind CSS 4, Drizzle ORM, and Supabase.<p>The goal was to make it easy to visually design shadcn color themes, preview them live across various example UIs, and export them straight into your projects (as CSS or via the shadcn CLI registry command).<p>I had a bit of experience going into this because I built the Theme Studio for VS Code in the past, but it was fun using a modern stack and leveraging Cursor to help me along the way this time.<p>GitHub: <a href="https://github.com/miketromba/shadcn-themer" rel="nofollow">https://github.com/miketromba/shadcn-themer</a>
Show HN: Playwright Skill for Claude Code β Less context than playwright-MCP
Show HN: Playwright Skill for Claude Code β Less context than playwright-MCP I got tired of playwright-mcp eating through Claude's 200K token limit, so I built this using the new Claude Skills system. Built it with Claude Code itself.<p>Instead of sending accessibility tree snapshots on every action, Claude just writes Playwright code and runs it. You get back screenshots and console output. That's it.<p>314 lines of instructions vs a persistent MCP server. Full API docs only load if Claude needs them.<p>Same browser automation, way less overhead. Works as a Claude Code plugin or manual install.<p>Token limit issue: <a href="https://github.com/microsoft/playwright-mcp/issues/889" rel="nofollow">https://github.com/microsoft/playwright-mcp/issues/889</a><p>Claude Skills docs: <a href="https://docs.claude.com/en/docs/claude-code/skills" rel="nofollow">https://docs.claude.com/en/docs/claude-code/skills</a>
No other tools from this source yet.