-
Notifications
You must be signed in to change notification settings - Fork 757
Description
Describe the bug
After taking the latest copilot update I tried using --resume to continue with one of my sessions. I hit enter on the session picker, and nothing happened - the session didn't resume. I hit enter a few more times before exiting copilot to restart it and try again to find this:
When I was hitting enter, all the sessions I had in my session history were being overwritten by blank sessions
Other notes:
I had run copilot using nvm exec 22 copilot --resume. This was the first time I had prepended nvm exec 22, since I got an error the latest copilot required node 22
Affected version
0.0.348, Commit: 946b5dc
Steps to reproduce the behavior
nvm exec 22 copilot --resume - observe that when selecting a session, nothing happens
Expected behavior
Either the session should resume, or an error should appear. Losing the sessions entirely is catastrophic data loss. This bug aside, it would be nice to be able to save any number of sessions as 8 is incredibly limiting
Additional context
No response