You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
Hi, I have an issue with the file context. Cody doesn't find any file context when I use :codyTask, and I don't know why. However, the completion functions work fine. Below are the details from the sg.nvim report.
Steps to Reproduce:
Run :codyTask with any request.
Observe that the context files section is always empty, regardless of the request.
Expected Behavior:
Cody should be able to find and utilize the file context correctly in :codyTask.
Actual Behavior:
The context files section is always empty in :codyTask, but the completion functions work fine.
Output from sg.nvim report:
sg: require("sg.health").check()
sg.nvim report ~
- Machine: arm64, sysname: Darwin
- OK Valid nvim version: 0.10.0-dev
- OK Found `cargo` (cargo 1.79.0) is executable
- Use `:SourcegraphDownloadBinaries` to avoid building locally.
- OK Found `sg-nvim-agent`: "/Users/michaelguerino/.local/share/nvim/site/pack/packer/start/sg.nvim/dist/sg-nvim-agent"
- OK Found `node` (config.node_executable) is executable.
Version: '22.2.0'
- OK Found `cody-agent`: /Users/michaelguerino/.local/share/nvim/site/pack/packer/start/sg.nvim/dist/cody-agent.js
- OK Authentication setup correctly
- OK endpoint set to: https://sourcegraph.com
- OK Found correct binary versions: "1.1.0" = "1.1.0"
- OK Sourcegraph Connection info: {
access_token_set = true,
endpoint = "https://sourcegraph.com",
sg_nvim_version = "1.1.0",
sourcegraph_version = {
build = "279339_2024-06-20_5.4-99968a6630e6",
product = "279339_2024-06-20_5.4-99968a6630e6"
}
}
- To manage your Cody Account, navigate to: https://sourcegraph.com/cody/manage
- OK Cody Account Information: {
chat_limit = 20,
chat_usage = 1,
code_limit = 500,
code_usage = 55,
cody_pro_enabled = false,
username = "m..."
}
- OK sg.nvim is ready to run
Same here with CodyAsk. Only if I have code in a visual selection when sending the command it will add the immediate code to the prompt, but other than that, no additional context is found or selected.
Description:
Hi, I have an issue with the file context. Cody doesn't find any file context when I use
:codyTask
, and I don't know why. However, the completion functions work fine. Below are the details from thesg.nvim
report.Steps to Reproduce:
:codyTask
with any request.Expected Behavior:
Cody should be able to find and utilize the file context correctly in
:codyTask
.Actual Behavior:
The context files section is always empty in
:codyTask
, but the completion functions work fine.Output from
sg.nvim
report:Additional Information:
Any help to resolve this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered: