Does anyone know where the plugin's chat cache is stored? #6992
-
        Validations
 ProblemEven thought I deleted the C:/User/xxxx/.continue folder ,but it didn't clear these caches. I found that when I uninstalled and reinstalled the continue plugin, the chat history before uninstall was displayed again. I hope to delete the chat history cache to facilitate the simulation test of the user's first use plugin scenario SolutionNo response  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
| 
         I believe it is in   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         @AfterStories if @Patrick-Erichsen's answer isn't what you're looking for then you'll want local storage   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         @RomneyDa  Thank you!  try to clean local storage  by dev tools ,It did indeed work!  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         @AfterStories agreed, this has been built in to the app for a long time and I think the reason it never left is that the redux persist gate with local storage is super fast so it shows the user something on startup, and it's less of a security concern to persist the contents ("history") of one chat session than to persist e.g. config, which is no longer persisted. But currently config reloading is triggered a few times anyways on startup in ways that cause a flash/refresh of the GUI anyways, so might be better to show a loading page for a sec. This is on my list but not super high priority right now, any poking/contributions on this front would be appreciated  | 
  
Beta Was this translation helpful? Give feedback.
I believe it is in
sessions.jsonin the.continuefolder, so not sure why you would have seen previous messages after removing.