herdr-agents-preview
August 14, 2026 · View on GitHub
Multi-agent terminal preview dashboard for Herdr.
All running agents displayed simultaneously in a MainVertical layout — selected agent takes 60% width on the left, remaining agents stacked vertically on the right.
Opens as a full-screen, session-modal popup. The dashboard deliberately has no
agent list of its own: j/k move herdr's focus, so herdr's own sidebar — which
stays visible beside the popup — is what shows the current selection. Closing the
popup leaves you on the agent you selected.
This requires placement = "popup". A zoomed pane cannot work here, because the
focus the dashboard moves would push that very pane out of view.
Install
herdr plugin install maedana/herdr-agents-preview
From source
git clone https://github.com/maedana/herdr-agents-preview
cd herdr-agents-preview
cargo build --release
herdr plugin link .
Usage
herdr plugin pane open --plugin maedana.agents-preview --entrypoint dashboard
Keybinding (recommended)
Add to ~/.config/herdr/config.toml:
[[keys.command]]
key = "prefix+a"
type = "shell"
command = "herdr plugin pane open --plugin maedana.agents-preview --entrypoint dashboard"
description = "agents preview"