Radial app
Agents & terminal
Radial's agent surface is the real thing: the actual Claude Code, Codex, or Cursor CLI running in a real terminal inside your project, with the live preview next to it. No wrapper chat, no separate model bill. The same agent you'd run yourself, with much better aim.
Agent terminals
⌘I opens the agent dock; ⌘T starts a new Claude Code agent in the open project (Codex, Cursor, and a plain shell are in the Agent menu). Each agent is a real PTY spawned in the repo's directory, so the CLI behaves exactly as it does in your own terminal.
- Run as many agents per project as you like, and rename them to keep parallel work straight. They name themselves from their current task by default.
- Sessions are persistent: agents keep running if you close Radial, and reattach with their scrollback when you come back.
- The dock sits on the right by default; Dock bottom in its header flips it. Terminal, Comments, and History share the dock as tabs.
The composer
Above the terminal sits the composer (⌘L focuses it). Whatever you build there is delivered to the active agent as one clean prompt:
- Elements: capture with the Select tool and they arrive as chips carrying the exact selector, text, and page. See Editing & canvas tools.
- Screenshots: ⌘⇧A captures the preview straight into the composer, or paste any image. Draw-tool annotations land here too.
- Files: attach anything from disk as context.
The quick-edit pill (Select tool) is the shortcut path: small asks go from click to running agent without opening the dock at all.
Bring your own login
Radial launches the CLIs you already have, under the account you're
already signed into: an existing claude login, an
ANTHROPIC_API_KEY, or your Codex/Cursor auth. If a CLI
is missing or signed out, Settings → Agent
shows exactly what's needed with a one-click install or sign-in.
Project rules
Put an AGENTS.md at the repo root and every agent
reads it: brand voice, things never to touch, how to structure
sections. Radial also briefs agents on its own conventions, like
using the already-running dev server instead of starting their own,
and (if .radial/figma.yml lists your design files)
which Figma sources to pull from.
Agents run under your own account, so prompts and project content go to the provider (Anthropic, OpenAI) exactly as if you ran the tool in a terminal. Radial adds no data collection of its own. See the privacy policy.