Agent toggle not visible
- You don’t have agent-compatible models configured. Contact your Poolside administrator to enable Agent Mode.
Agent isn’t accessing the right files
- Use
@notation to explicitly reference the files or folders you want the Agent to focus on - Create or update your
AGENTS.mdfile with better project context
Too many approval prompts
- Configure auto-approval for trusted tools in your
.poolside/settings.local.yamlfile. For more information, see Tool permissions - Start with broader approvals for read-only operations
Agent going in wrong direction
- Press
Escapeto interrupt - Provide more specific instructions or constraints
- Update your
AGENTS.mdwith clearer guidelines
Overlapping inline suggestions
If you notice duplicate or overlapping completions in the editor, like in the example below, it’s likely caused by multiple completion tools being active at the same time.
- VS Code
- Visual Studio
GitHub Copilot is now built into VS Code natively and enabled by default. You can manage its behavior globally or per workspace.
Turn off GitHub Copilot globally
- Open VS Code settings in Code > Settings > Settings (macOS) or File > Preferences > Settings (Windows and Linux). You can also press
Command+,(macOS) orCtrl+,(Windows and Linux). - In the left-side panel of the Settings tab, select Extensions and then select Copilot.
- Clear the Inline Suggest: Enable checkbox to disable inline suggestions.
- Open the Command Palette by pressing
Command+Shift+P(macOS) orCtrl+Shift+P(Windows and Linux). - Type
Preferences: Open Settings (JSON). - Add the following line:
Antivirus flags Poolside helper
On Windows, some antivirus tools may incorrectly flag thepoolside-helper.exe binary as a threat and block or remove it. This prevents key features from working as expected. To resolve this, add the helper binary to your antivirus allow list:
Failed to retrieve login options for this email
If you encounter the error messageFailed to retrieve login options for this email after installing the extension, it is likely due to a misconfigured Poolside Base API URI. To resolve this issue, verify the Poolside Base API URI and check whether the Web Assistant is reachable.
- Verify the API URI Configuration: Ensure that the Poolside Base API URI is correctly set. For more information, see Connect to your instance.
- Test Poolside Web Assistant: Check the availability of your Poolside deployment by accessing the Poolside Web Assistant.
- Check Network Connectivity: If both the extension and Poolside Web Assistant are unreachable, consider the following potential issues:
- Virtual private network (VPN) restrictions
- Your company’s Poolside backend could be down
- Network-related problems make your company’s Poolside backend unreachable
An error occurred while responding
If you encounter the error messageAn error occurred while responding in the chat panel, it can have several reasons.
Missing agent or model selection
Ensure that you have selected an agent or model for Poolside Assistant to use. Agent mode- In the chat panel, type
/agentand press Enter. - Select an agent from the list.
- In the chat panel, type
/modeland press Enter. - Select a model from the list.
Network connectivity issues
Network-related problems can cause an error and prevent Poolside Assistant from communicating with the Poolside backend.- Check VPN settings: If you’re using a VPN, it might interfere with the connection. Try disabling the VPN temporarily to see if the issue persists.
- Confirm backend availability: Ensure that your Poolside backend is operational and accessible. You can test this by accessing the Poolside Web Assistant.
Something went wrong during task migration
This error indicates that Poolside was unable to migrate your tasks to the new format. Your tasks are not lost, but the migration process did not complete successfully.If you’re not currently working on a task and don’t need task history
You can safely ignore this message and continue using Poolside. Tasks you start after the update function correctly. If you need full task history, contact your network administrator or support team.To resume work on an in-progress task
You’ll need to temporarily downgrade the extension to the version you used prior to the update.- Downgrade the extension. See How to downgrade.
- Complete your task.
- Update the extension to the latest version again.
How to downgrade
- VS Code
- Visual Studio
- Open the Extensions view by pressing
Command+Shift+X(macOS) orCtrl+Shift+X(Windows and Linux). - Search for
Poolside Assistant. - Click the gear icon next to the extension and select Install Another Version.
- Choose the previous version.
- Clear the Auto update checkbox to prevent immediate reupgrading.
Get additional logs
Collect additional logs to share with Poolside support if the previous steps did not resolve the issue.- VS Code
- Visual Studio
- Open the View > Output menu or press
Command+Shift+U(macOS) orCtrl+Shift+U(Windows and Linux). - In the Output pane dropdown, select
poolsideorpoolside helper. - Search the logs for any error or warning messages.