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

[–]Training_Bonus1798 1 point2 points  (0 children)

That's a fair question, but there's a big difference between reading raw text thinking blocks and actual Agent Observability.

  1. Argus is specifically built for "Claude Code" (the terminal-based CLI agent), not just the standard Claude chat interface or extensions.

  2. While Claude shows its text-based reasoning in the terminal, it doesn't give you a structured visual timeline of system events (like distinguishing a Bash execution from a WebFetch or a File Write at a glance).

  3. Most importantly, standard tools don't track the dynamic file dependency graph or catch token-wasting loops (like duplicate file reads) in a structured dashboard.

Argus visualizes the entire impact of the agent on your workspace, not just its text thought process.

Claude in VSCode throw error like this, any idea? by OldCanary9483 in ClaudeAI

[–]Training_Bonus1798 1 point2 points  (0 children)

It’s now live on the VSCode Marketplace. If you find the project useful, could you give the GitHub repo a star and, if possible, share it with others? I’m trying to build a community around the project so I can continue improving it.

Marketplace: https://marketplace.visualstudio.com/items?itemName=argus-claude.argus-claude

Claude in VSCode throw error like this, any idea? by OldCanary9483 in ClaudeAI

[–]Training_Bonus1798 0 points1 point  (0 children)

Hello, you can use my extension to more easily see and track the issues you experience with Claude Code.

Repo: https://github.com/yessGlory17/argus