Skip to content

fix: bump Gemini CLI default version to 0.37.2#26249

Merged
pelikhan merged 2 commits intomainfrom
copilot/bump-gemini-cli-version-to-0-37-2
Apr 14, 2026
Merged

fix: bump Gemini CLI default version to 0.37.2#26249
pelikhan merged 2 commits intomainfrom
copilot/bump-gemini-cli-version-to-0-37-2

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 14, 2026

Smoke Gemini has had a 100% failure rate since Gemini CLI 0.37.0. Version 0.37.2 (released Apr 13, 2026) is expected to resolve the regression.

Changes

  • pkg/constants/version_constants.go: DefaultGeminiVersion 0.37.10.37.2
  • Compiled lock files: Regenerated via make recompile — all workflows installing Gemini CLI now pin @google/gemini-cli@0.37.2
  • .changeset/patch-bump-gemini-cli-0-37-2.md: Changeset entry added

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw -pack /home/REDACTED/work/gh-aw/gh-aw/cmd/gh-aw/main.go (http block)
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=github -f name=gh-aw PyvrCPY/08_4NBpw-C (http block)
  • https://api.github.com/repos/actions/upload-artifact/git/ref/tags/v7
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v7 --jq .object.sha /lib/php/sessionclean; fi (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v7 --jq .object.sha (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v7 --jq .object.sha -c=4 -nolocalimports -importcfg /tmp/go-build2913076892/b281/importcfg -pack /home/REDACTED/work/gh-aw/gh-aw/pkg/constants/constants.go /home/REDACTED/work/gh-aw/gh-aw/pkg/constants/engine_constants.go (http block)
  • https://api.github.com/repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b
    • Triggering command: /usr/bin/gh gh api /repos/astral-sh/setup-uv/git/ref/tags/eac588ad8def6316056a12d4907a9d4d84ff7a3b --jq .object.sha (http block)
  • https://api.github.com/repos/docker/build-push-action/git/ref/tags/v7
    • Triggering command: /usr/bin/gh gh api /repos/docker/build-push-action/git/ref/tags/v7 --jq .object.sha (http block)
  • https://api.github.com/repos/githubnext/agentics/git/ref/tags/-
    • Triggering command: /usr/bin/gh gh api /repos/githubnext/agentics/git/ref/tags/- --jq .object.sha (http block)

If you need me to access, download, or install something from one of these locations, you can either:

The Smoke Gemini workflow has had a 100% failure rate since Gemini CLI 0.37.0.
Gemini 0.37.2 (released Apr 13, 2026) may resolve the compatibility issue.

Updates DefaultGeminiVersion constant and regenerates all compiled lock files.

Fixes #26158

Agent-Logs-Url: https://github.com/github/gh-aw/sessions/3cc41be9-e876-4f0d-a791-f8e58263eac7

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Smoke Gemini to use CLI version 0.37.2 fix: bump Gemini CLI default version to 0.37.2 Apr 14, 2026
Copilot AI requested a review from pelikhan April 14, 2026 16:17
@pelikhan pelikhan marked this pull request as ready for review April 14, 2026 16:17
Copilot AI review requested due to automatic review settings April 14, 2026 16:17
@pelikhan pelikhan merged commit 9e54051 into main Apr 14, 2026
53 checks passed
@pelikhan pelikhan deleted the copilot/bump-gemini-cli-version-to-0-37-2 branch April 14, 2026 16:17
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the pinned Google Gemini CLI version to restore the “Smoke Gemini” workflow after failures introduced in Gemini CLI 0.37.0.

Changes:

  • Bump DefaultGeminiVersion from 0.37.1 to 0.37.2.
  • Regenerate the locked Smoke Gemini workflow so Gemini CLI installs are pinned to @google/gemini-cli@0.37.2.
  • Add a changeset documenting the patch bump and rationale.
Show a summary per file
File Description
pkg/constants/version_constants.go Updates the default Gemini CLI version constant to 0.37.2.
.github/workflows/smoke-gemini.lock.yml Pins the workflow’s Gemini CLI installation steps to 0.37.2 (both install locations).
.changeset/patch-bump-gemini-cli-0-37-2.md Adds release note entry for the patch version bump.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 3/3 changed files
  • Comments generated: 0

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deep-report] Apply Gemini 0.37.2 CLI bump to unlock Smoke Gemini (100% failure since 0.37.0)

3 participants