Describe the bug
Previously, we were using the session name and were able to retrieve sessions by passing the name parameter. However, this behaviour has now changed, and the system requires the session ID instead in order to retrieve the sessions.
Affected version
GitHub Copilot CLI 1.0.16-1
Steps to reproduce the behavior
Resume is now hacing sessionId parameter and we used session name earlier
/resume [sessionId]
Expected behavior
session name should be used to retrieve sessions stored on device
Additional context
No response