Description
After the GitHub Copilot outage on June 16, 2026 (17:45-18:15 UTC), the Copilot CLI model selection interface shows all available models as "Blocked / Disabled", preventing users from selecting any model or starting new sessions.
Expected Behavior
The model selection interface should show the available models based on the user's organization policy (as visible on https://github.com/settings/copilot/features).
Actual Behavior
- All models are marked as "Blocked / Disabled" in the CLI model selection UI
- The message states: "These models are not currently available. They may be disabled by your organization's policy or network issues."
- However, the GitHub web interface (https://github.com/settings/copilot/features) shows most models as available and enabled
- Cannot start new Copilot CLI sessions or select models
- Remote debugging connection also fails
Steps to Reproduce
- After the June 16, 2026 outage (resolved around 18:15 UTC)
- Run
gh copilot or try to select a model in an active session
- Observe that all models show as "Blocked / Disabled"
Environment
- Copilot CLI Version: 1.0.64-0
- OS: macOS (Darwin)
- Time of Issue: June 16, 2026 ~20:30 PDT (June 17, 2026 03:30 UTC)
- GitHub Account: Enterprise account with Microsoft organization
- Organization Policy: Models are enabled per web settings page
Additional Context
- This issue appeared immediately after the upstream provider outage mentioned in GitHub status (Opus 4.8 degradation)
- Pre-existing Copilot CLI sessions that were started before the outage continue to work with their originally selected model
- The GitHub web UI correctly shows available models (Claude Sonnet 4.5, Opus 4.8, Gemini, GPT-5 series, etc.)
gh api /user/copilot/entitlements returns HTTP 404, suggesting the API endpoint may still have issues
Expected Fix
The CLI should either:
- Gracefully handle API failures and use cached model availability data
- Properly refresh model availability after service restoration
- Provide a manual cache clear/refresh command for users to recover from such incidents
Workaround Attempted
Tried to clear CLI cache but issue persists (possibly needs server-side fix or API recovery).
Description
After the GitHub Copilot outage on June 16, 2026 (17:45-18:15 UTC), the Copilot CLI model selection interface shows all available models as "Blocked / Disabled", preventing users from selecting any model or starting new sessions.
Expected Behavior
The model selection interface should show the available models based on the user's organization policy (as visible on https://github.com/settings/copilot/features).
Actual Behavior
Steps to Reproduce
gh copilotor try to select a model in an active sessionEnvironment
Additional Context
gh api /user/copilot/entitlementsreturns HTTP 404, suggesting the API endpoint may still have issuesExpected Fix
The CLI should either:
Workaround Attempted
Tried to clear CLI cache but issue persists (possibly needs server-side fix or API recovery).