feat(core): add adk.agentSessionSubagentEnabled flag#26947
feat(core): add adk.agentSessionSubagentEnabled flag#26947adamfweidman wants to merge 5 commits into
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 introduces a new experimental configuration flag, 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 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 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
|
There was a problem hiding this comment.
Code Review
This pull request introduces a new configuration setting, agentSessionSubagentEnabled, to the ADKSettings interface and the Config class. The changes include adding the property to the interface and class, initializing it within the constructor with a default value of false, and providing a public isAgentSessionEnabled method to access the setting. There were no review comments provided for this pull request, so I have no feedback to provide.
c34e81e to
0fea5cb
Compare
0fea5cb to
b36d17a
Compare
c414010 to
ca5d4a2
Compare
Summary
Adds the
adk.agentSessionSubagentEnabledexperimental flag to control the rollout of session-based subagent invocations.Details
agentSessionSubagentEnabledtoADKSettingsinterface inpackages/core/src/config/config.ts.Configclass.isAgentSessionEnabled()getter method.remote-invocation.Related Issues
Relates to #22700
How to Validate
Verified that the codebase builds successfully with the new flag.
Pre-Merge Checklist