herdr-agents-status
August 15, 2026 · View on GitHub
Always-on-top transparent overlay showing Herdr agent status.
Spiritual successor to claudeye, built for Herdr instead of tmux.

Agents waiting for you (Blocked) or finished (Done) hop up and down, so they stand out at a glance.
Rows are ordered like Herdr's priority agent panel — Blocked, Done, Working, then Idle — and idle agents are dimmed.
Install
herdr plugin install maedana/herdr-agents-status
From source
git clone https://github.com/maedana/herdr-agents-status
cd herdr-agents-status
cargo build --release
herdr plugin link .
Usage
herdr plugin action invoke toggle --plugin maedana.agents-status
Running the command again toggles the overlay off.
Keybinding (recommended)
Add to ~/.config/herdr/config.toml:
[[keys.command]]
key = "prefix+o"
type = "shell"
command = "herdr plugin action invoke toggle --plugin maedana.agents-status"
description = "agents status overlay"
Configuration
Create ~/.config/herdr/plugins/config/maedana.agents-status/config.toml:
position = "top-right"
sessions = "all"
position
top-left,top-center(default),top-rightmiddle-left,middle-center,middle-rightbottom-left,bottom-center,bottom-right
sessions
Which Herdr sessions to show agents from:
all(default) — every running session, merged into one listcurrent— only the session the overlay was launched from