bumped chrome-devtools-mcp to v0.18.1#20872
bumped chrome-devtools-mcp to v0.18.1#20872Darshit42 wants to merge 2 commits intogoogle-gemini:mainfrom
Conversation
Signed-off-by: Darshit <shadow6920223@gmail.com>
Summary of ChangesHello, 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 updates the pinned version of the Highlights
Changelog
Activity
Using Gemini Code AssistThe 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
Customization To customize 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 Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. 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. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request updates the pinned version of the chrome-devtools-mcp dependency from 0.17.1 to 0.18.1. The change is confined to the CHROME_DEVTOOLS_MCP_VERSION constant in packages/core/src/agents/browser/browserManager.ts. The update appears correct and isolated. Given the minor version increment, this is expected to be a safe update. No issues were found in this change.
Note: Security Review is unavailable for this PR.
|
@Darshit42 - thanks for working on this. When I tried using I believe the explanation is as follows. As of This new tool is identically named to a "custom tool" instantiated at https://github.com/google-gemini/gemini-cli/blob/main/packages/core/src/agents/browser/mcpToolWrapper.ts#L414: It seems to me that I found that I could successfully use (i.e., no "duplicate" tool error)
My testing included use of Some accommodation of this emergent (You might seek guidance from @gsquared94 regarding how to proceed.) I hope this is helpful. Regards, |
|
@Darshit42 - I just noticed that this issue is being addressed by #21177 Regards, |
Summary
Bumps the pinned
chrome-devtools-mcpversion from0.17.1to0.18.1in the browser agent.Details
changed the version in
packages/core/src/agents/browser/browserManager.tsat line 29Related Issues
Closes #20587
How to Validate
Pre-Merge Checklist