Session Inspector for Claude Code provides real-time visibility into AI agent operations

Session Inspector for Claude Code
Vibeyard, an open-source terminal IDE that wraps Claude Code, has shipped a Session Inspector feature that provides full real-time visibility into Claude Code sessions through a side panel interface.
Key Features
- Timeline: A chronological feed of every event including tool calls (with expandable input/output), context compactions, subagent spawns, permission requests, and errors. This provides a live play-by-play of what Claude is actually doing.
- Costs: Per-event cost breakdown with cumulative tracking, total tokens, and average cost per step. This makes it easy to see exactly which operations are consuming tokens.
- Tools: Usage analytics showing call counts, failure rates, and cost per tool. This helps identify when Claude is repeatedly using a particular tool or when something keeps failing.
- Context: Visual context window usage over time with color-coded warnings (green → yellow → red as you approach the limit). This allows users to know when they're about to hit compaction before it happens.
The tool is designed for developers working with Claude Code who want better visibility into what's happening during AI agent sessions.
📖 Read the full source: r/ClaudeAI
👀 See Also

Meta Releases Muse Code with Muse Spark 1.2 Model
Meta's new Muse Code terminal coding agent, powered by Muse Spark 1.2, offers async background agents, a replay-exact runtime, and long-horizon coding capabilities.

SourceBridge: Open-source tool for codebase analysis using local LLMs
SourceBridge is an open-source tool that indexes Git repositories into symbol graphs and uses local LLMs to generate codebase summaries, architecture walkthroughs, and learning materials. It supports multiple local backends including Ollama, llama.cpp, vLLM, LM Studio, and SGLang via OpenAI-compatible APIs.

ClawNet: Peer-to-Peer AI Agent Network Without API Keys
ClawNet is a peer-to-peer network that allows AI agents to collaborate directly without API keys or platform fees. Installation is via a curl script, and features include a task bazaar, shell economy, and knowledge network.

singularity-claude: A Self-Evolving Skill Engine for Claude Code
singularity-claude is an open-source Claude Code plugin that adds a recursive evolution loop to prevent skill rot. It scores skill executions, auto-repairs low-scoring skills, crystallizes high-performing versions, and detects capability gaps.