claude-inspector - visualize Claude Code prompt mechanics
Electron desktop app that visualizes how Claude Code constructs prompts under the hood. Useful for debugging context, tool calls, and prompt assembly when an agent goes off the rails.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webClaude Code Plugins for Business Analysts: A Real Confluence Audit Use Case
medium.com · Apr 30, 2026
Open source memory layer so any AI agent can do what Claude.ai and ChatGPT do
dev.to · Apr 30, 2026
I Let Claude AI Handle My Work for a Day - It Shocked Me
medium.com · Apr 30, 2026
Claude.ai and API Unavailable
status.claude.com · Apr 30, 2026
Claude.ai Down Again?
news.ycombinator.com · Apr 30, 2026
Featured in
Claude Code tools, plugins, and integrations
The best tools, MCP servers, and harnesses for getting more out of Claude Code - orchestration, observability, telemetry, and remote control.
Observability for AI coding agents
Tools that show you what your coding agents are actually doing: token spend, session state, tool calls, and parallel execution.
Related entries
unclog - find and fix Claude Code context bloat
CLI that scans ~/.claude for MCPs, skills, hooks, and CLAUDE.md files, shows how many tokens each consumes before you type, and lets you remove items with reversible snapshots.
MioIsland - macOS Dynamic Island for Claude Code
Swift menu-bar app that surfaces Claude Code sessions in the macOS notch: monitor progress, approve permission prompts, and jump back into a session without leaving the current window.
agent-flow - real-time Claude Code orchestration view
Watch your Claude Code agents think, branch, and coordinate as they run. Live visualization of subagent trees and tool calls in the browser.
Recall - TUI search across agent session history
Local-first Rust TUI that searches Claude Code, Codex, and OpenCode session history with hybrid full-text plus semantic retrieval. Built on ratatui.