Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.7 KB

File metadata and controls

52 lines (42 loc) · 1.7 KB
title gh-agent-viz Docs

gh-agent-viz

Your Copilot agent mission control in the terminal.

Start here

  1. Install
    gh extension install maxbeizer/gh-agent-viz
  2. Launch
    gh agent-viz
  3. Explore with demo data
    gh agent-viz --demo
  4. Key shortcuts — press ? for the full keybinding reference

Guides

Views

Key View What it shows
(default) Session list All sessions with status, badges, PR indicators
enter Detail Full session info, timeline, token usage, attention reason
K Kanban Sessions in columns: In Progress / Idle / Done
M Mission Control Fleet summary dashboard with per-repo breakdown
l Logs Raw markdown session log with live tailing
c Conversation Styled chat bubbles for session dialogue
t Tool Timeline Chronological trace of agent tool executions
d Diff Colored PR diff (green/red)
? Help Full keybinding reference

Developer docs