Skip to content
Discussion options

You must be logged in to vote

Hi @safisa, currently, this is not possible.
There is a preference ai-features.chat.sessionStorageScope (workspace | global, default workspace), 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:

  • #16486 introduced chat session persistence (global storage only).
  • #16847 added the sessionStorageScope preference with configurable paths. The default workspace path was .theia/chatSessions inside the workspace root, which is what you are looking for.
  • #16933 simplified the UX and removed the configurable…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by safisa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants