fix(cli): enable adk non-interactive session (#26895)

This commit is contained in:
Adam Weidman
2026-05-11 19:38:23 -04:00
committed by GitHub
parent 9f759f97a2
commit 24b98ade86
2 changed files with 7 additions and 1 deletions
+3
View File
@@ -68,6 +68,9 @@ export async function runNonInteractive(
): Promise<void> {
const useAgentSession = params.config.getAgentSessionNoninteractiveEnabled();
if (useAgentSession) {
debugLogger.debug(
'[ADK] Running non-interactive mode with ADK agent session',
);
return runNonInteractiveAgentSession(params);
}