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

Claude Code's Monitor tool pipes dev server logs into AI-driven auto-fixes
Claude Code's Monitor tool lets you run a dev server in background, tail logs with smart grep filters, and have Claude auto-detect errors, write fixes, and commit them — all while you test the UI.

Open-Source Framework Uses Claude Code CLI for Automated GitHub Repo Monitoring
A developer has open-sourced a framework that runs Claude Code CLI on a cron schedule to triage GitHub activity across multiple repositories. The tool includes state tracking, deduplication, Discord notifications, and a pre-check system that avoids API costs when nothing has changed.

Master-plan: A Minimal Terminal Task System Built for Claude Code Users
A developer has built master-plan, a Claude Code plugin with four slash commands that manages tasks directly in the terminal using a markdown file and git. The system captures ideas mid-session without context switching and auto-detects test runners.

CodeTalk: Open-source tool adds spoken reflections to Claude Code CLI
CodeTalk is a Python tool that adds spoken observations to Claude Code CLI responses using Microsoft's edge-tts. It extracts text embedded by Claude and plays it through speakers with natural-sounding neural TTS.