Use debug mode when something fails and you need exact command output.
gh agent-viz --debug- Logs data-layer
ghcommand execution details - Logs UI action commands (resume session, open PR)
- Captures command, status, and output
- Shows an in-app
DEBUG ONbanner with the active log path
Log file:
~/.gh-agent-viz-debug.log
- Run with
--debug - Reproduce the issue (refresh, open logs, open PR, etc.)
- Inspect the log:
tail -n 120 ~/.gh-agent-viz-debug.log - Share relevant lines in an issue
unknown flagerrors fromghcommands- auth/permission failures
- repository scoping mistakes
- malformed command output
Debug logs may include repository names and command outputs. Review before sharing publicly.