@google/gemini-cli-core 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.
@@ -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):
@@ -3,5 +3,5 @@
3
3
  * Copyright 2026 Google LLC
4
4
  * SPDX-License-Identifier: Apache-2.0
5
5
  */
6
- export declare const GIT_COMMIT_INFO = "24810f97e";
7
- export declare const CLI_VERSION = "0.37.0-preview.1";
6
+ export declare const GIT_COMMIT_INFO = "ae9d4e16a";
7
+ export declare const CLI_VERSION = "0.37.0";
@@ -5,6 +5,6 @@
5
5
  */
6
6
  // This file is auto-generated by the build script (scripts/generate-git-commit-info.js)
7
7
  // Do not edit this file manually.
8
- export const GIT_COMMIT_INFO = '24810f97e';
9
- export const CLI_VERSION = '0.37.0-preview.1';
8
+ export const GIT_COMMIT_INFO = 'ae9d4e16a';
9
+ export const CLI_VERSION = '0.37.0';
10
10
  //# sourceMappingURL=git-commit.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"git-commit.js","sourceRoot":"","sources":["../../../src/generated/git-commit.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,wFAAwF;AACxF,kCAAkC;AAClC,MAAM,CAAC,MAAM,eAAe,GAAG,WAAW,CAAC;AAC3C,MAAM,CAAC,MAAM,WAAW,GAAG,kBAAkB,CAAC"}
1
+ {"version":3,"file":"git-commit.js","sourceRoot":"","sources":["../../../src/generated/git-commit.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,wFAAwF;AACxF,kCAAkC;AAClC,MAAM,CAAC,MAAM,eAAe,GAAG,WAAW,CAAC;AAC3C,MAAM,CAAC,MAAM,WAAW,GAAG,QAAQ,CAAC"}