I made an open-source VS Code extension to visualize and debug Claude Code sessions in real-time

Reddit r/AI_Agents Tools

Summary

Argus is an open-source VS Code extension that provides real-time visualization and debugging for Claude Code sessions, including a timeline, dependency graph, and cost/loop detection.

Hey everyone! Running Claude Code in the terminal is amazing, but I hated the "black box" feeling of not knowing exactly what the agent was doing behind the scenes, or when it got stuck in an infinite loop. To solve this, I built \*\*Argus\*\* — an open-source visual debugger and observability tool for Claude Code right inside VS Code. Key features: \* \*\*Real-time Timeline:\*\* Streams the JSONL transcripts instantly to show agent steps (Bash, Read, Write, WebFetch). \* \*\*Dependency Graph:\*\* Visually maps out which files the agent is touching and how they connect. \* \*\*Cost & Loop Detection:\*\* Caught a few duplicate reads and retry loops that were burning tokens unnecessarily. It’s completely open-source (MIT) and lightweight. I’d love to hear your feedback on the architecture or features you'd like to see next!
Original Article

Similar Articles

How Claude Code works in large codebases

Hacker News Top

Anthropic's blog post details best practices for using Claude Code in large, complex codebases, explaining how agentic search and the 'harness' of extensions like CLAUDE.md files improve navigation and performance at scale.

anthropics/claude-code

GitHub Trending (daily)

Claude Code is an agentic coding tool from Anthropic that lives in the terminal, understands codebases, and helps with tasks like executing routine coding tasks, explaining code, and handling git workflows through natural language commands.

@GoSailGlobal: Claude Code plugin just dropped a 14.7K-star hit: Understand-Anything · Its hook is sharp: 'You just joined a new team with 200,000 lines of code—where do you start?' · What it does: turns the entire codebase into a…

X AI KOLs Timeline

Understand-Anything is a Claude Code plugin that transforms a codebase into an interactive knowledge graph via a multi-agent pipeline, helping developers quickly understand large projects. It supports dependency analysis, Diff Impact Analysis, and more.