Skip to content

v0.4.0 — agent-report-viewer show

Latest

Choose a tag to compare

@hidekingerz hidekingerz released this 06 Sep 13:54
v0.4.0
0b008c0

agent-report-viewer 0.2.0

The hook only opens markdown that is still uncommitted when a run ends, so a report the agent committed in the same turn never showed. This release adds an explicit entry point.

herdr plugin action invoke mado.agent-report-viewer.install-cli   # once
sh "$(herdr plugin config-dir mado.agent-report-viewer)/show" docs/plan.md
  • show opens the given files in the workspace's report pane regardless of git state, reusing the pane exactly like the hook does; no-op outside herdr or for missing files
  • install-cli writes the show shim into the plugin's config dir, so callers never need the plugin's install path
  • Pane routing is now shared between the hook and show (open-report.sh)

Pairs with a Claude skill that runs show after writing a plan/spec/report or on 「mado で見せて」. See PR #7.