feat(nvim): move from avante to codecompanion #222

Merged
joao.dubas merged 6 commits from jpd-feat-switch-from-avante-to-codecompanion into main 2025-05-07 11:39:52 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit 0b4ae4a08f - Show all commits

View File

@ -12,6 +12,10 @@
"args": [ "args": [
"mcp-server-git" "mcp-server-git"
] ]
},
"vectorcode": {
"command": "vectorcode-mcp-server",
"args": []
} }
} }
} }

View File

@ -29,7 +29,7 @@
"go:github.com/bloznelis/typioca" = "3.1.0" "go:github.com/bloznelis/typioca" = "3.1.0"
"npm:@anthropic-ai/claude-code" = "0.2.78" "npm:@anthropic-ai/claude-code" = "0.2.78"
"pipx:aider-chat" = { version = "0.82.2", uvx_args = "--python 3.12.7 --with google-generativeai" } "pipx:aider-chat" = { version = "0.82.2", uvx_args = "--python 3.12.7 --with google-generativeai" }
"pipx:vectorcode" = { version = "0.5.6", uvx_args = "--python 3.13.2" } "pipx:vectorcode" = { version = "0.5.6", uvx_args = "--python 3.13.2", extras = "mcp" }
"ubi:Samyak2/toipe" = "0.5.0" "ubi:Samyak2/toipe" = "0.5.0"
"ubi:hlsxx/tukai" = "0.2.2" "ubi:hlsxx/tukai" = "0.2.2"
"ubi:jdx/usage" = "2.0.7" "ubi:jdx/usage" = "2.0.7"