Back to news
Jun 15, 2026

Agent Dashboard in Grok Build

Manage many coding sessions at once. See what each is doing, reply to the ones that need you, and dispatch new work.


The Agent Dashboard puts every Grok Build session on one screen. See what each is doing, run them in parallel, and step in only when input is needed.

Run grok dashboard from your shell, or /dashboard (Ctrl+\) from inside any session.

Agents32 working1 idle[+ New Agent]
Working2
Add rate limiting to the public API · main · auto-approve
just now
Thinking
Investigate the flaky checkout test · main · auto-approve
just now
Running: cargo test --workspace
Idle1
session 019e7f5f · main · auto-approve
1m
dispatch a new session…
↑/↓:navEnter:createTab:listCtrl+.:shortcuts

See every session at a glance

The dashboard sorts sessions by state, with anything waiting for input pulled to the top, so you handle blockers first and leave the rest running. A quick scan shows what each session is doing and for how long, so you stay oriented without opening anything.

Spread across repos? Group by working directory with Ctrl+S. Subagents roll up under the session that launched them, so the list shows the work you dispatched, not the fan-out beneath it.

Peek and reply

Select a row to peek at its latest output without leaving the dashboard, then reply from there. Idle sessions send immediately; active ones queue your message until the current turn ends.

When a session requests approval or asks a question, its options appear inline. Answer with the arrow or number keys to continue. Multi-part questions arrive one at a time.

Agents31 awaiting1 working1 idle[+ New Agent]
Awaiting1
Add rate limiting to the public API · main · auto-approve
just now
Pending: question
Working1
Investigate the flaky checkout test · main · auto-approve
1m
Running: cargo test --workspace
Idle1
session 019e7f5f · main · auto-approve
3m
Where should the rate limiter store counters? Pick one (or Other to type your own):
1.Redis, sliding window
2.In-memory, per instance
3.Postgres
4.Memcached
5.Other (type your own answer)
↑/↓:selectEnter:answerEsc:backCtrl+.:shortcuts

Dispatch new sessions

The input at the bottom starts a new session. Enter dispatches it and keeps you on the dashboard; Shift+Enter dispatches and opens it right away. Before sending, set the model, start in plan mode, or let the session approve its own edits.

Take over any session

Open any session to take over its full conversation. Cycle to the next or previous session without returning to the list, then drop back to the dashboard when you're done. Closing the dashboard leaves every session running, and they're all there when you reopen it.

Get started

The Agent Dashboard ships with Grok Build. Install it with a single command, then run grok dashboard, or /dashboard from any session you already have open.