fix(patch): cherry-pick 055ff92 to release/v0.36.0-preview.0-pr-23672 to patch version v0.36.0-preview.0 and create version 0.36.0-preview.1#23723
Conversation
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 is an automated cherry-pick to update a preview release, primarily focusing on a significant change in default behavior. The core intent is to enable experimental agents by default, streamlining their adoption and usage without requiring explicit configuration. This change impacts how the application initializes and interacts with agents, making them readily available out-of-the-box. 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. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request changes the default value of the experimental.enableAgents setting from false to true across the documentation, schema, and configuration loading logic. It also updates integration tests to reflect this new default and exports PRIORITY_YOLO_ALLOW_ALL from the core package. A review comment points out that the use of ?? true for enableAgents in packages/core/src/config/config.ts and packages/a2a-server/src/config/config.ts is redundant and violates a repository rule to rely on the schema as the single source of truth for configuration defaults.
|
Size Change: -6 B (0%) Total Size: 26.2 MB
ℹ️ View Unchanged
|
4a95ab6
into
release/v0.36.0-preview.0-pr-23672
This PR automatically cherry-picks commit 055ff92 to patch version v0.36.0-preview.0 in the preview release to create version 0.36.0-preview.1.