GitHub Action 2 месяцев назад
Родитель
Сommit
5d7a52f8b8
1 измененных файлов с 5 добавлено и 6 удалено
  1. 5 6
      packages/web/src/content/docs/acp.mdx

+ 5 - 6
packages/web/src/content/docs/acp.mdx

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