hobhob
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

  1. Click the input box in an agent or terminal pane
  2. Type /
  3. A popup menu shows matching commands
  4. Use arrow keys to select, then Tab or Enter to run
  5. Or click a command directly

The menu filters as you type — /ag narrows to /agent.

Available commands

In agent panes

CommandAction
/agentCreate a new agent pane
/termCreate a new terminal pane
/planEnter plan mode

In terminal panes

CommandAction
/agentCreate a new agent pane
/termCreate 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?

On this page