fix(patch): cherry-pick e4315b3 to release/v0.46.0-preview.0-pr-27645 to patch version v0.46.0-preview.0 and create version 0.46.0-preview.1#27655
Conversation
… 3.5 flash when the flag is enabled. (#27645)
|
📊 PR Size: size/L
|
|
Size Change: +1.4 kB (0%) Total Size: 33.9 MB
ℹ️ View Unchanged
|
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request cherry-picks a commit to patch the preview release, introducing refined model selection logic for Gemini 3.5 Flash. It updates core configuration services, routing strategies, and UI components to ensure consistent model resolution and display, while also synchronizing schema definitions and expanding test coverage for the new model promotion logic. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize the Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces support for Gemini 3.5 Flash GA model routing and promotion across the CLI and core packages. It adds configuration options, updates model resolution and routing strategies (such as classifier and approval mode strategies), and integrates getDisplayString to map legacy model names (like gemini-3-flash) to gemini-3.5-flash in the UI. A review comment correctly identified a missing import of getDisplayString in ModelStatsDisplay.tsx which would cause a compilation error.
700c961
into
release/v0.46.0-preview.0-pr-27645
This PR automatically cherry-picks commit e4315b3 to patch version v0.46.0-preview.0 in the preview release to create version 0.46.0-preview.1.