ogulcancelik/herdr
Terminal multiplexer for coding agents: a real terminal per agent across Claude Code, Codex, Copilot and 15+ others, with blocked/working/done state in a sidebar, persistent sessions, and a socket API.
**The gist** herdr multiplexes **15+ coding agents** — Claude Code, Codex, Copilot CLI, Cursor Agent, Devin — each in a real terminal with full TUI rendering. A sidebar shows agent state (**blocked, working, done, idle**) via process-name matching plus output heuristics; sessions persist across detach, work over **SSH** including mobile, and it ships as a **~10MB Rust binary**.
**Why it matters** If you already run several agents in **tmux** panes, this is that workflow with agent-awareness built in: state indicators tell you which session needs input without cycling panes, and the **socket API** opens a path to scripting orchestration on top of interactive sessions.
**The gist** herdr multiplexes **15+ coding agents** — Claude Code, Codex, Copilot CLI, Cursor Agent, Devin — each in a real terminal with full TUI rendering. A sidebar shows agent state (**blocked, working, done, idle**) via process-name matching plus output heuristics; sessions persist across detach, work over **SSH** including mobile, and it ships as a **~10MB Rust binary**. **Why it matters** If you already run several agents in **tmux** panes, this is that workflow with agent-awareness built in: state indicators tell you which session needs input without cycling panes, and the **socket API** opens a path to scripting orchestration on top of interactive sessions. **Watch out** State detection is heuristic, so misreads are possible — **Gemini CLI and Cline** are detected but untested, Pi's blocked-state detection is partial, and **Windows** support is still beta.