Skip to content

chore/release: bump version to 0.26.0-nightly.20260115.6cb3ae4e0#16738

Merged
gemini-cli-robot merged 3 commits into
mainfrom
release/v0.26.0-nightly.20260115.6cb3ae4e0
Jan 15, 2026
Merged

chore/release: bump version to 0.26.0-nightly.20260115.6cb3ae4e0#16738
gemini-cli-robot merged 3 commits into
mainfrom
release/v0.26.0-nightly.20260115.6cb3ae4e0

Conversation

@gemini-cli-robot

Copy link
Copy Markdown
Collaborator

Automated version bump for nightly release.

@gemini-cli

gemini-cli Bot commented Jan 15, 2026

Copy link
Copy Markdown
Contributor

Hi @gemini-cli-robot, 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!

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @gemini-cli-robot, 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 performs an automated version bump for a nightly release of the Gemini CLI project. It updates the version string across all relevant 'package.json' and 'package-lock.json' files, ensuring consistency for the new '0.26.0-nightly.20260115.6cb3ae4e0' build. Additionally, it includes a minor but important configuration change in the core package's TypeScript settings to streamline module imports.

Highlights

  • Automated Version Bump: The project's version has been automatically updated to '0.26.0-nightly.20260115.6cb3ae4e0' across the main package and all sub-packages, reflecting a new nightly release.
  • Sandbox Image URI Update: The 'sandboxImageUri' configuration in both the root 'package.json' and 'packages/cli/package.json' has been updated to align with the new nightly version.
  • TypeScript Configuration Enhancement: The 'packages/core/tsconfig.json' file now includes 'baseUrl' and 'paths' configurations, specifically mapping '@google/gemini-cli-core' to './index.ts', which should improve module resolution within the core package.
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.

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

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.

Code Review

This pull request primarily handles an automated version bump for a nightly release, updating version strings in package.json files and the corresponding lockfile. However, it also includes a configuration change to packages/core/tsconfig.json by adding a path alias. This change seems unrelated to a version bump and could introduce unintended side effects or indicate a process issue. I've left a comment on that file to bring it to your attention.

Comment on lines +8 to +11
"baseUrl": ".",
"paths": {
"@google/gemini-cli-core": ["./index.ts"]
}

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.

high

This change introduces path mapping for @google/gemini-cli-core within its own tsconfig.json. While this can be a useful pattern, it seems out of place in an automated version bump PR. Was this change intended to be part of this release? Including non-versioning changes in automated release PRs can introduce unexpected risks to the release process.

@github-actions

Copy link
Copy Markdown

Size Change: -2 B (0%)

Total Size: 23.1 MB

ℹ️ View Unchanged
Filename Size Change
./bundle/gemini.js 23 MB -2 B (0%)
./bundle/sandbox-macos-permissive-closed.sb 1.03 kB 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-closed.sb 3.29 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

compressed-size-action

@gemini-cli-robot gemini-cli-robot added this pull request to the merge queue Jan 15, 2026
Merged via the queue into main with commit b0c9db7 Jan 15, 2026
45 of 46 checks passed
@gemini-cli-robot gemini-cli-robot deleted the release/v0.26.0-nightly.20260115.6cb3ae4e0 branch January 15, 2026 08:35
Thomas-Shephard pushed a commit to Thomas-Shephard/gemini-cli that referenced this pull request Jan 21, 2026
thacio added a commit to thacio/auditaria that referenced this pull request Jan 24, 2026
kuishou68 pushed a commit to iOfficeAI/gemini-cli-pro that referenced this pull request Feb 27, 2026
cocosheng-g pushed a commit that referenced this pull request May 6, 2026
)

Co-authored-by: Sehoon Shon <sshon@google.com>
@sripasg sripasg added the size/s A small PR label Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/s A small PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants