AI Losing Chats
Answered
Noticed that when Rubymine crashes ( as with the recent os x java issue ) or as recently a low memory problem (which didn't actually crash ) one of the casualties is losing all the AI chat history. Just wiped.
Surely this should be written away somewhere such that it can't just disappear. Seems a too fragile. Just flagging it as an issue.
Please sign in to leave a comment.
The chat history should be stored in the IDE configuration directory/workspace, in
.xml
files.Each file corresponds to a project that was opened in the IDE (1 project = 1 file). However, the file names are cryptic and don't correspond to the project name, unfortunately. The chat history is stored under
<component name="ChatSessionStateTemp">
. Do you see any chat history in your IDE configuration directory? Which version of IDE / AI Assistant plugin do you have installed?