feat(cli): add WebSocket-based network logging and streaming chunk support (#18383)

This commit is contained in:
Sandy Tao
2026-02-06 16:20:22 -08:00
committed by GitHub
parent e3796d137a
commit 7409ce5df6
7 changed files with 402 additions and 78 deletions

View File

@@ -71,7 +71,7 @@ export async function runNonInteractive({
},
});
if (config.storage && process.env['GEMINI_CLI_ACTIVITY_LOG_FILE']) {
if (process.env['GEMINI_CLI_ACTIVITY_LOG_TARGET']) {
const { registerActivityLogger } = await import(
'./utils/activityLogger.js'
);