Dashboard Workflow
The Dashboard
Section titled “The Dashboard”The dashboard is Rally’s main interface. Launch it with:
rally dashboard# or justrallyDashboard Views
Section titled “Dashboard Views”Main Table View
Section titled “Main Table View”Rally Dashboard
Issue/PR Status Changes Ageowner/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 browsern new dispatch · a attach · u upstream · x delete · r refresh · q quitKeyboard Shortcuts
Section titled “Keyboard Shortcuts”| Key | Action |
|---|---|
↑/↓ | Navigate selection |
Enter | Open action menu for selected item |
d | Show dispatch details |
n | New dispatch (issue or PR) |
v | Open worktree in VS Code |
o | Open in browser |
a | Attach to running Copilot session |
l | View Copilot logs |
u | Mark as “waiting on upstream” |
x | Delete dispatch (with confirmation) |
r | Refresh data |
q | Quit |
Status Icons
Section titled “Status Icons”| Icon | Status |
|---|---|
| ⏳ | 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) |
Dispatch Flow
Section titled “Dispatch Flow”- Press
nto start a new dispatch - Select a project (if multiple onboarded)
- Choose Issue or PR
- Enter the issue/PR number
- Rally creates a worktree and launches Copilot
Actions on Dispatches
Section titled “Actions on Dispatches”View Details (d)
Section titled “View Details (d)”Shows full dispatch information:
- Title and description
- Status and timeline
- File changes
- Linked commits
Attach to Session (a)
Section titled “Attach to Session (a)”Opens a new terminal attached to the running Copilot session. You can interact with Copilot directly while it works.
View Logs (l)
Section titled “View Logs (l)”Shows the Copilot output log. Useful for debugging or seeing what Copilot has done.
Mark Upstream (u)
Section titled “Mark Upstream (u)”Marks the dispatch as “waiting on upstream” — useful when you’ve pushed changes and are waiting for CI, review, or other feedback.
Delete (x)
Section titled “Delete (x)”Removes the dispatch and its worktree. Rally asks for confirmation before deleting.