-
v0.1.0 Stable
released this
2026-02-13 18:48:30 +00:00 | 3 commits to main since this releaseInitial release of agent-tui.
Features:
- Bubble Tea TUI for tailing Claude Code subagent JSONL logs
- Tabbed interface with one tab per agent, sorted by most recent activity
- Markdown rendering via glamour (Dracula theme)
- Session discovery and filtering with
-sflag - Auto-discovers subagents dir from session ID prefix
- Live tailing with follow mode and mouse scroll support
- Agent name resolution from team config files
- Tail-from-bottom: only reads last 200 lines per file on startup
Usage:
agent-tui -s <session-prefix> # Find session by ID prefix agent-tui ./subagents/ # Watch a specific directory agent-tui -ls ./subagents/ # List sessions in directoryDownloads