@google/gemini-cli 0.37.0-preview.2 → 0.37.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 (27) hide show
  1. package/bundle/{chunk-T475D6CB.js → chunk-2LDNSLWJ.js} +4 -4
  2. package/bundle/{chunk-TZN2SS4V.js → chunk-4FL34AF3.js} +3 -3
  3. package/bundle/{chunk-4HLDGHKQ.js → chunk-HPS5HLVY.js} +11023 -5867
  4. package/bundle/{chunk-4GDVEGW6.js → chunk-JCJR4TJP.js} +4 -4
  5. package/bundle/{chunk-RKV6HN7Q.js → chunk-LP2WYGS4.js} +3 -3
  6. package/bundle/{chunk-KVB2FEJR.js → chunk-ZYD45INQ.js} +58 -70
  7. package/bundle/{core-YYXQJ7TH.js → core-7MVFLCVM.js} +1 -1
  8. package/bundle/{dist-WQ7AVR5S.js → core-IAVFIQIJ.js} +2 -2
  9. package/bundle/{devtoolsService-NRFH67X5.js → devtoolsService-QN6DTOQ4.js} +2 -2
  10. package/bundle/{devtoolsService-B6RHLEYB.js → devtoolsService-QPXA3DYV.js} +2 -2
  11. package/bundle/{devtoolsService-DHRIWISR.js → devtoolsService-QQAGVUAL.js} +4 -5
  12. package/bundle/{dist-2HVISZHF.js → dist-OPAGMUAE.js} +1 -1
  13. package/bundle/gemini.js +6 -6
  14. package/bundle/{interactiveCli-Z6APHR6N.js → interactiveCli-3PZKICTV.js} +3 -3
  15. package/bundle/{interactiveCli-M5FR2TSQ.js → interactiveCli-QUKUV3RI.js} +3 -3
  16. package/bundle/{interactiveCli-NNZT57UA.js → interactiveCli-UE3SKHMT.js} +247 -264
  17. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  18. package/bundle/{oauth2-provider-DFCNEZQQ.js → oauth2-provider-4KPORHHZ.js} +1 -1
  19. package/bundle/{oauth2-provider-6573WD2M.js → oauth2-provider-5PPDZYRY.js} +73 -39
  20. package/bundle/{oauth2-provider-3Z6BMHEW.js → oauth2-provider-NGPDVZHB.js} +1 -1
  21. package/package.json +1 -1
  22. package/bundle/chunk-Q7WBFJC3.js +0 -98376
  23. package/bundle/chunk-WY42FI6I.js +0 -356418
  24. package/bundle/devtoolsService-MSTYJNTU.js +0 -871
  25. package/bundle/dist-KYKNBAEA.js +0 -1942
  26. package/bundle/interactiveCli-WM3LDBWK.js +0 -50355
  27. package/bundle/oauth2-provider-UMCNQ5DH.js +0 -237
package/bundle/gemini.js CHANGED
@@ -66,7 +66,7 @@ import {
66
66
  updateAllUpdatableExtensions,
67
67
  updateExtension,
68
68
  validateAuthMethod
69
- } from "./chunk-KVB2FEJR.js";
69
+ } from "./chunk-LP2WYGS4.js";
70
70
  import {
71
71
  AuthType,
72
72
  ChatRecordingService,
@@ -155,7 +155,7 @@ import {
155
155
  updatePolicy,
156
156
  writeToStderr,
157
157
  writeToStdout
158
- } from "./chunk-WY42FI6I.js";
158
+ } from "./chunk-JCJR4TJP.js";
159
159
  import {
160
160
  ASK_USER_TOOL_NAME,
161
161
  ApprovalMode,
@@ -7251,7 +7251,7 @@ async function loadSandboxConfig(settings, argv) {
7251
7251
  }
7252
7252
  const command2 = getSandboxCommand(sandboxValue);
7253
7253
  const packageJson = await getPackageJson(__dirname3);
7254
- const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.37.0-preview.2" ?? customImage ?? packageJson?.config?.sandboxImageUri;
7254
+ const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.37.0" ?? customImage ?? packageJson?.config?.sandboxImageUri;
7255
7255
  const isNative = command2 === "windows-native" || command2 === "sandbox-exec" || command2 === "lxc";
7256
7256
  return command2 && (image || isNative) ? { enabled: true, allowedPaths, networkAccess, command: command2, image } : void 0;
7257
7257
  }
@@ -9539,7 +9539,7 @@ async function runNonInteractive({
9539
9539
  }
9540
9540
  });
9541
9541
  if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
9542
- const { setupInitialActivityLogger } = await import("./devtoolsService-NRFH67X5.js");
9542
+ const { setupInitialActivityLogger } = await import("./devtoolsService-QN6DTOQ4.js");
9543
9543
  await setupInitialActivityLogger(config);
9544
9544
  }
9545
9545
  const { stdout: workingStdout } = createWorkingStdio();
@@ -14263,7 +14263,7 @@ ${reason.stack}` : ""}`;
14263
14263
  });
14264
14264
  }
14265
14265
  async function startInteractiveUI(config, settings, startupWarnings, workspaceRoot = process.cwd(), resumedSessionData, initializationResult) {
14266
- const { startInteractiveUI: doStartUI } = await import("./interactiveCli-NNZT57UA.js");
14266
+ const { startInteractiveUI: doStartUI } = await import("./interactiveCli-QUKUV3RI.js");
14267
14267
  await doStartUI(
14268
14268
  config,
14269
14269
  settings,
@@ -14460,7 +14460,7 @@ ${finalArgs[promptIndex + 1]}`;
14460
14460
  await config.storage.initialize();
14461
14461
  adminControlsListner.setConfig(config);
14462
14462
  if (config.isInteractive() && settings.merged.general.devtools) {
14463
- const { setupInitialActivityLogger } = await import("./devtoolsService-NRFH67X5.js");
14463
+ const { setupInitialActivityLogger } = await import("./devtoolsService-QN6DTOQ4.js");
14464
14464
  await setupInitialActivityLogger(config);
14465
14465
  }
14466
14466
  registerTelemetryConfig(config);
@@ -186,7 +186,7 @@ import {
186
186
  widestLineFromStyledChars,
187
187
  wordBreakStyledChars,
188
188
  wrapStyledChars
189
- } from "./chunk-TZN2SS4V.js";
189
+ } from "./chunk-4FL34AF3.js";
190
190
  import {
191
191
  ApiKeyUpdatedEvent,
192
192
  AsyncFzf,
@@ -296,7 +296,7 @@ import {
296
296
  validatePlanContent,
297
297
  validatePlanPath,
298
298
  writeToStdout
299
- } from "./chunk-T475D6CB.js";
299
+ } from "./chunk-HPS5HLVY.js";
300
300
  import {
301
301
  ACTIVATE_SKILL_TOOL_NAME,
302
302
  ChangeAuthRequestedError,
@@ -49389,7 +49389,7 @@ ${queuedText}` : queuedText;
49389
49389
  if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
49390
49390
  if (settings.merged.general.devtools) {
49391
49391
  void (async () => {
49392
- const { toggleDevToolsPanel } = await import("./devtoolsService-B6RHLEYB.js");
49392
+ const { toggleDevToolsPanel } = await import("./devtoolsService-QQAGVUAL.js");
49393
49393
  await toggleDevToolsPanel(
49394
49394
  config,
49395
49395
  showErrorDetails,
@@ -186,7 +186,7 @@ import {
186
186
  widestLineFromStyledChars,
187
187
  wordBreakStyledChars,
188
188
  wrapStyledChars
189
- } from "./chunk-Q7WBFJC3.js";
189
+ } from "./chunk-LP2WYGS4.js";
190
190
  import {
191
191
  ApiKeyUpdatedEvent,
192
192
  AsyncFzf,
@@ -306,7 +306,7 @@ import {
306
306
  validatePlanContent,
307
307
  validatePlanPath,
308
308
  writeToStdout
309
- } from "./chunk-4HLDGHKQ.js";
309
+ } from "./chunk-JCJR4TJP.js";
310
310
  import {
311
311
  ACTIVATE_SKILL_TOOL_NAME,
312
312
  ApprovalMode,
@@ -49406,7 +49406,7 @@ ${queuedText}` : queuedText;
49406
49406
  if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
49407
49407
  if (settings.merged.general.devtools) {
49408
49408
  void (async () => {
49409
- const { toggleDevToolsPanel } = await import("./devtoolsService-DHRIWISR.js");
49409
+ const { toggleDevToolsPanel } = await import("./devtoolsService-QN6DTOQ4.js");
49410
49410
  await toggleDevToolsPanel(
49411
49411
  config,
49412
49412
  showErrorDetails,