Option to associate conversations with specific projects #7078
Replies: 3 comments 1 reply
-
|
This is interesting. @TiagoTiago do you have examples of other products that have this user experience so we can better research this? |
Beta Was this translation helpful? Give feedback.
-
|
I think it should be the default behaviour, vscode copilot is in this way. |
Beta Was this translation helpful? Give feedback.
-
|
The file-per-project approach mentioned here actually maps nicely to how a few other tools handle this: keeping a context file at the project root (like The conversation history association is a UX layer on top of that — but the underlying problem is the same: how do you prevent context from one project from bleeding into another? My current workaround in Continue is having a project-specific |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Would be nice to be able to filter conversations by which project (based on the root folder currently open?) the conversation took place in; so if you work on multiple things, you can later open something and get the conversations that are relevant to it in the history more easily.
Beta Was this translation helpful? Give feedback.
All reactions