Skip to content

Commit 1c02748

Browse files
committed
fix(cli): enable adk non-interactive session and remove comment
1 parent f6d951d commit 1c02748

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.gemini/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"autoMemory": true,
66
"memoryManager": true,
77
"topicUpdateNarration": true,
8-
"voiceMode": true
8+
"voiceMode": true,
9+
"adk": {
10+
"agentSessionNoninteractiveEnabled": true
11+
}
912
},
1013
"general": {
1114
"devtools": true

packages/cli/src/nonInteractiveCli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export async function runNonInteractive(
6868
): Promise<void> {
6969
const useAgentSession = params.config.getAgentSessionNoninteractiveEnabled();
7070
if (useAgentSession) {
71+
debugLogger.debug('[ADK] Running non-interactive mode with ADK agent session');
7172
return runNonInteractiveAgentSession(params);
7273
}
7374

0 commit comments

Comments
 (0)