-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Multiple CLI instances: second window invalidates first window's auth token #2443
Copy link
Copy link
Closed
Description
Opening a second Copilot CLI window causes the first window to fail with:
Authorization error, you may need to run /login (Request ID:
CB7B:xx:431DB92:xx:xx)
Running /login in the first window then invalidates the second window. The two instances
keep "stealing" the auth token from each other.
I have been using multiple CLI windows in parallel for nearly 2 months without issues. This problem started approximately in the last few days (late March 2026).
Affected version
1.0.15-0
Steps to reproduce the behavior
- Open Terminal A, run
copilot, start a conversation - Open Terminal B, run
copilot, start a different conversation - Go back to Terminal A and send a message → Authorization error
- Run
/loginin Terminal A to re-authenticate - Go back to Terminal B and send a message → Authorization error
- The two windows keep invalidating each other's tokens
Expected behavior
Multiple CLI windows should be able to run concurrently with independent sessions.
Additional context
- OS: Windows 11
- Previously worked fine with multiple windows for ~2 months
- The token appears to be shared/rotated globally rather than per-session
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.