Use Poolside in JetBrains - Poolside
Prerequisites
- You have a JetBrains IDE with ACP support, such as IntelliJ IDEA, PyCharm, or WebStorm.
- You have Poolside Agent CLI installed and authenticated. See Install Poolside Agent CLI.
Steps
Configure JetBrains.
pool acp setup --editor jetbrainsThis writes Poolside agent configuration to
~/.jetbrains/acp.json.Restart your JetBrains IDE.
Select Poolside from the agent picker.
Configure JetBrains manually
If you prefer to configure JetBrains manually, add the following configuration to ~/.jetbrains/acp.json:
{
"agent_servers": {
"Poolside": {
"command": "pool",
"args": ["acp"]
}
}
}
For more information, see the JetBrains ACP documentation.