@google/gemini-cli 0.39.0-preview.2 → 0.39.0

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 (39) hide show
  1. package/bundle/{chunk-TKGFTY3B.js → chunk-3YUTTNJ7.js} +4 -4
  2. package/bundle/{chunk-3R2FLB3Z.js → chunk-5GTZHSZV.js} +4 -4
  3. package/bundle/{chunk-N3GUGFOL.js → chunk-6NW5RNNH.js} +60 -72
  4. package/bundle/{chunk-AZ7QQWNX.js → chunk-BL3XXS2L.js} +1 -1
  5. package/bundle/{chunk-QC6EGBZW.js → chunk-LUWQB4AS.js} +1 -1
  6. package/bundle/{chunk-GX4YOB7T.js → chunk-NWD4JYMB.js} +4 -4
  7. package/bundle/{chunk-4UUOHXDW.js → chunk-RTKRL6Y5.js} +11669 -6238
  8. package/bundle/{chunk-OXCH4FS3.js → chunk-UQGLVPZQ.js} +4 -4
  9. package/bundle/{chunk-45GIY5RT.js → chunk-YYY7NKKR.js} +2 -2
  10. package/bundle/{cleanup-6N6E742H.js → cleanup-3LELZME2.js} +2 -2
  11. package/bundle/{cleanup-3EICKDDN.js → cleanup-JJEXOHOA.js} +2 -2
  12. package/bundle/{cleanup-4SLYOL44.js → cleanup-TTGHQXQN.js} +3 -3
  13. package/bundle/{core-KLYK3V6Z.js → core-LKKLDF4Z.js} +1 -1
  14. package/bundle/{dist-P4XAO4SC.js → core-Z2SYVMM5.js} +2 -2
  15. package/bundle/{devtoolsService-X4577PYZ.js → devtoolsService-H64VB4IA.js} +2 -2
  16. package/bundle/{devtoolsService-FS7WXGBF.js → devtoolsService-L5LFSMIR.js} +2 -2
  17. package/bundle/{devtoolsService-K4DENTYF.js → devtoolsService-UQCUIXV5.js} +4 -5
  18. package/bundle/{dist-5ET5G5PC.js → dist-FWHS5IHN.js} +1 -1
  19. package/bundle/{gemini-6GWCDHXK.js → gemini-BI2PCDUT.js} +8 -8
  20. package/bundle/{gemini-NBKLSVA3.js → gemini-CMXEUOSI.js} +169 -184
  21. package/bundle/{gemini-FLGPH5GJ.js → gemini-YNLABPKW.js} +8 -8
  22. package/bundle/gemini.js +3 -3
  23. package/bundle/{interactiveCli-AGSLCKNH.js → interactiveCli-C46TDPVW.js} +4 -4
  24. package/bundle/{interactiveCli-NAPN3E2K.js → interactiveCli-LXXBYVNU.js} +258 -275
  25. package/bundle/{interactiveCli-H3NLGP7Z.js → interactiveCli-P35Q3KZ2.js} +4 -4
  26. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  27. package/bundle/{oauth2-provider-CWUR5RGE.js → oauth2-provider-7ZDLUOSM.js} +1 -1
  28. package/bundle/{oauth2-provider-YKYTKUWD.js → oauth2-provider-CRWFOXYR.js} +1 -1
  29. package/bundle/{oauth2-provider-EA452S4C.js → oauth2-provider-FEM5AIRT.js} +73 -39
  30. package/package.json +1 -1
  31. package/bundle/chunk-5J5LWISO.js +0 -360288
  32. package/bundle/chunk-RTX4LTWK.js +0 -101702
  33. package/bundle/chunk-SS4CWRZ5.js +0 -156
  34. package/bundle/cleanup-OG2MXKZ7.js +0 -33
  35. package/bundle/devtoolsService-RLXZWLDT.js +0 -871
  36. package/bundle/dist-DQVXGLSO.js +0 -2010
  37. package/bundle/gemini-YOFQ5KF4.js +0 -15321
  38. package/bundle/interactiveCli-TCZBSTKU.js +0 -34493
  39. package/bundle/oauth2-provider-LV6VPYTU.js +0 -237
@@ -58,7 +58,7 @@ import {
58
58
  updateAllUpdatableExtensions,
59
59
  updateExtension,
60
60
  validateAuthMethod
61
- } from "./chunk-3R2FLB3Z.js";
61
+ } from "./chunk-5GTZHSZV.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-QC6EGBZW.js";
73
+ } from "./chunk-YYY7NKKR.js";
74
74
  import {
75
75
  AuthType,
76
76
  ChatRecordingService,
@@ -156,7 +156,7 @@ import {
156
156
  updatePolicy,
157
157
  writeToStderr,
158
158
  writeToStdout
159
- } from "./chunk-TKGFTY3B.js";
159
+ } from "./chunk-3YUTTNJ7.js";
160
160
  import {
161
161
  ASK_USER_TOOL_NAME,
162
162
  DEFAULT_FILE_FILTERING_OPTIONS,
@@ -7250,7 +7250,7 @@ async function loadSandboxConfig(settings, argv) {
7250
7250
  }
7251
7251
  const command2 = getSandboxCommand(sandboxValue);
7252
7252
  const packageJson = await getPackageJson(__dirname3);
7253
- const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.39.0-preview.1" ?? customImage ?? packageJson?.config?.sandboxImageUri;
7253
+ const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.39.0-preview.2" ?? customImage ?? packageJson?.config?.sandboxImageUri;
7254
7254
  const isNative = command2 === "windows-native" || command2 === "sandbox-exec" || command2 === "lxc";
7255
7255
  return command2 && (image || isNative) ? { enabled: true, allowedPaths, networkAccess, command: command2, image } : void 0;
7256
7256
  }
@@ -9547,7 +9547,7 @@ async function runNonInteractive({
9547
9547
  }
9548
9548
  });
9549
9549
  if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
9550
- const { setupInitialActivityLogger } = await import("./devtoolsService-FS7WXGBF.js");
9550
+ const { setupInitialActivityLogger } = await import("./devtoolsService-UQCUIXV5.js");
9551
9551
  await setupInitialActivityLogger(config);
9552
9552
  }
9553
9553
  const { stdout: workingStdout } = createWorkingStdio();
@@ -9998,7 +9998,7 @@ async function runNonInteractive2(params) {
9998
9998
  }
9999
9999
  });
10000
10000
  if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
10001
- const { setupInitialActivityLogger } = await import("./devtoolsService-FS7WXGBF.js");
10001
+ const { setupInitialActivityLogger } = await import("./devtoolsService-UQCUIXV5.js");
10002
10002
  await setupInitialActivityLogger(config);
10003
10003
  }
10004
10004
  const { stdout: workingStdout } = createWorkingStdio();
@@ -14845,7 +14845,7 @@ async function resolveSessionId(resumeArg) {
14845
14845
  }
14846
14846
  }
14847
14847
  async function startInteractiveUI(config, settings, startupWarnings, workspaceRoot = process.cwd(), resumedSessionData, initializationResult) {
14848
- const { startInteractiveUI: doStartUI } = await import("./interactiveCli-AGSLCKNH.js");
14848
+ const { startInteractiveUI: doStartUI } = await import("./interactiveCli-LXXBYVNU.js");
14849
14849
  await doStartUI(
14850
14850
  config,
14851
14851
  settings,
@@ -15047,7 +15047,7 @@ ${finalArgs[promptIndex + 1]}`;
15047
15047
  await config.storage.initialize();
15048
15048
  adminControlsListner.setConfig(config);
15049
15049
  if (config.isInteractive() && settings.merged.general.devtools) {
15050
- const { setupInitialActivityLogger } = await import("./devtoolsService-FS7WXGBF.js");
15050
+ const { setupInitialActivityLogger } = await import("./devtoolsService-UQCUIXV5.js");
15051
15051
  await setupInitialActivityLogger(config);
15052
15052
  }
15053
15053
  registerTelemetryConfig(config);
package/bundle/gemini.js CHANGED
@@ -103,9 +103,9 @@ ${error instanceof Error ? error.stack ?? error.message : String(error)}
103
103
  }
104
104
  }
105
105
  } else {
106
- const { main } = await import("./gemini-YOFQ5KF4.js");
107
- const { FatalError, writeToStderr } = await import("./dist-5ET5G5PC.js");
108
- const { runExitCleanup } = await import("./cleanup-OG2MXKZ7.js");
106
+ const { main } = await import("./gemini-BI2PCDUT.js");
107
+ const { FatalError, writeToStderr } = await import("./dist-FWHS5IHN.js");
108
+ const { runExitCleanup } = await import("./cleanup-JJEXOHOA.js");
109
109
  main().catch(async (error) => {
110
110
  const cleanupTimeout = setTimeout(() => {
111
111
  writeToStderr("Cleanup timed out, forcing exit...\n");
@@ -197,7 +197,7 @@ import {
197
197
  widestLineFromStyledChars,
198
198
  wordBreakStyledChars,
199
199
  wrapStyledChars
200
- } from "./chunk-3R2FLB3Z.js";
200
+ } from "./chunk-6NW5RNNH.js";
201
201
  import {
202
202
  appEvents
203
203
  } from "./chunk-5PS3AYFU.js";
@@ -206,7 +206,7 @@ import {
206
206
  removeCleanup,
207
207
  runExitCleanup,
208
208
  setupTtyCheck
209
- } from "./chunk-QC6EGBZW.js";
209
+ } from "./chunk-LUWQB4AS.js";
210
210
  import {
211
211
  ApiKeyUpdatedEvent,
212
212
  AsyncFzf,
@@ -323,7 +323,7 @@ import {
323
323
  validatePlanContent,
324
324
  validatePlanPath,
325
325
  writeToStdout
326
- } from "./chunk-TKGFTY3B.js";
326
+ } from "./chunk-RTKRL6Y5.js";
327
327
  import {
328
328
  ACTIVATE_SKILL_TOOL_NAME,
329
329
  AGENT_TOOL_NAME,
@@ -33487,7 +33487,7 @@ ${queuedText}` : queuedText;
33487
33487
  if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
33488
33488
  if (settings.merged.general.devtools) {
33489
33489
  void (async () => {
33490
- const { toggleDevToolsPanel } = await import("./devtoolsService-FS7WXGBF.js");
33490
+ const { toggleDevToolsPanel } = await import("./devtoolsService-L5LFSMIR.js");
33491
33491
  await toggleDevToolsPanel(
33492
33492
  config,
33493
33493
  showErrorDetails,