Docs: Update model docs to remove Preview Features.#20084
Conversation
Summary of ChangesHello @jkcinouye, 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 focuses on enhancing the accuracy and relevance of the documentation by removing outdated information. Specifically, it addresses the deprecation of "Preview Features" by eliminating all mentions and related instructions from the model documentation, ensuring users are presented with up-to-date guidance. Highlights
Changelog
Activity
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 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 counter productive. 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. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
Hi @jkcinouye, thank you so much for your contribution to Gemini CLI! We really appreciate the time and effort you've put into this. We're making some updates to our contribution process to improve how we track and review changes. Please take a moment to review our recent discussion post: Improving Our Contribution Process & Introducing New Guidelines. Key Update: Starting January 26, 2026, the Gemini CLI project will require all pull requests to be associated with an existing issue. Any pull requests not linked to an issue by that date will be automatically closed. Thank you for your understanding and for being a part of our community! |
There was a problem hiding this comment.
Code Review
This pull request updates the documentation to remove references to the 'Preview Features' setting, which has been removed from the product. The changes in docs/cli/model.md correctly remove the conditional availability of Gemini 3 models from the model selection table and delete the section that explained how to enable the now-defunct setting. The changes are consistent with the pull request's objective and appear to be accurate.
|
Size Change: -2 B (0%) Total Size: 25.7 MB ℹ️ View Unchanged
|
| | Manual | Select a specific model. | Any available model. | | ||
| | Option | Description | Models | | ||
| | ----------------- | -------------------------------------------------------------- | -------------------------------------------- | | ||
| | Auto (Gemini 3) | Let the system choose the best Gemini 3 model for your task. | gemini-3-pro-preview, gemini-3-flash-preview | |
There was a problem hiding this comment.
Confirming the models still have the term "preview" in them?
Summary
Updates our documentation to remove reference to Preview Features (which has been removed).
Details
The Preview Features setting is no longer in the settings panel, but we still have it in our documentation. This PR removes the final reference, except for where it is needed for enterprise (gemini-3.md).
Related Issues
Related to #20036
How to Validate
This is a docs-only change. Review for material errors, grammar errors, typos, and other unintentional changes.
Pre-Merge Checklist