- Notifications
You must be signed in to change notification settings - Fork145
Open
Labels
Description
Describe the feature or problem you'd like to solve
If I try to auth via env var, I expectcopilot
to use it even if it is invalid, and not to fallback to another source like the keyring orgh
. This can result in highly confusing behaviour when scopes or accessible resources are different.
Proposed solution
copilot
should error, indicating that the token in was invalid.
Example prompts or workflows
➜ runc git:(main) GITHUB_TOKEN=foo copilot -p "hello"● Hello! I'm GitHub Copilot CLI, ready to help you with tasks in your runc repository. What would you like to do?Total usage est: 1 Premium requestTotal duration (API): 3.4sTotal duration (wall): 5.2sTotal code changes: 0 lines added, 0 lines removedUsage by model: claude-sonnet-4.5 5.9k input, 33 output, 2.1k cache read, 3.8k cache write (Est. 1 Premium request)
Additional context
No response