Use Poolside in Zed - Poolside
Prerequisites
- You have Poolside Agent CLI installed and authenticated. See Install Poolside Agent CLI.
Steps
Configure Zed.
pool acp setup --editor zedThis writes Poolside agent configuration to
~/.config/zed/settings.json.Restart Zed.
Select Poolside from the agent picker.
Configure Zed manually
If you prefer to configure Zed manually, add the following configuration to ~/.config/zed/settings.json:
{
"agent_servers": {
"Poolside": {
"command": "pool",
"args": ["acp"],
"type": "custom"
}
}
}
For more information, see Zed external agent documentation.