Core Features
Slash commands
Quick-access commands for creating panes and switching modes.
Slash commands are shortcuts you type in the input box of any pane. Start typing / and a menu appears with available commands.
Using slash commands
- Click the input box in an agent or terminal pane
- Type
/ - A popup menu shows matching commands
- Use arrow keys to select, then
TaborEnterto run - Or click a command directly
The menu filters as you type — /ag narrows to /agent.
Available commands
In agent panes
| Command | Action |
|---|---|
/agent | Create a new agent pane |
/term | Create a new terminal pane |
/plan | Enter plan mode |
In terminal panes
| Command | Action |
|---|---|
/agent | Create a new agent pane |
/term | Create a new terminal pane |
Plan mode
/plan switches the agent to plan mode. Instead of making changes immediately, the agent drafts a structured plan first. You review the plan in a collapsible panel, then approve it — choosing whether the agent should ask before each step or execute the full plan autonomously.
Plan mode works well when the task spans multiple files, needs research, or you want to review the approach before any code is written.
How is this guide?