Connect Clawsmith to your coding agent. Ship products like crazy.Unlimited usage during betaGet API Key โ†’
โ† Back to dashboard
clawsmith.com/signal/ai-coding-agent-log-visibility-hidden-output
โš  IssueWide Opendev_tool_cliLive

AI coding agent terminal output is opaque - verbose mode floods with unreadable JSON

After Claude Code v2.1.20, action logs were replaced with one-liners like 'Read 3 files' and 'Edited 2 files' - no file paths, no diffs, no content. The --verbose flag dumps raw JSON and system prompts into the terminal, which is unreadable. A developer built a Local Log Viewer (69 HN pts) to fix this. A second tool called claude-devtools reconstructs tool calls, subagent trees, and token attribution in a UI. The core frustration: you can't see what your agent is actually doing without custom tooling.

Product Idea from this Signal

A CLI tool that turns AI coding agent terminal output into a navigable trace tree

246 โ–ฒ

AI coding agents like Claude Code and Cursor emit dense verbose JSON logs that are nearly impossible to read in real time, making it hard to understand what the agent actually did, which tool calls succeeded or failed, and where tokens were burned. Developers are left guessing why a run went wrong or what the agent changed. This tool parses the raw output stream in real time, reconstructs a structured trace tree of every tool call, file diff, subagent spawn, and token spend, and renders it as a navigable terminal or local-web UI that makes agent behavior immediately legible.

developer-toolsai-agentsobservabilitydebuggingclaude-codecli
Competitive88 leadsView Opportunity โ†’

Score Breakdown

HN
246

Gap Assessment

Wide OpenNo dedicated solution exists

Two early tools exist but vendor-specific (Claude Code only); no cross-agent log viewer standard; problem is growing as more devs run agents

Frequently Asked Questions