-
Notifications
You must be signed in to change notification settings - Fork 1.6k
resumed session blocks access to model picker #3680
Copy link
Copy link
Open
Labels
area:authenticationLogin, OAuth, device auth, token management, and keychain integrationLogin, OAuth, device auth, token management, and keychain integrationarea:modelsModel selection, availability, switching, rate limits, and model-specific behaviorModel selection, availability, switching, rate limits, and model-specific behaviorarea:sessionsSession management, resume, history, session picker, and session stateSession management, resume, history, session picker, and session state
Metadata
Metadata
Assignees
Labels
area:authenticationLogin, OAuth, device auth, token management, and keychain integrationLogin, OAuth, device auth, token management, and keychain integrationarea:modelsModel selection, availability, switching, rate limits, and model-specific behaviorModel selection, availability, switching, rate limits, and model-specific behaviorarea:sessionsSession management, resume, history, session picker, and session stateSession management, resume, history, session picker, and session state
Type
Fields
Give feedbackNo fields configured for Bug.
Describe the bug
When I resume a session via
copilot --resume, if I try to use/modelcommand in the resumed session, all attempts are blocked withAll other commands in copilot work fine, and I can continue talking to previously selected model as well, but I'm not able to pick a new model in the resumed session due to this.
Affected version
1.0.59
Steps to reproduce the behavior
copilot --resume/model✗ Error loading model list: Error: Not authenticatedExpected behavior
I can use
/modelin a resumed session.Additional context
No response