chore/release: bump version to 0.34.0-nightly.20260304.28af4e127#21054
chore/release: bump version to 0.34.0-nightly.20260304.28af4e127#21054gemini-cli-robot merged 1 commit intomainfrom
Conversation
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 is an automated update to increment the version number for the nightly release of the 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
|
There was a problem hiding this comment.
Code Review
This pull request is an automated version bump for a nightly release. It updates the version string across all packages in the monorepo. However, I've identified a critical issue: the year in the new version string is 2026, which appears to be a typo. This will break semantic versioning for future nightly builds, as they will be considered older than this version. This issue needs to be fixed in the versioning automation script to ensure correct package resolution for users.
Note: Security Review has been skipped due to the limited scope of the PR.
| { | ||
| "name": "@google/gemini-cli", | ||
| "version": "0.34.0-nightly.20260303.34f0c1538", | ||
| "version": "0.34.0-nightly.20260304.28af4e127", |
There was a problem hiding this comment.
The year in the version string is 2026, which appears to be a typo. This will cause problems for package managers when resolving versions, as any future nightly builds from 2024 or 2025 will be considered older. This should be corrected to the current year (e.g., 2024) to ensure proper version ordering. This issue is present in all versioned package.json files in this pull request.
| "version": "0.34.0-nightly.20260304.28af4e127", | |
| "version": "0.34.0-nightly.20240304.28af4e127", |
| }, | ||
| "config": { | ||
| "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.34.0-nightly.20260303.34f0c1538" | ||
| "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.34.0-nightly.20260304.28af4e127" |
There was a problem hiding this comment.
Similar to the main version string, the sandboxImageUri tag contains the year 2026, which is likely incorrect. This should be updated to use the current year to maintain consistency and avoid potential caching or deployment issues.
| "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.34.0-nightly.20260304.28af4e127" | |
| "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.34.0-nightly.20240304.28af4e127" |
| { | ||
| "name": "@google/gemini-cli", | ||
| "version": "0.34.0-nightly.20260303.34f0c1538", | ||
| "version": "0.34.0-nightly.20260304.28af4e127", |
There was a problem hiding this comment.
| ], | ||
| "config": { | ||
| "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.34.0-nightly.20260303.34f0c1538" | ||
| "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.34.0-nightly.20260304.28af4e127" |
There was a problem hiding this comment.
The sandboxImageUri tag contains the year 2026, which is likely incorrect. This should be updated to use the current year to maintain consistency and avoid potential caching or deployment issues.
| "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.34.0-nightly.20260304.28af4e127" | |
| "sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.34.0-nightly.20240304.28af4e127" |
|
Size Change: -2 B (0%) Total Size: 25.9 MB ℹ️ View Unchanged
|
Automated version bump for nightly release.