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

Developer Builds Native tmux Port for Windows Using Claude Code Without Knowing C
A developer created tmux-win, a native Windows multiplexer using Claude Code to handle Win32 API and conpty implementation despite not knowing C. The tool features vertical/horizontal splits, detachable sessions, and native performance without VM overhead.

ModelFitAI: Deploy AI Agents Without VPS Setup, Built with Claude Code
ModelFitAI is a platform that lets developers deploy AI agents directly on its infrastructure, eliminating VPS setup, Docker configuration, and SSH sessions. The entire platform was built using Claude Code by a solo founder.

Developer builds local AI research agent that creates podcasts from topics or YouTube links
A developer built a fully local AI agent that takes topics or YouTube links and generates deep-dive reports, conversational podcast scripts, and audio. The system dynamically researches, extracts insights, refines summaries, and creates natural back-and-forth conversations.

Yavio: Open-Source Product Analytics SDK for MCP Apps
Yavio is an open-source product analytics SDK for MCP and MCP Apps that automatically captures tool calls, errors, and resource reads with one function call. The MIT-licensed project provides a dashboard with per-tool breakdowns, funnels, retention, and error tracking.