chore/release: bump version to 0.26.0-nightly.20260115.6cb3ae4e0#16738
Conversation
|
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! |
Summary of ChangesHello @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
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
|
There was a problem hiding this comment.
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.
| "baseUrl": ".", | ||
| "paths": { | ||
| "@google/gemini-cli-core": ["./index.ts"] | ||
| } |
There was a problem hiding this comment.
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.
|
Size Change: -2 B (0%) Total Size: 23.1 MB ℹ️ View Unchanged
|
…gle-gemini#16738) Co-authored-by: Sehoon Shon <sshon@google.com>
…ly.20260115.6cb3ae4e0 (google-gemini#16738)
…gle-gemini#16738) Co-authored-by: Sehoon Shon <sshon@google.com>
Automated version bump for nightly release.