Skip to content

docs(changelog): update for v0.31.0 and v0.32.0-preview.0 releases#20638

Closed
galz10 wants to merge 1 commit intomainfrom
galzahavi/chore/update-changelogs
Closed

docs(changelog): update for v0.31.0 and v0.32.0-preview.0 releases#20638
galz10 wants to merge 1 commit intomainfrom
galzahavi/chore/update-changelogs

Conversation

@galz10
Copy link
Copy Markdown
Collaborator

@galz10 galz10 commented Feb 28, 2026

Summary

Details

Related Issues

How to Validate

Pre-Merge Checklist

  • Updated relevant documentation and README (if needed)
  • Added/updated tests (if needed)
  • Noted breaking changes (if any)
  • Validated on required platforms/methods:
    • MacOS
      • npm run
      • npx
      • Docker
      • Podman
      • Seatbelt
    • Windows
      • npm run
      • npx
      • Docker
    • Linux
      • npm run
      • npx
      • Docker

@galz10 galz10 requested review from a team as code owners February 28, 2026 00:05
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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 updates the documentation for the changelogs, specifically incorporating the release notes for versions v0.31.0 and v0.32.0-preview.0. The changes ensure that the latest stable and preview releases are accurately reflected with their new features, enhancements, and bug fixes, providing up-to-date information for users and developers.

Highlights

  • v0.32.0-preview.0 Release: Announced the v0.32.0-preview.0 release, detailing Plan Mode Enhancements (external editor support, adaptive workflows), Agent and Core Engine updates (generalist agent, sub-agent classification), CLI & User Experience improvements (autocompletion, parallel extension loading, error verbosity), and Stability and Bug Fixes (orphaned process CPU usage, Code Assist API retry logic).
  • v0.31.0 Release: Announced the v0.31.0 release, highlighting Models & Agents (Gemini 3.1 Pro Preview, experimental browser agent), Policy Engine Updates (project-level policy, MCP server wildcards, tool annotation matching), Web Capabilities (direct web fetch with rate limiting), and Plan Mode Enhancements (automatic model switching, custom storage, work summaries).
  • Changelog Updates: Updated the latest.md to reflect v0.31.0 as the new stable release and preview.md to reflect v0.32.0-preview.0 as the new preview release, including their respective highlights and detailed changes.
Changelog
  • docs/changelogs/index.md
    • Added new sections for 'Announcements: v0.32.0-preview.0' and 'Announcements: v0.31.0' with their respective feature lists.
  • docs/changelogs/latest.md
    • Updated the latest stable release version from v0.30.1 to v0.31.0.
    • Replaced the previous highlights and 'What's Changed' list with the new content for v0.31.0, including support for Gemini 3.1 Pro Preview, an experimental browser agent, project-level policy, direct web fetch, and Plan Mode enhancements.
  • docs/changelogs/preview.md
    • Updated the preview release version from v0.31.0-preview.1 to v0.32.0-preview.0.
    • Changed the reference from 'latest weekly release' to 'latest stable release'.
    • Replaced the previous highlights and 'What's Changed' list with the new content for v0.32.0-preview.0, covering Plan Mode enhancements, Generalist Agent & Core updates, CLI & UX polish, Billing & Security features, and Stability & Performance fixes.
Activity
  • No human activity (comments, reviews) was detected on this pull request.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the changelog files for the v0.31.0 stable release and the v0.32.0-preview.0 preview release. The changes include adding new release announcements to the main changelog index, and updating the latest.md and preview.md files with the corresponding highlights and lists of changes. The review did not identify any high or critical issues.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 28, 2026

Size Change: -2 B (0%)

Total Size: 25.8 MB

ℹ️ View Unchanged
Filename Size Change
./bundle/gemini.js 25.3 MB -2 B (0%)
./bundle/node_modules/@google/gemini-cli-devtools/dist/client/main.js 221 kB 0 B
./bundle/node_modules/@google/gemini-cli-devtools/dist/src/_client-assets.js 227 kB 0 B
./bundle/node_modules/@google/gemini-cli-devtools/dist/src/index.js 11.5 kB 0 B
./bundle/node_modules/@google/gemini-cli-devtools/dist/src/types.js 132 B 0 B
./bundle/sandbox-macos-permissive-open.sb 890 B 0 B
./bundle/sandbox-macos-permissive-proxied.sb 1.31 kB 0 B
./bundle/sandbox-macos-restrictive-open.sb 3.36 kB 0 B
./bundle/sandbox-macos-restrictive-proxied.sb 3.56 kB 0 B
./bundle/sandbox-macos-strict-open.sb 4.82 kB 0 B
./bundle/sandbox-macos-strict-proxied.sb 5.02 kB 0 B

compressed-size-action

@gemini-cli gemini-cli bot added the priority/p1 Important and should be addressed in the near term. label Feb 28, 2026
@galz10 galz10 closed this Feb 28, 2026
@galz10 galz10 reopened this Feb 28, 2026
| [Preview](preview.md) | Experimental features ready for early feedback. |
| [Stable](latest.md) | Stable, recommended for general use. |

## Announcements: v0.32.0-preview.0 - 2026-02-27
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So far we haven't made preview announcements. Is there a reason we want to include this?

- fix(patch): cherry-pick 32e777f for v0.31.0-preview.3 release by
@gemini-cli-robot in
[#20112](https://github.com/google-gemini/gemini-cli/pull/20112)
[#20621](https://github.com/google-gemini/gemini-cli/pull/20621)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This list seems much shorter than the changelist at https://github.com/google-gemini/gemini-cli/releases/tag/v0.31.0


**Full Changelog**:
https://github.com/google-gemini/gemini-cli/compare/v0.30.0-preview.6...v0.31.0-preview.1
https://github.com/google-gemini/gemini-cli/compare/v0.31.0...v0.32.0-preview.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compares a stable release to a preview.

- fix(core): ripgrep fails when pattern looks like ripgrep flag by @syvb in
[#18858](https://github.com/google-gemini/gemini-cli/pull/18858)
- fix(cli): disable auto-completion on Shift+Tab to preserve mode cycling by
- feat(plan): Support for modifying plans in external editors by @jerop in
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority/p1 Important and should be addressed in the near term.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants