aide dashboard

Live terminal UI for monitoring dispatches in flight.

aide dashboard

Built on ratatui — pure Rust, no external dependencies.

Layout

PanelContent
Top barTitle, timestamp, active dispatch count
LeftActive dispatches table (agent, issue, elapsed, tokens)
RightRegistered agents (name, trigger, status)
BottomRecent events timeline (scrollable)

Key bindings

KeyAction
q / EscQuit
/ Scroll events
rForce refresh

Auto-refreshes every 2 seconds.

Data sources

  • Active dispatches: derived from ~/.aide/events.jsonl (dispatched/started without matching finished/failed)
  • Agents: loaded from the aide registry
  • Events: last 100 from ~/.aide/events.jsonl
  • Runs: from ~/.aide/state.db

See also