(Github Copilot Adapter): Gemini 2.5 & o3 GONE from model picker #1874
Replies: 3 comments 6 replies
-
We pull models directly from GitHub: codecompanion.nvim/lua/codecompanion/adapters/copilot/helpers.lua Lines 35 to 97 in d067c84 This will be an issue with availability on the GitHub side. |
Beta Was this translation helpful? Give feedback.
-
@Eckii24 Thank you for spending time investigating this. Would you mind testing the new PR #1899 to see if there are any issues with GitHub Copilot now? |
Beta Was this translation helpful? Give feedback.
-
Thanks @bassamsdata ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed in the past week or 2 that I am not able to select these models anymore. Of course, they are available to me on the Github website.
Good old print-debugging exposed that this was because they are no longer included in the response the adapter gets from Github's API endpoint.
Anyone else encountered this? I wonder if there's an easy fix here - maybe a different way to ask Github for their list of models, or a profile config that I missed.
Beta Was this translation helpful? Give feedback.
All reactions