@google/gemini-cli 0.37.0-preview.1 → 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 (29) hide show
  1. package/bundle/{chunk-43UUP7VO.js → chunk-2LDNSLWJ.js} +4 -4
  2. package/bundle/{chunk-WZB27TDF.js → chunk-4FL34AF3.js} +5 -5
  3. package/bundle/{chunk-ZB4UQCX5.js → chunk-HPS5HLVY.js} +11023 -5867
  4. package/bundle/{chunk-VSXV53B7.js → chunk-JCJR4TJP.js} +4 -4
  5. package/bundle/{chunk-33B2YA3V.js → chunk-LP2WYGS4.js} +5 -5
  6. package/bundle/{chunk-TSSVZ7RZ.js → chunk-ZYD45INQ.js} +61 -73
  7. package/bundle/{core-RMRIZ3E5.js → core-7MVFLCVM.js} +1 -1
  8. package/bundle/{dist-TCCEQJDV.js → core-IAVFIQIJ.js} +2 -2
  9. package/bundle/{devtoolsService-2ULAA43E.js → devtoolsService-QN6DTOQ4.js} +2 -2
  10. package/bundle/{devtoolsService-SZYXXACN.js → devtoolsService-QPXA3DYV.js} +2 -2
  11. package/bundle/{devtoolsService-AWVCG2N2.js → devtoolsService-QQAGVUAL.js} +4 -5
  12. package/bundle/{dist-4FKFY6XB.js → dist-OPAGMUAE.js} +1 -1
  13. package/bundle/docs/cli/settings.md +33 -33
  14. package/bundle/docs/reference/configuration.md +2 -2
  15. package/bundle/gemini.js +6 -6
  16. package/bundle/{interactiveCli-D2MTTARB.js → interactiveCli-3PZKICTV.js} +3 -3
  17. package/bundle/{interactiveCli-24VGI5NV.js → interactiveCli-QUKUV3RI.js} +3 -3
  18. package/bundle/{interactiveCli-DX76MWWT.js → interactiveCli-UE3SKHMT.js} +247 -264
  19. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  20. package/bundle/{oauth2-provider-FZUTS3SV.js → oauth2-provider-4KPORHHZ.js} +1 -1
  21. package/bundle/{oauth2-provider-N73M7SQI.js → oauth2-provider-5PPDZYRY.js} +73 -39
  22. package/bundle/{oauth2-provider-K25DXIWC.js → oauth2-provider-NGPDVZHB.js} +1 -1
  23. package/package.json +1 -1
  24. package/bundle/chunk-BLL44IGV.js +0 -98376
  25. package/bundle/chunk-PPWUMHZT.js +0 -356418
  26. package/bundle/devtoolsService-IWSTJYRB.js +0 -871
  27. package/bundle/dist-PRDBNGX2.js +0 -1942
  28. package/bundle/interactiveCli-VNDJAKWG.js +0 -50355
  29. package/bundle/oauth2-provider-RMDEEXSP.js +0 -237
@@ -47,39 +47,39 @@ they appear in the UI.
47
47
 
48
48
  ### UI
49
49
 
50
- | UI Label | Setting | Description | Default |
51
- | ------------------------------------ | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
52
- | Auto Theme Switching | `ui.autoThemeSwitching` | Automatically switch between default light and dark themes based on terminal background color. | `true` |
53
- | Terminal Background Polling Interval | `ui.terminalBackgroundPollingInterval` | Interval in seconds to poll the terminal background color. | `60` |
54
- | Hide Window Title | `ui.hideWindowTitle` | Hide the window title bar | `false` |
55
- | Inline Thinking | `ui.inlineThinkingMode` | Display model thinking inline: off or full. | `"off"` |
56
- | Show Thoughts in Title | `ui.showStatusInTitle` | Show Gemini CLI model thoughts in the terminal window title during the working phase | `false` |
57
- | Dynamic Window Title | `ui.dynamicWindowTitle` | Update the terminal window title with current status icons (Ready: ◇, Action Required: ✋, Working: ✦) | `true` |
58
- | Show Home Directory Warning | `ui.showHomeDirectoryWarning` | Show a warning when running Gemini CLI in the home directory. | `true` |
59
- | Show Compatibility Warnings | `ui.showCompatibilityWarnings` | Show warnings about terminal or OS compatibility issues. | `true` |
60
- | Hide Tips | `ui.hideTips` | Hide helpful tips in the UI | `false` |
61
- | Escape Pasted @ Symbols | `ui.escapePastedAtSymbols` | When enabled, @ symbols in pasted text are escaped to prevent unintended @path expansion. | `false` |
62
- | Show Shortcuts Hint | `ui.showShortcutsHint` | Show the "? for shortcuts" hint above the input. | `true` |
63
- | Compact Tool Output | `ui.compactToolOutput` | Display tool outputs (like directory listings and file reads) in a compact, structured format. | `false` |
64
- | Hide Banner | `ui.hideBanner` | Hide the application banner | `false` |
65
- | Hide Context Summary | `ui.hideContextSummary` | Hide the context summary (GEMINI.md, MCP servers) above the input. | `false` |
66
- | Hide CWD | `ui.footer.hideCWD` | Hide the current working directory in the footer. | `false` |
67
- | Hide Sandbox Status | `ui.footer.hideSandboxStatus` | Hide the sandbox status indicator in the footer. | `false` |
68
- | Hide Model Info | `ui.footer.hideModelInfo` | Hide the model name and context usage in the footer. | `false` |
69
- | Hide Context Window Percentage | `ui.footer.hideContextPercentage` | Hides the context window usage percentage. | `true` |
70
- | Hide Footer | `ui.hideFooter` | Hide the footer from the UI | `false` |
71
- | Show Memory Usage | `ui.showMemoryUsage` | Display memory usage information in the UI | `false` |
72
- | Show Line Numbers | `ui.showLineNumbers` | Show line numbers in the chat. | `true` |
73
- | Show Citations | `ui.showCitations` | Show citations for generated text in the chat. | `false` |
74
- | Show Model Info In Chat | `ui.showModelInfoInChat` | Show the model name in the chat for each model turn. | `false` |
75
- | Show User Identity | `ui.showUserIdentity` | Show the signed-in user's identity (e.g. email) in the UI. | `true` |
76
- | Use Alternate Screen Buffer | `ui.useAlternateBuffer` | Use an alternate screen buffer for the UI, preserving shell history. | `false` |
77
- | Use Background Color | `ui.useBackgroundColor` | Whether to use background colors in the UI. | `true` |
78
- | Incremental Rendering | `ui.incrementalRendering` | Enable incremental rendering for the UI. This option will reduce flickering but may cause rendering artifacts. Only supported when useAlternateBuffer is enabled. | `true` |
79
- | Show Spinner | `ui.showSpinner` | Show the spinner during operations. | `true` |
80
- | Loading Phrases | `ui.loadingPhrases` | What to show while the model is working: tips, witty comments, both, or nothing. | `"tips"` |
81
- | Error Verbosity | `ui.errorVerbosity` | Controls whether recoverable errors are hidden (low) or fully shown (full). | `"low"` |
82
- | Screen Reader Mode | `ui.accessibility.screenReader` | Render output in plain-text to be more screen reader accessible | `false` |
50
+ | UI Label | Setting | Description | Default |
51
+ | ------------------------------------ | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
52
+ | Auto Theme Switching | `ui.autoThemeSwitching` | Automatically switch between default light and dark themes based on terminal background color. | `true` |
53
+ | Terminal Background Polling Interval | `ui.terminalBackgroundPollingInterval` | Interval in seconds to poll the terminal background color. | `60` |
54
+ | Hide Window Title | `ui.hideWindowTitle` | Hide the window title bar | `false` |
55
+ | Inline Thinking | `ui.inlineThinkingMode` | Display model thinking inline: off or full. | `"off"` |
56
+ | Show Thoughts in Title | `ui.showStatusInTitle` | Show Gemini CLI model thoughts in the terminal window title during the working phase | `false` |
57
+ | Dynamic Window Title | `ui.dynamicWindowTitle` | Update the terminal window title with current status icons (Ready: ◇, Action Required: ✋, Working: ✦) | `true` |
58
+ | Show Home Directory Warning | `ui.showHomeDirectoryWarning` | Show a warning when running Gemini CLI in the home directory. | `true` |
59
+ | Show Compatibility Warnings | `ui.showCompatibilityWarnings` | Show warnings about terminal or OS compatibility issues. | `true` |
60
+ | Hide Tips | `ui.hideTips` | Hide helpful tips in the UI | `false` |
61
+ | Escape Pasted @ Symbols | `ui.escapePastedAtSymbols` | When enabled, @ symbols in pasted text are escaped to prevent unintended @path expansion. | `false` |
62
+ | Show Shortcuts Hint | `ui.showShortcutsHint` | Show the "? for shortcuts" hint above the input. | `true` |
63
+ | Compact Tool Output | `ui.compactToolOutput` | Display tool outputs (like directory listings and file reads) in a compact, structured format. | `false` |
64
+ | Hide Banner | `ui.hideBanner` | Hide the application banner | `false` |
65
+ | Hide Context Summary | `ui.hideContextSummary` | Hide the context summary (GEMINI.md, MCP servers) above the input. | `false` |
66
+ | Hide CWD | `ui.footer.hideCWD` | Hide the current working directory in the footer. | `false` |
67
+ | Hide Sandbox Status | `ui.footer.hideSandboxStatus` | Hide the sandbox status indicator in the footer. | `false` |
68
+ | Hide Model Info | `ui.footer.hideModelInfo` | Hide the model name and context usage in the footer. | `false` |
69
+ | Hide Context Window Percentage | `ui.footer.hideContextPercentage` | Hides the context window usage percentage. | `true` |
70
+ | Hide Footer | `ui.hideFooter` | Hide the footer from the UI | `false` |
71
+ | Show Memory Usage | `ui.showMemoryUsage` | Display memory usage information in the UI | `false` |
72
+ | Show Line Numbers | `ui.showLineNumbers` | Show line numbers in the chat. | `true` |
73
+ | Show Citations | `ui.showCitations` | Show citations for generated text in the chat. | `false` |
74
+ | Show Model Info In Chat | `ui.showModelInfoInChat` | Show the model name in the chat for each model turn. | `false` |
75
+ | Show User Identity | `ui.showUserIdentity` | Show the signed-in user's identity (e.g. email) in the UI. | `true` |
76
+ | Use Alternate Screen Buffer | `ui.useAlternateBuffer` | Use an alternate screen buffer for the UI, preserving shell history. | `false` |
77
+ | Use Background Color | `ui.useBackgroundColor` | Whether to use background colors in the UI. | `true` |
78
+ | Incremental Rendering | `ui.incrementalRendering` | Enable incremental rendering for the UI. This option will reduce flickering but may cause rendering artifacts. Only supported when useAlternateBuffer is enabled. | `true` |
79
+ | Show Spinner | `ui.showSpinner` | Show the spinner during operations. | `true` |
80
+ | Loading Phrases | `ui.loadingPhrases` | What to show while the model is working: tips, witty comments, all, or off. | `"off"` |
81
+ | Error Verbosity | `ui.errorVerbosity` | Controls whether recoverable errors are hidden (low) or fully shown (full). | `"low"` |
82
+ | Screen Reader Mode | `ui.accessibility.screenReader` | Render output in plain-text to be more screen reader accessible | `false` |
83
83
 
84
84
  ### IDE
85
85
 
@@ -354,8 +354,8 @@ their corresponding top-level category object in your `settings.json` file.
354
354
 
355
355
  - **`ui.loadingPhrases`** (enum):
356
356
  - **Description:** What to show while the model is working: tips, witty
357
- comments, both, or nothing.
358
- - **Default:** `"tips"`
357
+ comments, all, or off.
358
+ - **Default:** `"off"`
359
359
  - **Values:** `"tips"`, `"witty"`, `"all"`, `"off"`
360
360
 
361
361
  - **`ui.errorVerbosity`** (enum):
package/bundle/gemini.js CHANGED
@@ -66,7 +66,7 @@ import {
66
66
  updateAllUpdatableExtensions,
67
67
  updateExtension,
68
68
  validateAuthMethod
69
- } from "./chunk-TSSVZ7RZ.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-ZB4UQCX5.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.1" ?? 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-IWSTJYRB.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-DX76MWWT.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-IWSTJYRB.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-WZB27TDF.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-43UUP7VO.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-SZYXXACN.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-BLL44IGV.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-VSXV53B7.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-2ULAA43E.js");
49409
+ const { toggleDevToolsPanel } = await import("./devtoolsService-QN6DTOQ4.js");
49410
49410
  await toggleDevToolsPanel(
49411
49411
  config,
49412
49412
  showErrorDetails,