Skip to main content

I kept losing my Claude windows

So I built a dashboard to track them all

You know that feeling when you've got 5 Claude Code sessions scattered across different terminals and tabs? Some running, some suspended with Ctrl+Z, some you forgot about entirely? Yeah, me too.

Agent Tracker is my solution: a real-time TUI dashboard that shows all your Claude sessions in one place. No more lost work, no more "which terminal was that in?"

???

The Problem

Claude Code windows get buried in tabs, suspended with Ctrl+Z, or hidden in background terminals. I'd start a session, switch tasks, and completely forget where I left it running.

The Solution

A live dashboard showing every Claude session with context: which project, which terminal, what it's doing right now. All in a clean TUI you can pull up anytime with one command.

claudeHookEventsDashboard

How It Works

Uses Claude's plugin hooks to capture sessions as they start/end and track their activity. Extracts rich terminal context (iTerm tabs, Docker containers) and streams everything to a dashboard in real-time.