Quick fixes for the most common gh-agent-viz issues.
gh --version
gh auth status
gh agent-viz --help
Try:
r to refresh.a to check needs-action view, then tab to cycle other filters in case rows are hidden.gh agent-viz --repo owner/repo
gh agent-task list
Common causes:
gh not authenticatedActions:
gh auth status
gh auth refresh -s repo,read:org
Then retry gh agent-viz.
o (open PR) failso works only when the selected row has PR metadata (typically remote agent-task rows).
Use enter first to confirm PR fields exist.
s (resume) failss only works for local, active sessions (running or queued).
If the session is remote, completed, or failed, resume is intentionally blocked.
gh agent-viz --debug
Then inspect:
~/.gh-agent-viz-debug.log
The log includes command, status, and output for data-layer calls.
echo $TERM
Prefer xterm-256color or equivalent.