gh-agent-viz

Operator Guide

Use this guide when you want to quickly supervise Copilot work from the terminal.

1) Launch

gh agent-viz

Optional:

gh agent-viz --repo owner/repo
gh agent-viz --debug

2) Read the board

The board includes:

Columns:

Each card includes explicit labels so triage is immediate:

3) Core keys (daily use)

Key What it does
h / and Move between columns
j / k Move up/down in a column
enter Open details pane
l Open log view (only shown for remote agent-task rows)
o Open PR in browser (only shown when selected row has a linked PR)
s Resume active local Copilot session
a Toggle needs-action view (sessions needing your action)
tab / shift+tab Cycle filter: all ↔ needs action ↔ running ↔ done ↔ failed
r Refresh now
q Quit

4) Typical workflow

  1. Start in needs-action view (a) to triage what needs you now.
  2. Open details (enter) for a session you care about.
  3. Jump to logs (l) if something looks off.
  4. Open PR (o) for completed remote work.
  5. Resume local active work (s) when you want to continue in Copilot CLI.

Footer hints are contextual: if an action is unavailable for the selected row, it is hidden.

Create ~/.gh-agent-viz.yml:

repos:
  - owner/repo1
  - owner/repo2
refreshInterval: 30
defaultFilter: all

6) Debug mode

Run with:

gh agent-viz --debug

When commands fail, check:

~/.gh-agent-viz-debug.log

This is the fastest way to diagnose data-fetch and action failures.