Claude models no longer available in local VS Code chat #204636
Replies: 3 comments 2 replies
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
|
The greyed-out model usually means that the model is not available for the current account, organization policy, client surface, or temporary service state. The fact that the Anthropic models still work in a cloud session does not prove that the same models are enabled for local VS Code chat. I would check the following in order:
The most useful next step is therefore to ask an organization or enterprise owner to verify the availability of each affected Claude model for the specific Copilot seat, then update VS Code and the Copilot extension. If the policy is correct and the model works in cloud chat but remains greyed out locally, report it as a client or service regression with the diagnostic details above. References: https://docs.github.com/en/copilot/how-tos/copilot-on-github/set-up-copilot/configure-access-to-ai-models If this resolves the issue or the checklist helps identify the cause, please mark the answer as accepted. |
|
This happens all the time with GitHub Copilot in VS Code. Even though your admin enabled Claude in the GitHub organization settings, VS Code's local token cache often gets stuck on the old permission state, which greys out the model in the chat panel. First, try force-refreshing your local credentials. Sign out of Copilot directly in VS Code by opening the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac), typing GitHub Copilot: Sign Out, and hitting enter. Then reload the window and sign back in. That forces VS Code to pull a fresh token with your updated org permissions. It's also worth checking the model picker dropdown carefully. A known quirk in recent updates causes Claude to show up as disabled under an "Anthropic" vendor tab, while the usable version assigned by your organization actually sits under the main "Copilot" model list via the "Manage Models" option. If those don't work, ask your GitHub admin to go into Organization Settings, flip the Claude policy switch off, save it, and flip it back on. Flipping that policy forces GitHub to push a global permission sync to all assigned seats, which almost always clears up the greyed-out status. |

Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
VS Code
Body
Previously our team used various Claude models in the local copilot chat sessions in VS Code, up until 03/08. Since then these models are no longer available to select and are still enabled in the github copilot settings. The Anthropic models are available when using a cloud session, but the direct usability of Claude being available in the local session is lost. The model picker shows claude sonnet as greyed out and to contact our admin, but every model has been enabled.
Is there a setting change or update we have missed which is causing this?
All reactions