You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Auto Theme Switching |`ui.autoThemeSwitching`| Automatically switch between default light and dark themes based on terminal background color. |`true`|
47
-
| Terminal Background Polling Interval |`ui.terminalBackgroundPollingInterval`| Interval in seconds to poll the terminal background color. |`60`|
48
-
| Hide Window Title |`ui.hideWindowTitle`| Hide the window title bar |`false`|
49
-
| Inline Thinking |`ui.inlineThinkingMode`| Display model thinking inline: off or full. |`"off"`|
50
-
| Show Thoughts in Title |`ui.showStatusInTitle`| Show Gemini CLI model thoughts in the terminal window title during the working phase |`false`|
51
-
| Dynamic Window Title |`ui.dynamicWindowTitle`| Update the terminal window title with current status icons (Ready: ◇, Action Required: ✋, Working: ✦) |`true`|
52
-
| Show Home Directory Warning |`ui.showHomeDirectoryWarning`| Show a warning when running Gemini CLI in the home directory. |`true`|
53
-
| Show Compatibility Warnings |`ui.showCompatibilityWarnings`| Show warnings about terminal or OS compatibility issues. |`true`|
54
-
| Hide Tips |`ui.hideTips`| Hide helpful tips in the UI |`false`|
55
-
| Show Shortcuts Hint |`ui.showShortcutsHint`| Show the "? for shortcuts" hint above the input. |`true`|
56
-
| Hide Banner |`ui.hideBanner`| Hide the application banner |`false`|
57
-
| Hide Context Summary |`ui.hideContextSummary`| Hide the context summary (GEMINI.md, MCP servers) above the input. |`false`|
58
-
| Hide CWD |`ui.footer.hideCWD`| Hide the current working directory path in the footer. |`false`|
59
-
| Hide Sandbox Status |`ui.footer.hideSandboxStatus`| Hide the sandbox status indicator in the footer. |`false`|
60
-
| Hide Model Info |`ui.footer.hideModelInfo`| Hide the model name and context usage in the footer. |`false`|
| Hide Footer |`ui.hideFooter`| Hide the footer from the UI |`false`|
63
-
| Show Memory Usage |`ui.showMemoryUsage`| Display memory usage information in the UI |`false`|
64
-
| Show Line Numbers |`ui.showLineNumbers`| Show line numbers in the chat. |`true`|
65
-
| Show Citations |`ui.showCitations`| Show citations for generated text in the chat. |`false`|
66
-
| Show Model Info In Chat |`ui.showModelInfoInChat`| Show the model name in the chat for each model turn. |`false`|
67
-
| Show User Identity |`ui.showUserIdentity`| Show the logged-in user's identity (e.g. email) in the UI. |`true`|
68
-
| Use Alternate Screen Buffer |`ui.useAlternateBuffer`| Use an alternate screen buffer for the UI, preserving shell history. |`false`|
69
-
| Use Background Color |`ui.useBackgroundColor`| Whether to use background colors in the UI. |`true`|
70
-
| 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`|
71
-
| Show Spinner |`ui.showSpinner`| Show the spinner during operations. |`true`|
72
-
|Enable Loading Phrases |`ui.accessibility.enableLoadingPhrases`| Enable loading phrases during operations.|`true`|
73
-
| Screen Reader Mode |`ui.accessibility.screenReader`| Render output in plain-text to be more screen reader accessible |`false`|
| Auto Theme Switching |`ui.autoThemeSwitching`| Automatically switch between default light and dark themes based on terminal background color. |`true`|
47
+
| Terminal Background Polling Interval |`ui.terminalBackgroundPollingInterval`| Interval in seconds to poll the terminal background color. |`60`|
48
+
| Hide Window Title |`ui.hideWindowTitle`| Hide the window title bar |`false`|
49
+
| Inline Thinking |`ui.inlineThinkingMode`| Display model thinking inline: off or full. |`"off"`|
50
+
| Show Thoughts in Title |`ui.showStatusInTitle`| Show Gemini CLI model thoughts in the terminal window title during the working phase |`false`|
51
+
| Dynamic Window Title |`ui.dynamicWindowTitle`| Update the terminal window title with current status icons (Ready: ◇, Action Required: ✋, Working: ✦) |`true`|
52
+
| Show Home Directory Warning |`ui.showHomeDirectoryWarning`| Show a warning when running Gemini CLI in the home directory. |`true`|
53
+
| Show Compatibility Warnings |`ui.showCompatibilityWarnings`| Show warnings about terminal or OS compatibility issues. |`true`|
54
+
| Hide Tips |`ui.hideTips`| Hide helpful tips in the UI |`false`|
55
+
| Show Shortcuts Hint |`ui.showShortcutsHint`| Show the "? for shortcuts" hint above the input. |`true`|
56
+
| Hide Banner |`ui.hideBanner`| Hide the application banner |`false`|
57
+
| Hide Context Summary |`ui.hideContextSummary`| Hide the context summary (GEMINI.md, MCP servers) above the input. |`false`|
58
+
| Hide CWD |`ui.footer.hideCWD`| Hide the current working directory path in the footer. |`false`|
59
+
| Hide Sandbox Status |`ui.footer.hideSandboxStatus`| Hide the sandbox status indicator in the footer. |`false`|
60
+
| Hide Model Info |`ui.footer.hideModelInfo`| Hide the model name and context usage in the footer. |`false`|
| Hide Footer |`ui.hideFooter`| Hide the footer from the UI |`false`|
63
+
| Show Memory Usage |`ui.showMemoryUsage`| Display memory usage information in the UI |`false`|
64
+
| Show Line Numbers |`ui.showLineNumbers`| Show line numbers in the chat. |`true`|
65
+
| Show Citations |`ui.showCitations`| Show citations for generated text in the chat. |`false`|
66
+
| Show Model Info In Chat |`ui.showModelInfoInChat`| Show the model name in the chat for each model turn. |`false`|
67
+
| Show User Identity |`ui.showUserIdentity`| Show the logged-in user's identity (e.g. email) in the UI. |`true`|
68
+
| Use Alternate Screen Buffer |`ui.useAlternateBuffer`| Use an alternate screen buffer for the UI, preserving shell history. |`false`|
69
+
| Use Background Color |`ui.useBackgroundColor`| Whether to use background colors in the UI. |`true`|
70
+
| 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`|
71
+
| Show Spinner |`ui.showSpinner`| Show the spinner during operations. |`true`|
72
+
| Loading Phrases |`ui.loadingPhrases`| What to show while the model is working: tips, witty comments, both, or nothing.|`"tips"`|
73
+
| Screen Reader Mode |`ui.accessibility.screenReader`| Render output in plain-text to be more screen reader accessible |`false`|
0 commit comments