You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's very easy to cause a complete reset and loss of all context. I have found the file in which you store the discussion, which appears to be in sqllite or simiilar format. However neither I nor the AI have a way to load it using Cursor itself. There should be a way to pull up the history and feed it to the current AI instance so that you don't lose a half hour (or more) of work like I just did.
The text was updated successfully, but these errors were encountered:
Note that the issue occurred when I tried to change the current directory to the one just above it. It created an entirely new session with its own unique vscdb file. This was not at all what I wanted. After discussion with Claude I had realized I had gone one level to low in the project hierarchy. I am considering doing some hacking to move the JSON record from the first session into the new session. I am not quite sure of all the interactions that might cause however. Another option might be to back up the second session and then modify the session .json file of the first one to point at the parent directory.
It just doesn't seem right that I will need to resort to such CLI hackery to do the job.
It's very easy to cause a complete reset and loss of all context. I have found the file in which you store the discussion, which appears to be in sqllite or simiilar format. However neither I nor the AI have a way to load it using Cursor itself. There should be a way to pull up the history and feed it to the current AI instance so that you don't lose a half hour (or more) of work like I just did.
The text was updated successfully, but these errors were encountered: