End-to-End Request Tracing for Claude Code Sessions
v0.38.0 adds structured logging, crash reports, and request ID propagation so you can trace any operation from browser to CLI session.
v0.38.0 adds structured logging, crash reports, and request ID propagation so you can trace any operation from browser to CLI session.
v0.37.0 auto-detects archived projects, resolves CLI sessions without polling, and eliminates dual-path data flow bugs.
v0.36.0 replaces process tree scanning with PID-based session detection, unifies the session store, and adds Zed-style terminal panes.
v0.34.0 brings native Linux builds, interactive xterm terminals for CLI sessions, webhook notifications with Slack/Lark support, and a complete session ownership model.
v0.35.0 adds computed session ownership, runtime configuration, and cuts the binary size in half.
v0.33.0 brings team debate transcripts, per-member cost breakdowns, sub-agent sidechains, and full ~/.claude directory integration to claude-view.
v0.31.0 synthesizes Plan and Question blocks from historical JSONL data, giving you a complete visual timeline for any session — not just recent ones.
v0.32.0 closes the last gaps in claude-view's developer timeline: attachment changes, permission shifts, and scheduled task triggers are now rendered as first-class blocks.
v0.30.0 brings provider-agnostic local LLM settings, hook events rendered inline in conversations, and paginated sub-agent views.
v0.28.0 brings local LLM phase classification, a component dashboard, and a polished settings experience to claude-view.
v0.29.0 unifies all session views on a single state machine, adds entrypoint badges, and introduces a local CI pipeline that catches bugs before they ship.
v0.27.0 adds per-agent cost breakdowns, collapsible agent groups, Geist fonts, and Apple HIG typography across the entire app.
v0.25.0 overhauls Developer Rich mode rendering, adds dedicated block renderers for sidechains and hooks, and introduces a full-stack integrity audit that catches type drift before it ships.
v0.26.0 hardens session lifecycle tracking with PID-based identity, streams Claude Code's statusline to the Live Monitor via SSE, and adds opt-in telemetry.
v0.24.0 adds VSCode-style tabbed sessions, a Rust-native conversation block pipeline, and a finite state machine that makes chat panels deterministic.
v0.23.0 fixes inflated context usage percentages in live sessions and adds a zero-dependency shell installer.
v0.21.0 replaces the dual-source chat merge with a single-stream architecture and adds native Linux keychain support.
v0.19.0 introduces a unified model catalog — a single source of truth for pricing, context windows, and capabilities across all Claude models.
v0.15.0 ships a unified search engine with automatic fallback, a ground-up sidecar rewrite for Agent SDK v0.2.72, SSE-driven live data, and persistent team browsing via JSONL reconstruction.
v0.16.0 bakes prod URLs into the distributed binary so sharing and auth work out of the box — while self-hosted builds stay clean with no embedded config.
v0.17.0 adds a System Monitor page with live CPU, memory, and disk gauges — streamed via SSE with smooth animations, right alongside your Claude sessions.
v0.13.0 introduces a workflow system where you describe a pipeline in natural language and watch it render as a live Mermaid diagram, plus unified live chat and recently closed sessions.
v0.14.0 adds one-click Open in IDE from session views, @file mention chips on session cards, and a richer live chat experience with thinking blocks and a context gauge.
v0.12.0 brings a full Plugin Manager to claude-view — browse, install, enable, disable, and uninstall Claude Code plugins without touching the terminal.
v0.12.1 fixes a silent failure where project-scoped plugin operations (uninstall, enable, disable) didn't pass the correct working directory to the CLI subprocess.
When you're running 3-5 Claude Code agents at once, a flat list doesn't cut it. v0.10.0 adds Kanban swimlanes, cost popovers, worktree drift detection, and more.
v0.11.2 brings Claude Code plans, full-text prompt search, and dedicated team intelligence views.
Monitor, orchestrate, and command your Claude Code sessions from a web dashboard or your phone.
How we built zero-knowledge conversation sharing using client-side encryption, Cloudflare R2, and a static SPA viewer.
v0.9.0 adds a calendar heatmap activity page and zero-knowledge encrypted conversation sharing via share.claudeview.ai.
v0.8.0 ships the claude-view plugin with 8 MCP tools, 3 skills, and a Tantivy-powered unified search engine.
v0.7.0 adds server crash recovery with persistent snapshots, work reports with cost analysis, and the cleanup CLI command.
v0.6.0 officially rebrands the project to claude-view — a name that tells you exactly what it does.
v0.5.0 is the biggest release yet — live dashboards for every running Claude Code agent with sub-agent visualization, cost tracking, and full-text search.
How claude-view evolved from a simple JSONL viewer into a real-time multi-agent monitoring dashboard in 25 days.
When you run 3-5 Claude Code agents simultaneously, you lose track of what each one is doing, how much it costs, and whether it needs your input.
v0.4.0 transforms claude-view from a session browser into an analytics platform with time filters, heatmaps, and model usage breakdowns.
v0.3.0 adds git integration and AI contribution tracking — see which commits your Claude Code agent helped produce.
How we distribute a Rust binary through npm so users get a native tool with one command and zero configuration.
v0.2.0 adds security hardening across CI, CORS, and error handling, plus a semantic card UI redesign for conversation browsing.
Rust gives us a 15MB binary with sub-second startup, mmap file parsing, and zero runtime dependencies. Here's why that matters for developer tools.
How we went from zero to a working session browser with a Rust Axum backend and React frontend in two days of focused development.