Errors with VectorCode + Copilot - Claude Sonnet 4 #283
Replies: 1 comment 7 replies
-
Does querying from the CLI work? Try something like |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure if this is a problem in VectorCode or in CodeCompanion, but it is definitely related to the Copilot provider and the Claude Sonnet 4 model. I always get an empty error when trying to use VectorCode with Copilot - Claude Sonnet 4. With other models, I don't have such trouble.

Errors messages:
[vectorcode.nvim] [ERROR 16:17:06] /Users/ruslan/.local/share/nvim/lazy/VectorCode/lua/vectorcode/integrations/codecompanion/query_tool.lua:586: CodeCompanion tool with command {
[vectorcode.nvim] count = 10,
[vectorcode.nvim] deduplicate = true,
[vectorcode.nvim] project_root = "/Users/ruslan/Documents/bhft/k8s/distributions/hpc",
[vectorcode.nvim] query = { "Chart.yaml", "dependencies", "gitops-templates", "helm", "kubernetes", "applications" }
[vectorcode.nvim] } thrown with the following error: { "" } <---- why empty ???
[vectorcode.nvim] [ERROR 16:17:16] /Users/ruslan/.local/share/nvim/lazy/VectorCode/lua/vectorcode/integrations/codecompanion/query_tool.lua:586: CodeCompanion tool with command {
[vectorcode.nvim] count = 10,
[vectorcode.nvim] deduplicate = true,
[vectorcode.nvim] project_root = "/Users/ruslan/Documents/bhft/k8s/distributions/hpc",
[vectorcode.nvim] query = { "directory structure", "files", "templates", "deployment" }
[vectorcode.nvim] } thrown with the following error: { "" } <---- why empty ???
So, should I open a bug report in CodeCompanion spaces or in VectorCode?
Used the freshest versions VectorCode and CodeCompanion.
Beta Was this translation helpful? Give feedback.
All reactions