Poolside provides two types of commands: slash commands, which you run in the Poolside Assistant chat panel, and IDE commands, which you run from your IDE’s command search or Tools menu.Documentation Index
Fetch the complete documentation index at: https://docs.poolside.ai/llms.txt
Use this file to discover all available pages before exploring further.
Slash commands
Run slash commands in the Poolside Assistant chat panel. Type/ in the prompt input box or click the / icon to see the available 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. |
/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. |
/build | Switch to build mode. See Plan mode. |
/sandbox | Configure local sandbox settings. |
/agent | Switch the active agent. |
/plan | Switch to plan mode (beta). See Plan mode. |
/skills | View available skills and select one to use in the current prompt. See Skills. |
/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. |
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: Toggle Plan Mode | Toggle between plan mode and build mode. Keybinding: Shift+Tab |
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 |
| Toggle Plan mode | Shift+Tab | Shift+Tab |
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.