fix(patch): cherry-pick 5b750f5 to release/v0.10.0-preview.3-pr-11615 to patch version v0.10.0-preview.3 and create version 0.10.0-preview.4#11625
Conversation
Summary of ChangesHello @gemini-cli-robot, 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 primarily adjusts the default state of the 'Codebase Investigator' feature, setting it to disabled. This change is part of an automated process to cherry-pick a fix into the current preview release, resulting in a new patch version. The modification ensures that this experimental feature will not be active unless explicitly enabled by the user. Highlights
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 cherry-picks a commit to change the default setting for the experimental 'Codebase Investigator' feature, disabling it by default. The changes in packages/cli/src/config/settingsSchema.ts and packages/core/src/config/config.ts are consistent and correctly update the default value to false. This is a sensible change for an experimental feature. The implementation is correct and I see no issues.
|
Size Change: 0 B Total Size: 17.8 MB ℹ️ View Unchanged
|
cbb5e39
into
release/v0.10.0-preview.3-pr-11615
This PR automatically cherry-picks commit 5b750f5 to patch version v0.10.0-preview.3 in the preview release to create version 0.10.0-preview.4.