-
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
Prompt files and context not working as expected in latest release #2990
Comments
On a side note, I have reverted back to version v0.8.56 and everything seems to work. I see this issue is also mentioned on the following discord thread - https://discord.com/channels/1108621136150929458/1306627295967973387 |
Thanks for the detailed writeup! We recently released a v2 of our prompt files format. The docs have been updated in GitHub, but the workflow to release the updated docs to docs.continue.dev is currently broken. Fixing that ASAP, but in the meantime, here are the updated prompt file docs: https://github.com/continuedev/continue/blob/main/docs/docs/customize/deep-dives/prompt-files.md In the new schema we are no longer using handlebars syntax, e.g. Appreciate the repro instructions on the context provider selection issue as well, and the bump in Discord. Will be looking into this shortly. |
Created a main issue to track all reports of this here: #2996 |
@Patrick-Erichsen Thank you for the update. One thing for me still is the location of the prompt files. From what I see it should be picking them up and storing them in .continue/prompts. For me, it still reads and stores them in .prompts . |
I am not sure if I understand the proposed solution, but the context menu is still not appearing (working on version 0.8.57) So for me, typing @ in the chat menu does not result in a menu appearing where I can select a file, a picture, etc. etc. like it did previously. Screencast.from.2024-11-21.14-07-10.webm |
@jb19901234 Are you refering to this comment - #2990 (comment) ? This one specifically is on how to write custom prompt files using the new syntax for context reference in the prompt file. I believe the context menu not popping up is still an issue and is being tracked with #2996 |
+1, please follow along in #2996. Lot of folks reporting the same thing so we will be digging into this this week, thanks for your patience. @ycrc5 , can you confirm if on latest pre-release that prompt files aren't showing up in a |
@Patrick-Erichsen Can confirm the prompt files are now showing from this location. |
Hi folks, the issue with Will be available in pre-release v0.9.236 by end of day. Please let us know if you're still having issues! |
@ycrc5 |
@Patrick-Erichsen For me I want to be able to easily manage and distribute Continue config and prompt files to our engineers without the engineers needing to do anything. From what I can see, this is mostly done with the global continue config and the Continue dev console. There might also be reasons to override config on a workspace level, which I believe continue already supports? As for the suggestion from #3085, I do think it is a good idea to group all continue related files into one directory, if there are no specific reasons to not include the file mentioned in the .continue folder. Hope this helps. |
@RomneyDa Thank you for the suggestion. The latest update of Continue has resolved the issue for me where it wasn't able to locate the prompt files. Will keep this suggestion in mind for any other challenges. |
Got it, that makes sense - this is more/less what we are trying to solve with our Teams product (https://www.continue.dev/enterprise) As for the config override, we do support that on a per workspace basis with |
On Windows, continue v0.0.83 (released last week), which presumably integrates the |
Before submitting your bug report
Relevant environment info
Description
Having a couple of issues with the latest version of Continue. They are as follow:
Send a test message to any chat model first, or
Open a new chat window using the plus icon (but only after having interacted with a model)
For example, after sending a message using the Ollama model, the @ context menu becomes available and continues working even when switching to other models like Bedrock.
~/.continue/prompts (user directory)
/.continue/prompts (workspace directory)
However, the system is still reading prompts from the legacy location /.prompts instead of the new paths.
When executing this prompt, I received the below message. Examining the context revealed that the system only included the prompt file itself, without any of the expected surrounding context.
For additional context: I have maintained the above settings in my config.json file and haven't modified any prompts. The only changes present are those introduced by plugin updates. I've already attempted troubleshooting by:
Uninstalling the plugin
Deleting the ~/.continue folder
Performing a fresh installation of the plugin
None of these steps resolved the issue.
To reproduce
@
and see if a window pops up.Log output
The text was updated successfully, but these errors were encountered: