-
QuestionHi, Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi @safisa, thanks for starting this discussion! 👋 The Theia community will take a look soon. In the meantime, you might find helpful information in: 💙 Eclipse Theia is built and maintained by a community of contributors and sponsors. If Theia is valuable to your work, consider sponsoring the project. For professional support, training, or consulting services, learn more about available options. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @safisa, currently, this is not possible. Some history:
So storing chat sessions inside the workspace for version control is not currently supported out of the box. If this is something you need, it would be worth opening a feature request. |
Beta Was this translation helpful? Give feedback.
Hi @safisa, currently, this is not possible.
There is a preference
ai-features.chat.sessionStorageScope(workspace|global, defaultworkspace), but "workspace" only means sessions are scoped per workspace. They are still stored outside the workspace directory, under<configDir>/workspace-metadata/<workspaceUuid>/chatSessions, so they cannot be version-controlled currently.Some history:
sessionStorageScopepreference with configurable paths. The default workspace path was.theia/chatSessionsinside the workspace root, which is what you are looking for.