Slash commands
Run slash commands in the Poolside Assistant chat panel. Type/ in the prompt input box or click the / icon to see the commands available in the current mode.
Agent mode commands
| Command | Action |
|---|---|
/new | Start a new conversation. |
/regenerate | Regenerate the most recent response. |
/review | Review changes in diff view for the current task. |
/revert | Revert the most recent change. |
/discard | Discard all changes in the current task. |
/chat-mode | Switch to Chat mode. See Modes. |
/approvals | Configure allow and deny rules in settings.yaml. If you have the Auto Approve Commands permission, you can select Execute commands without asking. See Running commands without approval prompts. |
/sandbox | Configure sandbox settings (beta). |
/agent | Switch the active agent. |
/trajectory | View the agent trajectory in the Poolside Console. To open the JSONL file in your IDE, press and hold Option (macOS) or Alt (Windows and Linux) when selecting trajectory. |
Chat mode commands
| Command | Action |
|---|---|
/new | Start a new conversation. |
/regenerate | Regenerate the most recent response. |
/agent-mode | Switch to Agent mode. See Modes. |
/model | Switch the chat model. |
IDE commands
You can run Poolside commands from your IDE’s command search or Tools menu.- VS Code
- Visual Studio
- Open the Command Palette by pressing
Command+Shift+P(macOS) orCtrl+Shift+P(Windows and Linux), or click View > Command Palette. - Type
Poolside. - Select the command you want to run.
| Command | Action |
|---|---|
Poolside: Delete All Conversations | Delete all conversation history. |
Poolside: Delete All Tasks | Remove all tasks from the task list. |
Poolside: Discard Changes | Discard all changes in the current task. Keybinding: Shift+Command+Backspace (macOS) or Ctrl+Shift+Backspace (Windows and Linux) |
Poolside: Focus on Prompt Input | Move focus to the prompt input box. Keybinding: Command+Escape (macOS) or Ctrl+Escape (Windows and Linux) |
Poolside: Install pool CLI | Install the pool CLI. |
Poolside: New Conversation | Start a new conversation. |
Poolside: Open Permissions Settings | Open the permissions settings panel. |
Poolside: Regenerate Last Response | Regenerate the most recent response. Keybinding: Shift+Command+G (macOS) or Ctrl+Shift+G (Windows and Linux) |
Poolside: Reset Configuration | Reset Poolside configuration to default settings. |
Poolside: Settings | Open the Poolside settings panel. |
Poolside: Switch Conversation | Switch between conversations. |
Poolside: Switch Agent | Change the Agent mode model. |
Poolside: Switch Chat Model | Change the Chat mode model. |
Poolside: Switch Completion Model | Change the code completion model. |
Poolside: Sign Out | Sign out of your Poolside account. |
Keyboard shortcuts
Some Poolside commands include default keyboard shortcuts in VS Code. You can customize keybindings in your IDE to match your workflow or avoid conflicts with other extensions.Default keybindings
| Action | macOS | Windows and Linux |
|---|---|---|
| Discard changes | Shift+Command+Backspace | Ctrl+Shift+Backspace |
| Focus prompt input | Command+Escape | Ctrl+Escape |
| Regenerate last response | Shift+Command+G | Ctrl+Shift+G |
Customize shortcuts
- VS Code
- Visual Studio
- Open the Command Palette by pressing
Command+Shift+P(macOS) orCtrl+Shift+P(Windows and Linux), or click View > Command Palette. - Type
Keyboard Shortcuts, and then select Preferences: Open Keyboard Shortcuts. - Search for
Poolsideto see all available shortcuts. - Click the pencil icon next to a shortcut to modify it.