Rudder

Commands and keys

Everything you can type into the task box, and every key the dashboard listens for.

What you type

inputresult
plain textOne 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

commandwhat it does
/modelSet 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.
/fastToggle faster output on supported models.
/gamStart 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.
/resumeContinue 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.
/restoreReopen a specific session id in a new pane.
/shareDurable local context every agent reads. For tokens, URLs, env details.
/goalSet or change the session's overall goal.
/usageToken and cost usage for this session.
/cloudMove the fleet onto Rudder Cloud.
/webOpen the web board for this project.
/feedbackSend a report, with the local copy written first.
/sound, /colorNotification sound and colour preferences.

Keys

keyaction
j / kMove down and up the agents list.
EnterFocus the selected agent's pane.
Option-[ / Option-]Step to the previous or next agent from any pane.
Option-hFull-screen the focused pane; press again to bring the others back.
vLive jj diff of the selected agent.
mMerge the selected agent.
MMerge everything ready.
uUndo a merge.
RReview all.
xStop the selected agent.
bBranch a new chat from this agent's session.
gNest work under the selected node.
oOpen the web board.
PModel picker for the selected row.
ddDelete the selected agent.
ccClear 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.