gh-agent-viz

Debug Mode

Use debug mode when something fails and you need exact command output.

Enable

gh agent-viz --debug

What it does

Log file:

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

Typical debug workflow

  1. Run with --debug
  2. Reproduce the issue (refresh, open logs, open PR, etc.)
  3. Inspect the log:
    tail -n 120 ~/.gh-agent-viz-debug.log
    
  4. Share relevant lines in an issue

What to look for

Safety note

Debug logs may include repository names and command outputs. Review before sharing publicly.