TUI for viewing Claude Code subagent activity in real-time
npm install subagent-viewerA Terminal User Interface (TUI) for viewing Claude Code subagent activity in real-time.
When using Claude Code, the main agent often delegates work to subagents running in parallel. This tool provides a live view of what each subagent is doing, making it easy to monitor progress across multiple concurrent tasks.
Requires Bun runtime.
``bash`
bunx subagent-viewer
`bash`
bun install -g subagent-viewer
subagent-viewer
- Real-time monitoring of active subagent sessions
- Displays subagent activity including tool calls and outputs
- Automatic session discovery from Claude Code task output directory
- Clean TUI interface with keyboard navigation
The viewer monitors the .task-output` directory where Claude Code stores subagent session files. It automatically detects new sessions and displays their activity in real-time.
MIT