Daily surface

How to drive Toad in Studio.

Studio is the default surface: one conversation with the brain, with the work docked around it. This guide walks the loop — ask Toad for work, choose where it runs, approve decisions inline, and pull proof up beside the chat.

At a glance

  • Studio is the default CrazyToad surface — one conversation with the brain, with the work docked around it.
  • Toad decides how to run each request: answer directly, delegate to background agents, or fan out a bigger build.
  • Approvals — plans, memory, code, docs — surface inline in the conversation, not in a separate queue.
  • Open Workbench panels beside the chat to inspect the same evidence Toad sees.
  • Sessions resume per workspace: switch repos and pick up where you left off.
studio — chat and live agents
CrazyToad Studio chat and live agent timeline
Chat, model controls, timeline, and docked workbench entry points.

Type the work in the composer

Describe what you want in plain language — a one-line fix, a whole feature, or a question about the codebase. Toad reads the request, plans the work, and either answers directly or delegates it to agents. Keep the conversation going: follow-ups stay in the same thread, so Toad keeps the context instead of starting over.

The brain that reads your request runs on almost any model you wire up in Accounts — a Claude or Codex subscription CLI, a raw API key, or a local model. The one exception is the Gemini/Antigravity CLI, which is an agents-only lane and cannot host the brain.

Choose where the work runs

Every request lands somewhere. Toad decides the default routing, but you can steer it with the words you use.

StudioStay here for one synthesized chat where Toad reports back what the agents did. Delegated work runs in the background and the result comes home to the conversation.
Agent ViewSwitch here when you want visible panes you can watch and drive. Panes lay out on an auto-arranged grid — you watch and steer, you do not free-drag or resize them.
Swarm (Lilly Pod)Reach for this when you want autonomous swarms running on their own — mini-bosses that move child agents through phase gates, each boss capped on how many children it can spawn.
Note
Routing is “Toad decides.” Delegated work defaults to background agents and task groups. Reserve Agent View for when you explicitly want to watch or drive a pane, and swarms for genuinely big, multi-phase work.

Approve plans, memory, and code inline

When Toad needs a decision — a plan to run, a memory to save, code to merge, a doc to change — the approval shows up right in the conversation. Read it in context and approve or redirect there, instead of hunting through a separate queue. Memory in particular is never written silently: it is evidence-linked and only saved when you approve it.

Open Workbench panels for proof

When you want to see the result, open a panel from the Workbench dock — Preview for a rendered page, Files and Git for the source, Terminal for a focused check. It docks beside the chat so you and Toad inspect the same evidence. Git integration runs through the gh CLI, so repo and pull-request actions use the same GitHub login you already have.

Resume across workspaces

Switch workspaces to move between repos. Each switch reloads that workspace's session state and brain memory, so you pick up where you left off instead of rebuilding context from scratch. One workspace is active at a time; the rest keep their own history until you return.

Talk with voice when it is faster

Voice and live-voice controls sit next to the composer, including the xAI realtime lane. Use them for hands-free intent capture when saying the request is faster than typing it — Toad transcribes what you said and drives the same chat loop.

Tip
When to delegate. Delegated work defaults to background agents and task groups — fire it off and let it run while you keep talking to Toad. Save bosses and swarms for genuinely big work: multi-phase lifecycles, large fan-out, or overnight unattended runs. Use Agent View panes only when you specifically want to watch or drive an agent yourself.