-
-
Notifications
You must be signed in to change notification settings - Fork 35
Add new supported github-copilot models to builtin conf #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
zikajk
commented
Nov 24, 2025
- I added a entry in changelog under unreleased section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds support for new AI models to the github-copilot provider configuration, expanding the available model options for users with GitHub Copilot access. The changes include adding GPT-5.1 variants, GPT-5-codex, and Gemini-3-pro to both the configuration and integration tests.
- Added 5 new models to the
github-copilotprovider:gpt-5.1,gpt-5.1-codex,gpt-5.1-codex-mini,gpt-5-codex, andgemini-3-pro - Updated integration tests to verify the new models are properly initialized
- Added a changelog entry documenting the new model support
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/eca/config.clj | Added 5 new model entries to the github-copilot provider configuration |
| integration-test/integration/initialize_test.clj | Updated both test cases to include the new models in expected model lists |
| CHANGELOG.md | Added changelog entry for the new models (contains a spelling error) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
CHANGELOG.md
Outdated
| # Changelog | ||
|
|
||
| ## Unreleased | ||
| - Add new OpenAI and Gemini models to Github config. |
Copilot
AI
Nov 24, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Github" should be spelled "GitHub" (with a capital H).
| - Add new OpenAI and Gemini models to Github config. | |
| - Add new OpenAI and Gemini models to GitHub config. |
4e95eb7 to
3fdbc1f
Compare
|
@ericdallo There is a problem with Gemini responses that should be fixed first: |
|
Hum, we need to understand if we need to change the body for that model, maybe do in other PR the gemini? |
8120e04 to
835b654
Compare
835b654 to
78bc1b6
Compare
|
Agree, done :-) |