Skip to content

Main - #28442

Closed
devops2626 wants to merge 44 commits into
google-gemini:mainfrom
devops2626:main
Closed

Main#28442
devops2626 wants to merge 44 commits into
google-gemini:mainfrom
devops2626:main

Conversation

@devops2626

Copy link
Copy Markdown

Summary

Details

Related Issues

How to Validate

Pre-Merge Checklist

  • Updated relevant documentation and README (if needed)
  • Added/updated tests (if needed)
  • Noted breaking changes (if any)
  • Validated on required platforms/methods:
    • MacOS
      • npm run
      • npx
      • Docker
      • Podman
      • Seatbelt
    • Windows
      • npm run
      • npx
      • Docker
    • Linux
      • npm run
      • npx
      • Docker

- Updated eslint to use caret versioning for flexibility.
- Upgraded vitest to version 3.2.7.
- Replaced @modelcontextprotocol/sdk with a newer version (1.29.0).
- Added new dependencies: @google-cloud/logging, @google-cloud/storage, @grpc/grpc-js, @opentelemetry/exporter-logs-otlp-grpc, @opentelemetry/sdk-metrics, @opentelemetry/sdk-trace-base, @vitest/coverage-v8, ajv, js-yaml, picomatch, shell-quote, simple-git, systeminformation, tar, undici, ws.
- Created new mcp configuration file for markitdown server setup.
@devops2626
devops2626 requested review from a team as code owners July 19, 2026 04:26
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, 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 focuses on standardizing and upgrading core dependencies across the entire monorepo. By aligning versions for critical infrastructure like OpenTelemetry, MCP, and utility libraries, the changes ensure better consistency and compatibility across all packages. Additionally, it introduces new MCP server support for improved developer tooling integration.

Highlights

  • Dependency Updates: Extensively updated and synchronized dependencies across the workspace, including Model Context Protocol (MCP) SDK, Vitest, and various Google Cloud and OpenTelemetry libraries.
  • New Configuration: Added a new .vscode/mcp.json configuration file to integrate the Microsoft MarkItDown MCP server.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize the 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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counterproductive. 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.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@github-actions github-actions Bot added the size/xl An extra large PR label Jul 19, 2026
@github-actions

github-actions Bot commented Jul 19, 2026

Copy link
Copy Markdown

📊 PR Size: size/XL

  • Lines changed: 17148
  • Additions: +14735
  • Deletions: -2413
  • Files changed: 24

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request adds a .vscode/mcp.json configuration file and updates dependencies across multiple packages in the monorepo. The review feedback highlights several critical dependency issues: @vitest/coverage-v8 (a testing tool) was incorrectly added to production dependencies instead of devDependencies across multiple packages, @google-cloud/storage was downgraded from v7 to v5 (which could introduce breaking changes), and there are version inconsistencies for ajv and vitest across different packages.

Note: Security Review has been skipped due to the limited scope of the PR.

Comment thread packages/a2a-server/package.json Outdated
Comment thread packages/a2a-server/package.json
Comment thread packages/core/package.json
Comment thread packages/cli/package.json
Comment thread packages/sdk/package.json
Comment thread packages/vscode-ide-companion/package.json
Comment thread packages/core/package.json Outdated
Comment thread packages/a2a-server/package.json Outdated
Comment thread package.json Outdated
@gemini-cli gemini-cli Bot added the priority/p1 Important and should be addressed in the near term. label Jul 19, 2026
devops2626 and others added 21 commits July 20, 2026 04:51
…jrq7j47355px

Merge pull request #1 from devops2626/glorios
Merge branch 'google-gemini:main' into glorios
Merge branch 'google-gemini:main' into ecc-tools/gemini-cli-178452507…
devops2626 and others added 5 commits July 22, 2026 07:24
…jrq7j47355px

Merge branch 'google-gemini:main' into codespace-effective-disco-6v9g…
Bumps the npm_and_yarn group with 1 update in the /tools/caretaker-agent/cloudrun/ingestion-service directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).


Updates `vitest` from 1.6.1 to 4.1.10
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md)
- [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.10/packages/vitest)

---
updated-dependencies:
- dependency-name: vitest
  dependency-version: 4.1.10
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
…aretaker-agent/cloudrun/ingestion-service/npm_and_yarn-bc9680511c

chore(deps-dev): bump vitest from 1.6.1 to 4.1.10 in /tools/caretaker-agent/cloudrun/ingestion-service in the npm_and_yarn group across 1 directory
devops2626 and others added 15 commits July 23, 2026 07:39
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@gemini-cli

gemini-cli Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Hi there! Thank you for your interest in contributing to Gemini CLI.

To ensure we maintain high code quality and focus on our prioritized roadmap, we only guarantee review and consideration of pull requests for issues that are explicitly labeled as 'help wanted'.

This PR will be closed in 7 days if it remains without that designation. We encourage you to find and contribute to existing 'help wanted' issues in our backlog! Thank you for your understanding.

@gemini-cli

gemini-cli Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

This pull request is being closed as it has been open for 14 days without a 'help wanted' designation. We encourage you to find and contribute to existing 'help wanted' issues in our backlog! Thank you for your understanding.

@gemini-cli gemini-cli Bot closed this Aug 3, 2026
@TrueAlpha-spiral

TrueAlpha-spiral commented Aug 3, 2026 via email

Copy link
Copy Markdown

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

Labels

priority/p1 Important and should be addressed in the near term. size/xl An extra large PR status/pr-nudge-sent

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants