feat: opencode acp provider (#2789)

This commit is contained in:
yetone
2025-10-21 19:03:53 +08:00
committed by GitHub
parent fb28520067
commit 3c3eca8518
2 changed files with 58 additions and 8 deletions

View File

@@ -271,6 +271,10 @@ M._defaults = {
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY"),
},
},
["opencode"] = {
command = "opencode",
args = { "acp" },
},
},
---To add support for custom provider, follow the format below
---See https://github.com/yetone/avante.nvim/wiki#custom-providers for more details