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

CommandArgsDescription
/helpShow all available commands
/branch[name]Switch to a branch or open the branch selector
/branchesList all branches with current/protected status
/resetClear execution state (plan, files, PR)
/clearStart a new conversation
/security[path | pr N]Run a security scan
/reviewpr [N]List open PRs or review a specific PR
/compactForce-compress conversation to save tokens
/prCreate a pull request for current changes
/diffShow all files changed in this conversation
/undoRevert 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