fix(cli): enable adk non-interactive session#26895
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 enables the ADK agent session for non-interactive CLI operations and improves system observability through new debug logs. Additionally, it introduces extensive documentation to support the ongoing architectural migration to the ADK framework, providing clarity on system alignment and design priorities. Highlights
Ignored Files
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 provides a comprehensive architectural design and alignment documentation for migrating the Gemini CLI backend to the Agent Development Kit (ADK). The documentation includes detailed field-by-field mappings, architecture notes for both ADK and the existing CLI, a cross-SDK comparison to validate the proposed event taxonomy, and a high-level migration design document. Additionally, a minor code change was implemented in packages/cli/src/nonInteractiveCli.ts to include a debug log when running in non-interactive mode with an ADK agent session. There are no review comments to address, and I have no further feedback to provide.
|
Size Change: +92 B (0%) Total Size: 34.1 MB
ℹ️ View Unchanged
|
1c02748 to
682057a
Compare
Summary
This PR enables the ADK agent session for non-interactive mode by default in settings and logs its usage.
Details
adk.agentSessionNoninteractiveEnabled: trueto.gemini/settings.json.nonInteractiveCli.tswhen using the ADK agent session.Related Issues
None.
How to Validate
[ADK] Running non-interactive mode with ADK agent session.Pre-Merge Checklist