Skip to content

feat(core, cli): Bump genai version to 1.30.0#13435

Merged
joshualitt merged 1 commit intomainfrom
jl/update-genai-use-thinking-level
Nov 19, 2025
Merged

feat(core, cli): Bump genai version to 1.30.0#13435
joshualitt merged 1 commit intomainfrom
jl/update-genai-use-thinking-level

Conversation

@joshualitt
Copy link
Copy Markdown
Contributor

Bumps the genai version to 1.30.0

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Nov 19, 2025

Size Change: +517 kB (+2.51%)

Total Size: 21.1 MB

Filename Size Change
./bundle/gemini.js 21.1 MB +517 kB (+2.51%)
ℹ️ View Unchanged
Filename Size
./bundle/sandbox-macos-permissive-closed.sb 1.03 kB
./bundle/sandbox-macos-permissive-open.sb 890 B
./bundle/sandbox-macos-permissive-proxied.sb 1.31 kB
./bundle/sandbox-macos-restrictive-closed.sb 3.29 kB
./bundle/sandbox-macos-restrictive-open.sb 3.36 kB
./bundle/sandbox-macos-restrictive-proxied.sb 3.56 kB

compressed-size-action

@joshualitt joshualitt force-pushed the jl/update-genai-use-thinking-level branch from d5c73da to 6338ff1 Compare November 19, 2025 19:47
@joshualitt joshualitt marked this pull request as ready for review November 19, 2025 19:50
@joshualitt joshualitt requested review from a team as code owners November 19, 2025 19:50
}

if (!result.messages?.[0]?.content?.['text']) {
const maybeContent = result.messages?.[0]?.content;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This MCP type seems to have changed, and now a type field is provided.

'Response stopped due to unexpected tool call.',
[FinishReason.IMAGE_PROHIBITED_CONTENT]:
'Response stopped due to prohibited content.',
[FinishReason.NO_IMAGE]: 'Response stopped due to no image.',
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

New finish reasons.

name: 'prompt1',
description: 'Prompt 1',
inputSchema: {},
},
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This property was removed from the Prompt type in @mcpcontextprotocol/sdk.

Copy link
Copy Markdown
Contributor

@aishaneeshah aishaneeshah left a comment

Choose a reason for hiding this comment

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

Should there be a periodic process to update these libraries as the new versions get rolled out?

@joshualitt
Copy link
Copy Markdown
Contributor Author

Should there be a periodic process to update these libraries as the new versions get rolled out?

That is a good point! We probably should stay on top of updating dependencies, because it's much better to do this when things are calm, vs. when a library update is blocking something. That said, I'm not exactly sure what the best form for this is. Filed #13441 and we can circle back.

@joshualitt joshualitt added this pull request to the merge queue Nov 19, 2025
@joshualitt joshualitt removed this pull request from the merge queue due to a manual request Nov 19, 2025
@joshualitt joshualitt force-pushed the jl/update-genai-use-thinking-level branch from f5f0233 to 6338ff1 Compare November 19, 2025 20:43
@joshualitt joshualitt enabled auto-merge November 19, 2025 20:49
@joshualitt joshualitt added this pull request to the merge queue Nov 19, 2025
Merged via the queue into main with commit 25f8452 Nov 19, 2025
48 checks passed
@joshualitt joshualitt deleted the jl/update-genai-use-thinking-level branch November 19, 2025 21:02
danpalmer pushed a commit to danpalmer/gemini-cli that referenced this pull request Nov 29, 2025
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.

4 participants