Use Poolside in another ACP-compatible editor - Poolside

Prerequisites

Steps

For editors without automated configuration, point the editor’s ACP configuration at pool acp:

{
  "command": "pool",
  "args": ["acp"]
}

To require a configured sandbox for the ACP server, pass --sandbox required:

{
  "command": "pool",
  "args": ["acp", "--sandbox", "required"]
}

Use --sandbox disabled only when you want the ACP server to run without a configured sandbox. To apply extra settings for an ACP server process, pass --settings with a path to a YAML settings file or inline YAML content:

{
  "command": "pool",
  "args": ["acp", "--settings", "~/.config/poolside/acp-settings.yaml"]
}

Thought level is an ACP session config option, not a pool acp command-line flag. When your editor exposes ACP session config options, configure thought level from the editor’s agent or session settings.

Available thought levels depend on your provider, agent server, and model.

If an MCP server expects environment variables, make sure your editor starts pool acp with those variables set.