-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A lot of bugs recently on the chat features code apply #2894
Comments
Same issue. In the latest version, context have stopped working. If you write the '@' in the chat, nothing happens. No way to insert any kind of context. Very anoying issue. I switched to previous version and all works fine. Hope they fix it soon. |
Yes. I figured that the @ won't work specifically for newly added files. Will have to restart the vs code for it to capture the new files, which is kind of annoying. |
Hi all, thanks for the heads up - there's a few different issues:
|
Mode info:VsCode version: 1.95.2 (user setup) Screen capture of the issue |
clicking "more" and "re-index" worked. Thanks. |
Hi Guys! I can confirm this bug in IntelliJ as well. Reindexing the codebase made @ to work again. Intellij details: Continue version 0.0.81 recently updated. |
The latest pre-release seems to still got all the path wrong for all files. When click apply, instead of applying to the existing code, it create a new file in my project root folder.... |
@davidliudev - this is helpful, we recently updated the apply to create files if they don't exist but it sounds like there is a bug with pathing. Will be taking a look at this next week. @StephaneBonilla @rmalveis - I haven't been able to reproduce this, strange that a reindex solves the issue though. You should be able to use context providers regardless of the state of your index. Has it been persistent for either of you, or did the single reindex solve it permanently? |
I confirm that Re-indexing solves the context issue using @ for me. |
@Patrick-Erichsen Thank you for looking at it. I've made some new tests. Same installation as reported before.Regardless of which project I open, after the plugin update, I have to re-index its codebase. If I open Project X, reindex, close, reopen same project, I'll have to reindex again to have context working properly. I'm no sure if there is a connection between the issues, but after the latest update I started to notice a warning about unknown parameter in my ollama server. However ollama was also updated so I can't say it is on Continue's side. |
I'm not certain that the issue is related to your Ollama config because we've had a lot of other users reporting this same issue. For folks following along, the issue of not being able to use |
Before submitting your bug report
Relevant environment info
Description
Sometimes the chat never capture any file context
and the apply button won't work
Sometimes chat does captures the correct file, but apply to the wrong folder - (on project root, not the appropriate file)
This happens more often when the requirement is long with many context files.
To reproduce
No response
Log output
No response
The text was updated successfully, but these errors were encountered: