docs: JetBrains IDEs to ACP config docs page (#5465)

thinking-toggle-wip
Jan-Niklas W. 2025-12-12 20:09:08 -06:00 committed by Aiden Cline
parent a837cef3cb
commit 06e93668ee
1 changed files with 20 additions and 0 deletions

View File

@ -67,6 +67,26 @@ You can also bind a keyboard shortcut by editing your `keymap.json`:
---
### JetBrains IDEs
Add to your [JetBrains IDE](https://www.jetbrains.com/) acp.json according to the [documentation](https://www.jetbrains.com/help/ai-assistant/acp.html):
```json title="~/.config/zed/settings.json"
{
"agent_servers": {
"OpenCode": {
"command": "/absolute/path/bin/opencode",
"args": ["acp"]
}
}
}
```
To open it, use the new 'OpenCode' agent in the AI Chat agent selector.
---
### Avante.nvim
Add to your [Avante.nvim](https://github.com/yetone/avante.nvim) configuration: