Skip to content

Dashboard Workflow

The dashboard is Rally’s main interface. Launch it with:

Terminal window
rally dashboard
# or just
rally
Rally Dashboard
Issue/PR Status Changes Age
owner/myrepo
❯ Issue #42 Fix login timeout ⏳ copilot working 5m
PR #38 Refactor auth module 🟡 ready for review +85 -12 23m
2 active · 0 done · 0 orphaned
↑/↓ navigate · Enter actions · d details · l logs · v VSCode · o browser
n new dispatch · a attach · u upstream · x delete · r refresh · q quit
KeyAction
↑/↓Navigate selection
EnterOpen action menu for selected item
dShow dispatch details
nNew dispatch (issue or PR)
vOpen worktree in VS Code
oOpen in browser
aAttach to running Copilot session
lView Copilot logs
uMark as “waiting on upstream”
xDelete dispatch (with confirmation)
rRefresh data
qQuit
IconStatus
Copilot working (session active)
🔵Implementing (worktree exists, no session)
🟣Pushed (commits on branch)
🟡Ready for review (PR opened)
⏸️Waiting on upstream (paused)
Done (PR merged)
👻Orphaned (worktree without active file)
  1. Press n to start a new dispatch
  2. Select a project (if multiple onboarded)
  3. Choose Issue or PR
  4. Enter the issue/PR number
  5. Rally creates a worktree and launches Copilot

Shows full dispatch information:

  • Title and description
  • Status and timeline
  • File changes
  • Linked commits

Opens a new terminal attached to the running Copilot session. You can interact with Copilot directly while it works.

Shows the Copilot output log. Useful for debugging or seeing what Copilot has done.

Marks the dispatch as “waiting on upstream” — useful when you’ve pushed changes and are waiting for CI, review, or other feedback.

Removes the dispatch and its worktree. Rally asks for confirmation before deleting.