Skip to content

Commit 8848e0f

Browse files
authored
bump Gemini CLI default to 0.39.1 to fix API_KEY_INVALID smoke failures (#28385)
1 parent ff5aebe commit 8848e0f

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

.changeset/patch-bump-gemini-cli-0-39-1.md

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/smoke-gemini.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/constants/version_constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const DefaultCopilotVersion Version = "1.0.35"
4545
const DefaultCodexVersion Version = "0.124.0"
4646

4747
// DefaultGeminiVersion is the default version of the Google Gemini CLI
48-
const DefaultGeminiVersion Version = "0.37.2"
48+
const DefaultGeminiVersion Version = "0.39.1"
4949

5050
// DefaultCrushVersion is the default version of the Crush CLI
5151
const DefaultCrushVersion Version = "0.59.0"

0 commit comments

Comments
 (0)