Slash Commands
Quick actions in the web chat — type / to see all commands.
Type / in the chat input to see available commands. Use arrow keys to navigate, Tab or Enter to select.
All commands
| Command | Args | Description |
|---|---|---|
/help | — | Show all available commands |
/branch | [name] | Switch to a branch or open the branch selector |
/branches | — | List all branches with current/protected status |
/reset | — | Clear execution state (plan, files, PR) |
/clear | — | Start a new conversation |
/security | [path | pr N] | Run a security scan |
/review | pr [N] | List open PRs or review a specific PR |
/compact | — | Force-compress conversation to save tokens |
/pr | — | Create a pull request for current changes |
/diff | — | Show all files changed in this conversation |
/undo | — | Revert the last file change |
i
Commands like
/security, /review, /compact, /diff, and /reset save their output to the conversation. You can use them as your first message — a conversation is created automatically.Examples
/security # Scan entire codebase /security src/auth/ # Scan specific directory /security pr 42 # Scan PR #42 diff /review pr # List all open PRs /review pr 15 # Review PR #15 in detail /branch feature/new-api # Switch to branch /compact # Compress conversation history