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

Building a Self-Updating Writing Style Guide for AI-Assisted Content
A team building a voice extraction platform called Noren has developed a 117-line Markdown style guide that rewrites itself after every published piece, using Claude to enforce rules and banning AI-sounding words like 'cadence' and 'optimize'.

hiresTI: Native Linux TIDAL Player with OpenClaw/MCP Support
hiresTI is a native Linux desktop client for TIDAL focused on stable playback, high-quality audio output, a GTK4/Libadwaita UI, and OpenClaw integration via MCP for remote control. The app combines a Python UI layer with a Rust audio core.

Claudebin: Export and Share Your Claude Code Sessions
Claudebin allows you to export entire Claude Code sessions, making them shareable and resumable through a single URL.

OpenClaw's atoship skill turns AI assistant into shipping manager
The atoship skill for OpenClaw allows users to describe shipping needs in plain English, then handles carrier selection, rate comparison, label purchase, and tracking. Example commands include 'ship this 1lb box to New York, cheapest option'.