|
|
@@ -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:
|