Skip to content

v0.2.0 — agent-report-viewer

Choose a tag to compare

@hidekingerz hidekingerz released this 23 Aug 23:03
· 18 commits to main since this release
v0.2.0
e7a7748

agent-report-viewer 0.1.0 (new plugin)

When an agent run finishes, the markdown it produced opens in mado automatically, in one pane per workspace — later runs add tabs to the same pane.

herdr plugin install hidekingerz/herdr-plugin-mado/agent-report-viewer
  • Subscribes to pane.agent_status_changed; acts only on done
  • Detects the run's output as uncommitted *.md in the agent pane's git work tree (newest first, max 4)
  • Reuses one mado pane per workspace via mado -remote open with a per-workspace MADO_SOCKET
  • Never interrupts: every failure (no git, no mado, malformed payload) degrades to doing nothing

Requires herdr 0.8.0+ and mado v1.2.0+ (-remote/-watch). No keybinding needed — it is event-driven.

Full details in PR #1.