@google/gemini-cli 0.38.0 → 0.38.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 (28) hide show
  1. package/bundle/{chunk-E3PKFKX6.js → chunk-A3CCSDTB.js} +3 -3
  2. package/bundle/{chunk-UTDAP6W7.js → chunk-B7OCRC72.js} +3 -3
  3. package/bundle/{chunk-ZN2B66X6.js → chunk-C3HWPYQ6.js} +71 -59
  4. package/bundle/chunk-M5Q72DDY.js +85174 -0
  5. package/bundle/{chunk-UIKF2OKQ.js → chunk-QVG5CRLZ.js} +35 -27
  6. package/bundle/{chunk-A5WACHT3.js → chunk-VTZC6I7F.js} +36 -28
  7. package/bundle/{chunk-UKTSS4BC.js → chunk-XGCOPSUV.js} +6147 -11463
  8. package/bundle/chunk-ZTFHMKKJ.js +358524 -0
  9. package/bundle/{core-3K4DOF2Q.js → core-KQILLJHB.js} +1 -1
  10. package/bundle/{devtoolsService-4VP27OSR.js → devtoolsService-5M3WXUDY.js} +2 -2
  11. package/bundle/{devtoolsService-7O5W72JB.js → devtoolsService-BEZR7FLM.js} +2 -2
  12. package/bundle/{devtoolsService-6WC7CXEJ.js → devtoolsService-H4GY23C4.js} +5 -4
  13. package/bundle/devtoolsService-YE72BGQU.js +871 -0
  14. package/bundle/{dist-3YVD622R.js → dist-3OA65TOZ.js} +1 -1
  15. package/bundle/{core-TF7HWCEH.js → dist-5XEVU7IN.js} +2 -2
  16. package/bundle/dist-VGVT6XFG.js +1962 -0
  17. package/bundle/docs/cli/plan-mode.md +4 -0
  18. package/bundle/gemini.js +7 -7
  19. package/bundle/{interactiveCli-JYMN562N.js → interactiveCli-EOCVNM6H.js} +3 -3
  20. package/bundle/{interactiveCli-PTUYCBMF.js → interactiveCli-HY2PQVEN.js} +3 -3
  21. package/bundle/{interactiveCli-RKW6AY7S.js → interactiveCli-PJT3XCNJ.js} +270 -253
  22. package/bundle/interactiveCli-ZZDSQ5YT.js +49974 -0
  23. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  24. package/bundle/{oauth2-provider-NANAQOXS.js → oauth2-provider-5N6BXCUZ.js} +1 -1
  25. package/bundle/{oauth2-provider-UZQMUGRV.js → oauth2-provider-5XLVQZYJ.js} +39 -73
  26. package/bundle/oauth2-provider-7EQWCVGC.js +237 -0
  27. package/bundle/{oauth2-provider-EG32OGVI.js → oauth2-provider-PFVXC625.js} +1 -1
  28. package/package.json +1 -1
@@ -441,6 +441,10 @@ on the current phase of your task:
441
441
  switches to a high-speed **Flash** model. This provides a faster, more
442
442
  responsive experience during the implementation of the plan.
443
443
 
444
+ If the high-reasoning model is unavailable or you don't have access to it,
445
+ Gemini CLI automatically and silently falls back to a faster model to ensure
446
+ your workflow isn't interrupted.
447
+
444
448
  This behavior is enabled by default to provide the best balance of quality and
445
449
  performance. You can disable this automatic switching in your settings:
446
450
 
package/bundle/gemini.js CHANGED
@@ -66,7 +66,7 @@ import {
66
66
  updateAllUpdatableExtensions,
67
67
  updateExtension,
68
68
  validateAuthMethod
69
- } from "./chunk-UTDAP6W7.js";
69
+ } from "./chunk-C3HWPYQ6.js";
70
70
  import {
71
71
  AuthType,
72
72
  ChatRecordingService,
@@ -160,7 +160,7 @@ import {
160
160
  updatePolicy,
161
161
  writeToStderr,
162
162
  writeToStdout
163
- } from "./chunk-UIKF2OKQ.js";
163
+ } from "./chunk-ZTFHMKKJ.js";
164
164
  import {
165
165
  ASK_USER_TOOL_NAME,
166
166
  ApprovalMode,
@@ -7261,7 +7261,7 @@ async function loadSandboxConfig(settings, argv) {
7261
7261
  }
7262
7262
  const command2 = getSandboxCommand(sandboxValue);
7263
7263
  const packageJson = await getPackageJson(__dirname3);
7264
- const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.38.0" ?? customImage ?? packageJson?.config?.sandboxImageUri;
7264
+ const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.38.1" ?? customImage ?? packageJson?.config?.sandboxImageUri;
7265
7265
  const isNative = command2 === "windows-native" || command2 === "sandbox-exec" || command2 === "lxc";
7266
7266
  return command2 && (image || isNative) ? { enabled: true, allowedPaths, networkAccess, command: command2, image } : void 0;
7267
7267
  }
@@ -9558,7 +9558,7 @@ async function runNonInteractive({
9558
9558
  }
9559
9559
  });
9560
9560
  if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
9561
- const { setupInitialActivityLogger } = await import("./devtoolsService-7O5W72JB.js");
9561
+ const { setupInitialActivityLogger } = await import("./devtoolsService-BEZR7FLM.js");
9562
9562
  await setupInitialActivityLogger(config);
9563
9563
  }
9564
9564
  const { stdout: workingStdout } = createWorkingStdio();
@@ -10007,7 +10007,7 @@ async function runNonInteractive2(params) {
10007
10007
  }
10008
10008
  });
10009
10009
  if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
10010
- const { setupInitialActivityLogger } = await import("./devtoolsService-7O5W72JB.js");
10010
+ const { setupInitialActivityLogger } = await import("./devtoolsService-BEZR7FLM.js");
10011
10011
  await setupInitialActivityLogger(config);
10012
10012
  }
10013
10013
  const { stdout: workingStdout } = createWorkingStdio();
@@ -14825,7 +14825,7 @@ ${reason.stack}` : ""}`;
14825
14825
  });
14826
14826
  }
14827
14827
  async function startInteractiveUI(config, settings, startupWarnings, workspaceRoot = process.cwd(), resumedSessionData, initializationResult) {
14828
- const { startInteractiveUI: doStartUI } = await import("./interactiveCli-JYMN562N.js");
14828
+ const { startInteractiveUI: doStartUI } = await import("./interactiveCli-EOCVNM6H.js");
14829
14829
  await doStartUI(
14830
14830
  config,
14831
14831
  settings,
@@ -15022,7 +15022,7 @@ ${finalArgs[promptIndex + 1]}`;
15022
15022
  await config.storage.initialize();
15023
15023
  adminControlsListner.setConfig(config);
15024
15024
  if (config.isInteractive() && settings.merged.general.devtools) {
15025
- const { setupInitialActivityLogger } = await import("./devtoolsService-7O5W72JB.js");
15025
+ const { setupInitialActivityLogger } = await import("./devtoolsService-BEZR7FLM.js");
15026
15026
  await setupInitialActivityLogger(config);
15027
15027
  }
15028
15028
  registerTelemetryConfig(config);
@@ -188,7 +188,7 @@ import {
188
188
  widestLineFromStyledChars,
189
189
  wordBreakStyledChars,
190
190
  wrapStyledChars
191
- } from "./chunk-UTDAP6W7.js";
191
+ } from "./chunk-C3HWPYQ6.js";
192
192
  import {
193
193
  ApiKeyUpdatedEvent,
194
194
  AsyncFzf,
@@ -309,7 +309,7 @@ import {
309
309
  validatePlanContent,
310
310
  validatePlanPath,
311
311
  writeToStdout
312
- } from "./chunk-UIKF2OKQ.js";
312
+ } from "./chunk-ZTFHMKKJ.js";
313
313
  import {
314
314
  ACTIVATE_SKILL_TOOL_NAME,
315
315
  ApprovalMode,
@@ -49023,7 +49023,7 @@ ${queuedText}` : queuedText;
49023
49023
  if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
49024
49024
  if (settings.merged.general.devtools) {
49025
49025
  void (async () => {
49026
- const { toggleDevToolsPanel } = await import("./devtoolsService-7O5W72JB.js");
49026
+ const { toggleDevToolsPanel } = await import("./devtoolsService-BEZR7FLM.js");
49027
49027
  await toggleDevToolsPanel(
49028
49028
  config,
49029
49029
  showErrorDetails,
@@ -188,7 +188,7 @@ import {
188
188
  widestLineFromStyledChars,
189
189
  wordBreakStyledChars,
190
190
  wrapStyledChars
191
- } from "./chunk-ZN2B66X6.js";
191
+ } from "./chunk-A3CCSDTB.js";
192
192
  import {
193
193
  ApiKeyUpdatedEvent,
194
194
  AsyncFzf,
@@ -299,7 +299,7 @@ import {
299
299
  validatePlanContent,
300
300
  validatePlanPath,
301
301
  writeToStdout
302
- } from "./chunk-UKTSS4BC.js";
302
+ } from "./chunk-VTZC6I7F.js";
303
303
  import {
304
304
  ACTIVATE_SKILL_TOOL_NAME,
305
305
  ChangeAuthRequestedError,
@@ -49006,7 +49006,7 @@ ${queuedText}` : queuedText;
49006
49006
  if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
49007
49007
  if (settings.merged.general.devtools) {
49008
49008
  void (async () => {
49009
- const { toggleDevToolsPanel } = await import("./devtoolsService-6WC7CXEJ.js");
49009
+ const { toggleDevToolsPanel } = await import("./devtoolsService-5M3WXUDY.js");
49010
49010
  await toggleDevToolsPanel(
49011
49011
  config,
49012
49012
  showErrorDetails,