Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

History reload feature request #2607

Open
daleamon opened this issue Jan 21, 2025 · 1 comment
Open

History reload feature request #2607

daleamon opened this issue Jan 21, 2025 · 1 comment

Comments

@daleamon
Copy link

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.

@daleamon
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant