Ollama models with tools capability unable to read linked / indexed files possibly due to indexing #4379
Labels
area:indexing
Relates to embedding and indexing
ide:vscode
Relates specifically to VS Code extension
kind:bug
Indicates an unexpected problem or unintended behavior
"needs-triage"
Before submitting your bug report
Relevant environment info
Description
I noticed that the models with tools on Ollama that I'm using, Llama3.1 and Qwen2.5-coder, tend to get this infinite loading spinner and the message: "Continue wants to read
filename
" with the read permission set to automatic.I did notice that there was a message in early january saying that currently only Claude Sonnet is supported as model using tools. Is that still the case?
In case it isn't I did have a look at the dev tools of VS Code and I noticed it seems to be looking in the
c
folder for the file. Perhaps it could've found it if it went to theC:
drive instead... In this case the:\
came before the drive. Possible indexing / parsing bug? Everything has just been newly indexed after the previously cache was lost when I switched to the yaml config file.I believe the below shows me actively linking with @Files -> filename in the top 2 messages and the last one is the extension pro-actively reading what's open on the screen. But there as well, the actual relative path from the solution folder to that file would be 2 folders down (i.e. InputFiles/Day12/)
To reproduce
@Files
Log output
The text was updated successfully, but these errors were encountered: