AgentHUD adds live TUI dashboard for parallel Claude Code sessions
AgentHUD is an open-source CLI observability tool that provides a live terminal dashboard, structured log exports, and LLM-generated digests for monitoring parallel Claude Code sessions and sub-agents.
Score breakdown
AgentHUD provides a dedicated monitoring layer for Claude Code's parallel sessions and sub-agents, filling a gap in native observability for developers running multiple concurrent coding agents.
- 01AgentHUD is an observability CLI for Claude Code that reads session files from `~/.claude/projects/`.
- 02It provides a live split-view TUI showing projects, sessions, sub-agents, and activity in real time.
- 03`agenthud report` exports structured Markdown or JSON logs for use with scripts, dashboards, or other LLMs.
AgentHUD is an open-source observability tool for Claude Code, authored by neochoon and hosted on GitHub. It reads Claude Code's session files directly from `~/.claude/projects/` and exposes them through three distinct interfaces: a live split-view TUI that shows every project, session, sub-agent, and activity as it happens; a structured export command (`agenthud report`) that outputs Markdown or JSON suitable for piping to scripts, dashboards, or other LLMs; and a digest command (`agenthud summary`) that synthesizes a day or a custom date range into an engineering summary using the `claude` CLI.
The tool requires Node.js 20+ and is designed to be opened in a separate terminal alongside an active Claude Code session.
The tool requires Node.js 20+ and is designed to be opened in a separate terminal alongside an active Claude Code session. It can be tried without a global install via `npx agenthud` or `bunx agenthud`, and installed globally via npm or bun. Platform support is primary on macOS and Linux, with the full CI test suite covering all three platforms including Windows, though Windows runtime behavior is exercised by a manual smoke job rather than daily-driven development.
Key facts
- 01AgentHUD is an observability CLI for Claude Code that reads session files from `~/.claude/projects/`.
- 02It provides a live split-view TUI showing projects, sessions, sub-agents, and activity in real time.
- 03`agenthud report` exports structured Markdown or JSON logs for use with scripts, dashboards, or other LLMs.
- 04`agenthud summary` generates an LLM-powered engineering digest for a day or date range via the `claude` CLI.
- 05Requires Node.js 20+; can be run without installing via `npx agenthud` or `bunx agenthud`.
- 06Primary development is on macOS and Linux; full CI test suite runs on all three platforms including Windows.
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 10, 2026 · 15:34 UTC. How this works →