diff options
| author | Jan-Niklas W. <[email protected]> | 2025-12-12 20:09:08 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-12 20:09:08 -0600 |
| commit | b7b827c5bd9c4aea11e6c6e008ab19c7cfa8c60d (patch) | |
| tree | 627c9e133b55251d44f58067b6f77e728ffe8ca9 | |
| parent | 613e082358d2f8cd589ace285248017ba73e9e94 (diff) | |
| download | opencode-b7b827c5bd9c4aea11e6c6e008ab19c7cfa8c60d.tar.gz opencode-b7b827c5bd9c4aea11e6c6e008ab19c7cfa8c60d.zip | |
docs: JetBrains IDEs to ACP config docs page (#5465)
| -rw-r--r-- | packages/web/src/content/docs/acp.mdx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/acp.mdx b/packages/web/src/content/docs/acp.mdx index 9d421235c..5e6be152d 100644 --- a/packages/web/src/content/docs/acp.mdx +++ b/packages/web/src/content/docs/acp.mdx @@ -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: |
