Quick fixes for the most common gh-agent-viz issues.
gh --version
gh auth status
gh agent-viz --helpTry:
- Press
rto refresh. - Press
ato check needs-action view, thentabto cycle other filters in case rows are hidden. - Run with repo scope:
gh agent-viz --repo owner/repo
- Check raw source command:
gh agent-task list
Common causes:
ghnot authenticated- insufficient access to repo/session data
- temporary GitHub CLI/Copilot backend issue
Actions:
gh auth status
gh auth refresh -s repo,read:orgThen retry gh agent-viz.
o works only when the selected row has PR metadata (typically remote agent-task rows).
Use enter first to confirm PR fields exist.
s only works for local, active sessions (running or queued).
If the session is remote, completed, or failed, resume is intentionally blocked.
gh agent-viz --debugThen inspect:
~/.gh-agent-viz-debug.log
The log includes command, status, and output for data-layer calls.
- Use a larger terminal (at least 80x24)
- Ensure color-capable terminal:
Prefer
echo $TERM
xterm-256coloror equivalent.