Commands and keys
Everything you can type into the task box, and every key the dashboard listens for.
What you type
| input | result |
|---|---|
| plain text | One isolated agent in its own workspace. The default, and the only thing that cannot touch your checkout. |
| /plan <goal> | An orchestrator that plans a task graph, then runs and merges it. Several can run at once, each in its own pane. |
| /gam <task> | A Generative Adversarial Model pair: a generator that writes, and a read-only adversarial reviewer that argues with it. See GAM. |
| /main <task> | An agent in your real checkout. Nothing to merge. /m is the same thing. |
Commands
| command | what it does |
|---|---|
| /model | Set the backend, model and reasoning effort for the next agent. Effort runs low, medium, high, xhigh, max; xhigh is the default where a model offers it, and opencode takes none. A running agent keeps what it launched with. |
| /fast | Toggle faster output on supported models. |
| /gam | Start a Generative Adversarial Model (GAM) pair: a generator plus an adversarial reviewer. The reviewer defaults to the other provider; name one with /gam codex gpt-5.5 <task>, or add main to run the pair in your checkout. |
| /resume | Continue an existing Claude, Codex or opencode chat as an agent. The picker lists this repo's recent chats and says which directory each one ran in. It lands in an isolated workspace like plain text does; add --here to continue it in your real checkout instead. |
| /restore | Reopen a specific session id in a new pane. |
| /share | Durable local context every agent reads. For tokens, URLs, env details. |
| /goal | Set or change the session's overall goal. |
| /usage | Token and cost usage for this session. |
| /cloud | Move the fleet onto Rudder Cloud. |
| /web | Open the web board for this project. |
| /feedback | Send a report, with the local copy written first. |
| /sound, /color | Notification sound and colour preferences. |
Keys
| key | action |
|---|---|
| j / k | Move down and up the agents list. |
| Enter | Focus the selected agent's pane. |
| Option-[ / Option-] | Step to the previous or next agent from any pane. |
| Option-h | Full-screen the focused pane; press again to bring the others back. |
| v | Live jj diff of the selected agent. |
| m | Merge the selected agent. |
| M | Merge everything ready. |
| u | Undo a merge. |
| R | Review all. |
| x | Stop the selected agent. |
| b | Branch a new chat from this agent's session. |
| g | Nest work under the selected node. |
| o | Open the web board. |
| P | Model picker for the selected row. |
| dd | Delete the selected agent. |
| cc | Clear merged rows. |
Panes
Option-1, Option-2 and Option-3 always mean Agents, Worker and Task.
Option-h gives the focused pane the whole screen: no sidebar, no task line, no gutters. Press it again to bring them back. Reaching for it from the task line hands the screen to the worker, since the task input is no longer drawn, and you land back on the task line when the panes return.
The worker pane belongs to the agent, so its keystrokes go to Claude or Codex, not to Rudder. To send a dashboard key from inside it, use the Ctrl-W leader: Ctrl-W v reviews, Ctrl-W m merges, Ctrl-W 1/2/3 switches panes.