@google/gemini-cli 0.39.0-preview.0 → 0.39.0-preview.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. package/bundle/{chunk-LF246RTE.js → chunk-7SQF544H.js} +385 -301
  2. package/bundle/{chunk-5ZBBJS2A.js → chunk-D5PDFQWX.js} +1 -1
  3. package/bundle/{chunk-NMO6M2JW.js → chunk-EZUZYRLG.js} +4 -4
  4. package/bundle/{chunk-CB4IHCOV.js → chunk-F2GDXAAF.js} +332 -288
  5. package/bundle/{chunk-ZFUMNFZD.js → chunk-IP2YTTJH.js} +6514 -11862
  6. package/bundle/{chunk-UCJYTRQH.js → chunk-MJR464GS.js} +1 -1
  7. package/bundle/{chunk-DY3XSEN6.js → chunk-OS555R2T.js} +2 -2
  8. package/bundle/{chunk-L5FKR6GE.js → chunk-OXN7IRB7.js} +4 -4
  9. package/bundle/chunk-P2IAFIFP.js +360274 -0
  10. package/bundle/chunk-QHUP5MEL.js +156 -0
  11. package/bundle/{chunk-KMWY7IVQ.js → chunk-TULI5SFB.js} +72 -60
  12. package/bundle/chunk-WHPMO3WR.js +101702 -0
  13. package/bundle/{cleanup-INA6FKQG.js → cleanup-C647TEIA.js} +2 -2
  14. package/bundle/{cleanup-DKDGF4IA.js → cleanup-CZSIFJCD.js} +3 -3
  15. package/bundle/cleanup-MYBJ6ZHP.js +33 -0
  16. package/bundle/{cleanup-B7STSNY5.js → cleanup-T6HLM5JP.js} +2 -2
  17. package/bundle/{core-6MCGZ334.js → core-IZKTELTX.js} +3 -1
  18. package/bundle/{devtoolsService-BXBCDCC2.js → devtoolsService-2ROQ6LME.js} +2 -2
  19. package/bundle/{devtoolsService-DDDJINQW.js → devtoolsService-CR2UJLLC.js} +5 -4
  20. package/bundle/{devtoolsService-QN4BQSIF.js → devtoolsService-GHSBU5R5.js} +2 -2
  21. package/bundle/devtoolsService-OEBSPLJN.js +871 -0
  22. package/bundle/{dist-2M52ZJGU.js → dist-ADH7BOBF.js} +3 -1
  23. package/bundle/{core-MYQB6KXT.js → dist-OST42PZR.js} +4 -2
  24. package/bundle/dist-ZMA73RD7.js +2010 -0
  25. package/bundle/docs/cli/plan-mode.md +1 -2
  26. package/bundle/{gemini-JFTJVXU4.js → gemini-6BFSWN53.js} +184 -169
  27. package/bundle/{gemini-TS2LMZH4.js → gemini-GUA6PG6F.js} +7 -7
  28. package/bundle/gemini-HENMLXDS.js +15321 -0
  29. package/bundle/{gemini-BA3BDBJT.js → gemini-IENVNLLQ.js} +7 -7
  30. package/bundle/gemini.js +3 -3
  31. package/bundle/{interactiveCli-7ZBDFPFP.js → interactiveCli-FCDJTVQ3.js} +6 -5
  32. package/bundle/{interactiveCli-W43ANBCL.js → interactiveCli-FMNSXXHR.js} +6 -5
  33. package/bundle/{interactiveCli-K6QHA2GI.js → interactiveCli-P3PFIHWL.js} +277 -259
  34. package/bundle/interactiveCli-SEQ7RLOB.js +34493 -0
  35. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  36. package/bundle/{oauth2-provider-53ZABNLX.js → oauth2-provider-6TB4NGWJ.js} +1 -1
  37. package/bundle/{oauth2-provider-3YCIQHIN.js → oauth2-provider-AUIG7Q6O.js} +1 -1
  38. package/bundle/{oauth2-provider-T4YYJWZG.js → oauth2-provider-IXDXXQ6U.js} +39 -73
  39. package/bundle/oauth2-provider-UF547EKT.js +237 -0
  40. package/package.json +1 -1
@@ -58,7 +58,7 @@ import {
58
58
  updateAllUpdatableExtensions,
59
59
  updateExtension,
60
60
  validateAuthMethod
61
- } from "./chunk-L5FKR6GE.js";
61
+ } from "./chunk-TULI5SFB.js";
62
62
  import {
63
63
  appEvents
64
64
  } from "./chunk-5PS3AYFU.js";
@@ -70,7 +70,7 @@ import {
70
70
  runExitCleanup,
71
71
  runSyncCleanup,
72
72
  setupSignalHandlers
73
- } from "./chunk-UCJYTRQH.js";
73
+ } from "./chunk-QHUP5MEL.js";
74
74
  import {
75
75
  AuthType,
76
76
  ChatRecordingService,
@@ -167,7 +167,7 @@ import {
167
167
  updatePolicy,
168
168
  writeToStderr,
169
169
  writeToStdout
170
- } from "./chunk-CB4IHCOV.js";
170
+ } from "./chunk-F2GDXAAF.js";
171
171
  import {
172
172
  ASK_USER_TOOL_NAME,
173
173
  ApprovalMode,
@@ -9562,7 +9562,7 @@ async function runNonInteractive({
9562
9562
  }
9563
9563
  });
9564
9564
  if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
9565
- const { setupInitialActivityLogger } = await import("./devtoolsService-BXBCDCC2.js");
9565
+ const { setupInitialActivityLogger } = await import("./devtoolsService-OEBSPLJN.js");
9566
9566
  await setupInitialActivityLogger(config);
9567
9567
  }
9568
9568
  const { stdout: workingStdout } = createWorkingStdio();
@@ -10013,7 +10013,7 @@ async function runNonInteractive2(params) {
10013
10013
  }
10014
10014
  });
10015
10015
  if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
10016
- const { setupInitialActivityLogger } = await import("./devtoolsService-BXBCDCC2.js");
10016
+ const { setupInitialActivityLogger } = await import("./devtoolsService-OEBSPLJN.js");
10017
10017
  await setupInitialActivityLogger(config);
10018
10018
  }
10019
10019
  const { stdout: workingStdout } = createWorkingStdio();
@@ -14860,7 +14860,7 @@ async function resolveSessionId(resumeArg) {
14860
14860
  }
14861
14861
  }
14862
14862
  async function startInteractiveUI(config, settings, startupWarnings, workspaceRoot = process.cwd(), resumedSessionData, initializationResult) {
14863
- const { startInteractiveUI: doStartUI } = await import("./interactiveCli-W43ANBCL.js");
14863
+ const { startInteractiveUI: doStartUI } = await import("./interactiveCli-P3PFIHWL.js");
14864
14864
  await doStartUI(
14865
14865
  config,
14866
14866
  settings,
@@ -15062,7 +15062,7 @@ ${finalArgs[promptIndex + 1]}`;
15062
15062
  await config.storage.initialize();
15063
15063
  adminControlsListner.setConfig(config);
15064
15064
  if (config.isInteractive() && settings.merged.general.devtools) {
15065
- const { setupInitialActivityLogger } = await import("./devtoolsService-BXBCDCC2.js");
15065
+ const { setupInitialActivityLogger } = await import("./devtoolsService-OEBSPLJN.js");
15066
15066
  await setupInitialActivityLogger(config);
15067
15067
  }
15068
15068
  registerTelemetryConfig(config);