|
|
@@ -73,12 +73,12 @@ Add to your [JetBrains IDE](https://www.jetbrains.com/) acp.json according to th
|
|
|
|
|
|
```json title="~/.config/zed/settings.json"
|
|
|
{
|
|
|
- "agent_servers": {
|
|
|
- "OpenCode": {
|
|
|
- "command": "/absolute/path/bin/opencode",
|
|
|
- "args": ["acp"]
|
|
|
- }
|
|
|
+ "agent_servers": {
|
|
|
+ "OpenCode": {
|
|
|
+ "command": "/absolute/path/bin/opencode",
|
|
|
+ "args": ["acp"]
|
|
|
}
|
|
|
+ }
|
|
|
}
|
|
|
```
|
|
|
|
|
|
@@ -86,7 +86,6 @@ 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:
|