Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 30, 2025

Bumps the dependencies group with 1 update: @google/gemini-cli-core.

Updates @google/gemini-cli-core from 0.16.0 to 0.18.4

Release notes

Sourced from @​google/gemini-cli-core's releases.

Release v0.18.4

What's Changed

Full Changelog: google-gemini/gemini-cli@v0.18.3...v0.18.4

Release v0.18.3

What's Changed

Full Changelog: google-gemini/gemini-cli@v0.18.2...v0.18.3

Release v0.18.2

What's Changed

Full Changelog: google-gemini/gemini-cli@v0.18.1...v0.18.2

Release v0.18.1

What's Changed

Full Changelog: google-gemini/gemini-cli@v0.18.0...v0.18.1

Release v0.18.0

What's Changed

... (truncated)

Commits
  • 61227ea chore(release): v0.18.4
  • 2e8d783 fix(patch): cherry-pick 030a5ac to release/v0.18.3-pr-13565 [CONFLICTS] (#13869)
  • 3f4d5c0 chore(release): v0.18.3
  • 4b19a83 fix(patch): cherry-pick d2a6cff to release/v0.18.2-pr-13827 [CONFLICTS] (#13863)
  • 8c9b49c chore(release): v0.18.2
  • 9b6d47f fix(patch): cherry-pick fe67ef6 to release/v0.18.1-pr-13596 to patch version ...
  • 236af8b chore(release): v0.18.1
  • 013f984 fix(patch): cherry-pick bdf80ea to release/v0.18.0-pr-13600 to patch version ...
  • f01890b chore(release): v0.18.0
  • 7beccfa chore(release): v0.18.0-preview.4
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 1 update: [@google/gemini-cli-core](https://github.com/google-gemini/gemini-cli).


Updates `@google/gemini-cli-core` from 0.16.0 to 0.18.4
- [Release notes](https://github.com/google-gemini/gemini-cli/releases)
- [Changelog](https://github.com/google-gemini/gemini-cli/blob/main/docs/releases.md)
- [Commits](google-gemini/gemini-cli@v0.16.0...v0.18.4)

---
updated-dependencies:
- dependency-name: "@google/gemini-cli-core"
  dependency-version: 0.18.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 30, 2025
@greptile-apps
Copy link
Contributor

greptile-apps bot commented Nov 30, 2025

Greptile Overview

Greptile Summary

This PR updates @google/gemini-cli-core from version 0.16.0 to 0.18.4, a minor version bump containing bug fixes and improvements.

  • The dependency is used for core types and functionality: ContentGenerator interface, Config, MCPServerConfig, GeminiEventType, executeToolCall, and GeminiClient
  • The update includes patches for keyboard handling, MCP prompt parsing, error handling, and other non-breaking improvements
  • No breaking changes detected in the release notes (v0.18.0-v0.18.4 are patch releases)
  • The codebase uses stable API surfaces that remain compatible across these versions

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is a straightforward dependency update with no breaking changes. The version bump from 0.16.0 to 0.18.4 contains only bug fixes and improvements according to the release notes. The codebase uses stable APIs (ContentGenerator, Config, GeminiClient, etc.) that remain compatible. No code changes are required.
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
packages/agent/package.json 5/5 Dependency update from @google/gemini-cli-core 0.16.0 to 0.18.4 - minor version bump with bug fixes and improvements

Sequence Diagram

sequenceDiagram
    participant D as Dependabot
    participant PM as Package Manager
    participant GCC as @google/gemini-cli-core
    participant GA as GeminiAgent
    participant VCG as VercelAIContentGenerator
    
    Note over D,GCC: Dependency Update Process
    D->>PM: Update @google/gemini-cli-core<br/>from 0.16.0 to 0.18.4
    PM->>GCC: Install new version
    
    Note over GA,VCG: Runtime Integration
    GA->>GCC: Import Config, MCPServerConfig,<br/>GeminiEventType, executeToolCall
    VCG->>GCC: Import ContentGenerator interface
    GA->>VCG: Use custom ContentGenerator<br/>implementation
    GA->>GCC: Use Config, GeminiClient,<br/>executeToolCall at runtime
Loading

Copy link
Contributor

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

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

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant