feat(cli): add DevTools integration with gemini-cli-devtools (#18648)

This commit is contained in:
Sandy Tao
2026-02-09 14:03:10 -08:00
committed by GitHub
parent a3e5b564f7
commit ef957a368d
13 changed files with 596 additions and 62 deletions
+2 -2
View File
@@ -73,9 +73,9 @@ export async function runNonInteractive({
if (process.env['GEMINI_CLI_ACTIVITY_LOG_TARGET']) {
const { registerActivityLogger } = await import(
'./utils/activityLogger.js'
'./utils/devtoolsService.js'
);
registerActivityLogger(config);
await registerActivityLogger(config);
}
const { stdout: workingStdout } = createWorkingStdio();