Argus: Open-Source VS Code Extension for Real-Time Claude Code Observability

Running Claude Code in the terminal feels like a black box — you don't see what the agent is doing until it finishes (or gets stuck in an infinite loop). To solve this, someone built Argus, an open-source (MIT) VS Code extension that provides real-time observability into Claude Code sessions.
Key Features
- Real-Time Timeline: Streams the JSONL transcript as it's generated, showing each agent step (Bash, Read, Write, WebFetch) with no delay.
- Dependency Graph: Automatically maps which files the agent touches and how they connect — useful for understanding impact on the codebase.
- Cost & Loop Detection: Identifies duplicate reads and retry loops that burn tokens. The author reports catching several such inefficiencies already.
The extension is lightweight and works entirely inside VS Code — no external dashboard or service needed. Source is available on GitHub under the MIT license.
Who It's For
Developers who use Claude Code in their terminal and want to avoid surprise token costs or wasted time on stuck agent loops.
📖 Read the full source: r/ClaudeAI
👀 See Also

Karpathy Coding Skill Rewritten for Free Plan, Unlocks Claude Coding Discipline Without Pro
A Reddit user rewrote Karpathy's coding discipline guidelines for Claude's free plan, removing terminal and subagent dependencies. The system prompt auto-triggers on coding requests and enforces verification-first thinking.

Qwen3.6-27B SVG Generation with Closed-Loop Harness
A closed-loop harness using Agno and Pi agents iteratively improves SVG outputs from Qwen3.6-27B by rendering, feeding back PNGs to Qwen Vision, and judging results in two rounds.

AgentCall: Let Claude Code Join Google Meet, Zoom, or Teams Calls as a Teammate
AgentCall.dev pipes your existing Claude Code, Codex, or Cursor session into Google Meet, Teams, or Zoom with voice, screen sharing, and chat — no desktop grab, no third-party data in direct mode.

Chrome Skills: Save and Reuse AI Prompts as One-Click Tools
Google's Chrome Skills feature lets users save AI prompts as reusable workflows that run with a single click on any webpage. Skills can be accessed by typing forward slash (/) or clicking the plus sign (+) in Gemini in Chrome.