-
Notifications
You must be signed in to change notification settings - Fork 3.8k
chore: add support for gemini 3 pro preview #8881
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
|
Added documentation updates to include Gemini 3 Pro in:
These changes maintain consistency with the new Gemini 3 Pro support added in this PR. |
|
Updated seed scripts in remote-config-server to include Gemini 3 Pro Preview for local testing: https://github.com/continuedev/remote-config-server/pull/1811 |
Added tests for Gemini 3 Pro model recognition and other agent models. Tests cover: - OpenAI o1/o3/o4 models - DeepSeek R1/Reasoner models - Gemini 2.5 and 3.x Pro models (including new gemini-3-pro-preview) - Claude Sonnet 3.7+ and Opus 4 models - xAI Grok Code models - Case insensitivity and edge cases Co-authored-by: nate <[email protected]>
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.
No issues found across 7 files
|
I have read the CLA Document and I hereby sign the CLA 2 out of 3 committers have signed the CLA. |
|
Added comprehensive test coverage for the The tests cover:
The regex change from |
…instinct/gemini-3-support
|
🎉 This PR is included in version 1.7.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
https://hub.continue.dev/continuedev/gemini-3-pro-preview
resolves CON-4933
AI Code Review
@continue-reviewChecklist
Screen recording or screenshot
[ When applicable, please include a short screen recording or screenshot - this makes it much easier for us as contributors to review and understand your changes. See this PR as a good example. ]
Tests
[ What tests were added or updated to ensure the changes work as expected? ]
Summary by cubic
Adds support for Google Gemini 3 Pro Preview so users can configure and run gemini-3-pro-preview for chat and agent workflows. Addresses Linear CON-4933.
Written for commit e13c68d. Summary will update automatically on new commits.