Add Goose as an ACP provider (#2730)

Co-authored-by: Jack Wright <jack.wright@nike.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
This commit is contained in:
Jack Wright
2025-09-30 02:19:06 -07:00
committed by GitHub
parent 1947025ad3
commit 4c0493440b
3 changed files with 11 additions and 4 deletions

View File

@@ -258,6 +258,10 @@ M._defaults = {
ACP_PERMISSION_MODE = "bypassPermissions",
},
},
["goose"] = {
command = "goose",
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