@google/gemini-cli 0.37.0-preview.1 → 0.37.0-preview.2
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.
- package/bundle/{chunk-VSXV53B7.js → chunk-4GDVEGW6.js} +4 -4
- package/bundle/{chunk-ZB4UQCX5.js → chunk-4HLDGHKQ.js} +2 -2
- package/bundle/{chunk-33B2YA3V.js → chunk-KVB2FEJR.js} +5 -5
- package/bundle/{chunk-TSSVZ7RZ.js → chunk-Q7WBFJC3.js} +5 -5
- package/bundle/{chunk-BLL44IGV.js → chunk-RKV6HN7Q.js} +5 -5
- package/bundle/{chunk-43UUP7VO.js → chunk-T475D6CB.js} +4 -4
- package/bundle/{chunk-WZB27TDF.js → chunk-TZN2SS4V.js} +5 -5
- package/bundle/{chunk-PPWUMHZT.js → chunk-WY42FI6I.js} +4 -4
- package/bundle/{core-RMRIZ3E5.js → core-YYXQJ7TH.js} +1 -1
- package/bundle/{devtoolsService-SZYXXACN.js → devtoolsService-B6RHLEYB.js} +2 -2
- package/bundle/{devtoolsService-2ULAA43E.js → devtoolsService-DHRIWISR.js} +2 -2
- package/bundle/{devtoolsService-AWVCG2N2.js → devtoolsService-MSTYJNTU.js} +2 -2
- package/bundle/{devtoolsService-IWSTJYRB.js → devtoolsService-NRFH67X5.js} +2 -2
- package/bundle/{dist-4FKFY6XB.js → dist-2HVISZHF.js} +1 -1
- package/bundle/{dist-PRDBNGX2.js → dist-KYKNBAEA.js} +1 -1
- package/bundle/{dist-TCCEQJDV.js → dist-WQ7AVR5S.js} +1 -1
- package/bundle/docs/cli/settings.md +33 -33
- package/bundle/docs/reference/configuration.md +2 -2
- package/bundle/gemini.js +6 -6
- package/bundle/{interactiveCli-24VGI5NV.js → interactiveCli-M5FR2TSQ.js} +3 -3
- package/bundle/{interactiveCli-DX76MWWT.js → interactiveCli-NNZT57UA.js} +3 -3
- package/bundle/{interactiveCli-VNDJAKWG.js → interactiveCli-WM3LDBWK.js} +3 -3
- package/bundle/{interactiveCli-D2MTTARB.js → interactiveCli-Z6APHR6N.js} +3 -3
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-K25DXIWC.js → oauth2-provider-3Z6BMHEW.js} +1 -1
- package/bundle/{oauth2-provider-N73M7SQI.js → oauth2-provider-6573WD2M.js} +1 -1
- package/bundle/{oauth2-provider-FZUTS3SV.js → oauth2-provider-DFCNEZQQ.js} +1 -1
- package/bundle/{oauth2-provider-RMDEEXSP.js → oauth2-provider-UMCNQ5DH.js} +1 -1
- package/package.json +1 -1
|
@@ -250894,8 +250894,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
250894
250894
|
var PointerVector = import_vector.default.PointerVector;
|
|
250895
250895
|
|
|
250896
250896
|
// packages/core/dist/src/generated/git-commit.js
|
|
250897
|
-
var GIT_COMMIT_INFO = "
|
|
250898
|
-
var CLI_VERSION = "0.37.0-preview.
|
|
250897
|
+
var GIT_COMMIT_INFO = "ac3452077";
|
|
250898
|
+
var CLI_VERSION = "0.37.0-preview.1";
|
|
250899
250899
|
|
|
250900
250900
|
// packages/core/dist/src/ide/detect-ide.js
|
|
250901
250901
|
var IDE_DEFINITIONS = {
|
|
@@ -276676,7 +276676,7 @@ function getVersion() {
|
|
|
276676
276676
|
}
|
|
276677
276677
|
versionPromise = (async () => {
|
|
276678
276678
|
const pkgJson = await getPackageJson(__dirname4);
|
|
276679
|
-
return "0.37.0-preview.
|
|
276679
|
+
return "0.37.0-preview.2";
|
|
276680
276680
|
})();
|
|
276681
276681
|
return versionPromise;
|
|
276682
276682
|
}
|
|
@@ -328861,7 +328861,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
|
|
|
328861
328861
|
return provider;
|
|
328862
328862
|
}
|
|
328863
328863
|
case "oauth2": {
|
|
328864
|
-
const { OAuth2AuthProvider } = await import("./oauth2-provider-
|
|
328864
|
+
const { OAuth2AuthProvider } = await import("./oauth2-provider-6573WD2M.js");
|
|
328865
328865
|
const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
|
|
328866
328866
|
await provider.initialize();
|
|
328867
328867
|
return provider;
|
|
@@ -250894,7 +250894,7 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
250894
250894
|
var PointerVector = import_vector.default.PointerVector;
|
|
250895
250895
|
|
|
250896
250896
|
// packages/core/dist/src/generated/git-commit.js
|
|
250897
|
-
var GIT_COMMIT_INFO = "
|
|
250897
|
+
var GIT_COMMIT_INFO = "ac3452077";
|
|
250898
250898
|
var CLI_VERSION = "0.37.0-preview.1";
|
|
250899
250899
|
|
|
250900
250900
|
// packages/core/dist/src/ide/detect-ide.js
|
|
@@ -328861,7 +328861,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
|
|
|
328861
328861
|
return provider;
|
|
328862
328862
|
}
|
|
328863
328863
|
case "oauth2": {
|
|
328864
|
-
const { OAuth2AuthProvider } = await import("./oauth2-provider-
|
|
328864
|
+
const { OAuth2AuthProvider } = await import("./oauth2-provider-3Z6BMHEW.js");
|
|
328865
328865
|
const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
|
|
328866
328866
|
await provider.initialize();
|
|
328867
328867
|
return provider;
|
|
@@ -167,7 +167,7 @@ import {
|
|
|
167
167
|
tokenLimit,
|
|
168
168
|
uiTelemetryService,
|
|
169
169
|
yellowBright
|
|
170
|
-
} from "./chunk-
|
|
170
|
+
} from "./chunk-WY42FI6I.js";
|
|
171
171
|
import {
|
|
172
172
|
ApprovalMode,
|
|
173
173
|
CoreEvent,
|
|
@@ -59633,8 +59633,8 @@ var SETTINGS_SCHEMA = {
|
|
|
59633
59633
|
label: "Loading Phrases",
|
|
59634
59634
|
category: "UI",
|
|
59635
59635
|
requiresRestart: false,
|
|
59636
|
-
default: "
|
|
59637
|
-
description: "What to show while the model is working: tips, witty comments,
|
|
59636
|
+
default: "off",
|
|
59637
|
+
description: "What to show while the model is working: tips, witty comments, all, or off.",
|
|
59638
59638
|
showInDialog: true,
|
|
59639
59639
|
options: [
|
|
59640
59640
|
{ value: "tips", label: "Tips" },
|
|
@@ -88067,7 +88067,7 @@ var authCommand = {
|
|
|
88067
88067
|
import process34 from "node:process";
|
|
88068
88068
|
|
|
88069
88069
|
// packages/cli/src/generated/git-commit.ts
|
|
88070
|
-
var GIT_COMMIT_INFO = "
|
|
88070
|
+
var GIT_COMMIT_INFO = "ae9d4e16a";
|
|
88071
88071
|
|
|
88072
88072
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
88073
88073
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -93566,7 +93566,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
93566
93566
|
type: "info",
|
|
93567
93567
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
93568
93568
|
});
|
|
93569
|
-
const { MCPOAuthProvider } = await import("./dist-
|
|
93569
|
+
const { MCPOAuthProvider } = await import("./dist-KYKNBAEA.js");
|
|
93570
93570
|
let oauthConfig = server.oauth;
|
|
93571
93571
|
if (!oauthConfig) {
|
|
93572
93572
|
oauthConfig = { enabled: false };
|
|
@@ -167,7 +167,7 @@ import {
|
|
|
167
167
|
tokenLimit,
|
|
168
168
|
uiTelemetryService,
|
|
169
169
|
yellowBright
|
|
170
|
-
} from "./chunk-
|
|
170
|
+
} from "./chunk-4HLDGHKQ.js";
|
|
171
171
|
import {
|
|
172
172
|
ApprovalMode,
|
|
173
173
|
CoreEvent,
|
|
@@ -59633,8 +59633,8 @@ var SETTINGS_SCHEMA = {
|
|
|
59633
59633
|
label: "Loading Phrases",
|
|
59634
59634
|
category: "UI",
|
|
59635
59635
|
requiresRestart: false,
|
|
59636
|
-
default: "
|
|
59637
|
-
description: "What to show while the model is working: tips, witty comments,
|
|
59636
|
+
default: "off",
|
|
59637
|
+
description: "What to show while the model is working: tips, witty comments, all, or off.",
|
|
59638
59638
|
showInDialog: true,
|
|
59639
59639
|
options: [
|
|
59640
59640
|
{ value: "tips", label: "Tips" },
|
|
@@ -88067,7 +88067,7 @@ var authCommand = {
|
|
|
88067
88067
|
import process34 from "node:process";
|
|
88068
88068
|
|
|
88069
88069
|
// packages/cli/src/generated/git-commit.ts
|
|
88070
|
-
var GIT_COMMIT_INFO = "
|
|
88070
|
+
var GIT_COMMIT_INFO = "ac3452077";
|
|
88071
88071
|
|
|
88072
88072
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
88073
88073
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -93566,7 +93566,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
93566
93566
|
type: "info",
|
|
93567
93567
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
93568
93568
|
});
|
|
93569
|
-
const { MCPOAuthProvider } = await import("./dist-
|
|
93569
|
+
const { MCPOAuthProvider } = await import("./dist-2HVISZHF.js");
|
|
93570
93570
|
let oauthConfig = server.oauth;
|
|
93571
93571
|
if (!oauthConfig) {
|
|
93572
93572
|
oauthConfig = { enabled: false };
|
|
@@ -167,7 +167,7 @@ import {
|
|
|
167
167
|
tokenLimit,
|
|
168
168
|
uiTelemetryService,
|
|
169
169
|
yellowBright
|
|
170
|
-
} from "./chunk-
|
|
170
|
+
} from "./chunk-4GDVEGW6.js";
|
|
171
171
|
import {
|
|
172
172
|
ApprovalMode,
|
|
173
173
|
CoreEvent,
|
|
@@ -59633,8 +59633,8 @@ var SETTINGS_SCHEMA = {
|
|
|
59633
59633
|
label: "Loading Phrases",
|
|
59634
59634
|
category: "UI",
|
|
59635
59635
|
requiresRestart: false,
|
|
59636
|
-
default: "
|
|
59637
|
-
description: "What to show while the model is working: tips, witty comments,
|
|
59636
|
+
default: "off",
|
|
59637
|
+
description: "What to show while the model is working: tips, witty comments, all, or off.",
|
|
59638
59638
|
showInDialog: true,
|
|
59639
59639
|
options: [
|
|
59640
59640
|
{ value: "tips", label: "Tips" },
|
|
@@ -88067,7 +88067,7 @@ var authCommand = {
|
|
|
88067
88067
|
import process34 from "node:process";
|
|
88068
88068
|
|
|
88069
88069
|
// packages/cli/src/generated/git-commit.ts
|
|
88070
|
-
var GIT_COMMIT_INFO = "
|
|
88070
|
+
var GIT_COMMIT_INFO = "ac3452077";
|
|
88071
88071
|
|
|
88072
88072
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
88073
88073
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -93566,7 +93566,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
93566
93566
|
type: "info",
|
|
93567
93567
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
93568
93568
|
});
|
|
93569
|
-
const { MCPOAuthProvider } = await import("./dist-
|
|
93569
|
+
const { MCPOAuthProvider } = await import("./dist-WQ7AVR5S.js");
|
|
93570
93570
|
let oauthConfig = server.oauth;
|
|
93571
93571
|
if (!oauthConfig) {
|
|
93572
93572
|
oauthConfig = { enabled: false };
|
|
@@ -251002,8 +251002,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
251002
251002
|
var PointerVector = import_vector.default.PointerVector;
|
|
251003
251003
|
|
|
251004
251004
|
// packages/core/src/generated/git-commit.ts
|
|
251005
|
-
var GIT_COMMIT_INFO = "
|
|
251006
|
-
var CLI_VERSION = "0.37.0-preview.
|
|
251005
|
+
var GIT_COMMIT_INFO = "ac3452077";
|
|
251006
|
+
var CLI_VERSION = "0.37.0-preview.1";
|
|
251007
251007
|
|
|
251008
251008
|
// packages/core/src/ide/detect-ide.ts
|
|
251009
251009
|
var IDE_DEFINITIONS = {
|
|
@@ -277535,7 +277535,7 @@ function getVersion() {
|
|
|
277535
277535
|
}
|
|
277536
277536
|
versionPromise = (async () => {
|
|
277537
277537
|
const pkgJson = await getPackageJson(__dirname4);
|
|
277538
|
-
return "0.37.0-preview.
|
|
277538
|
+
return "0.37.0-preview.1";
|
|
277539
277539
|
})();
|
|
277540
277540
|
return versionPromise;
|
|
277541
277541
|
}
|
|
@@ -331832,7 +331832,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
|
|
|
331832
331832
|
return provider;
|
|
331833
331833
|
}
|
|
331834
331834
|
case "oauth2": {
|
|
331835
|
-
const { OAuth2AuthProvider } = await import("./oauth2-provider-
|
|
331835
|
+
const { OAuth2AuthProvider } = await import("./oauth2-provider-DFCNEZQQ.js");
|
|
331836
331836
|
const provider = new OAuth2AuthProvider(
|
|
331837
331837
|
authConfig,
|
|
331838
331838
|
options.agentName ?? "unknown",
|
|
@@ -156,7 +156,7 @@ import {
|
|
|
156
156
|
tokenLimit,
|
|
157
157
|
uiTelemetryService,
|
|
158
158
|
yellowBright
|
|
159
|
-
} from "./chunk-
|
|
159
|
+
} from "./chunk-T475D6CB.js";
|
|
160
160
|
import {
|
|
161
161
|
ApprovalMode,
|
|
162
162
|
CoreEvent,
|
|
@@ -59621,8 +59621,8 @@ var SETTINGS_SCHEMA = {
|
|
|
59621
59621
|
label: "Loading Phrases",
|
|
59622
59622
|
category: "UI",
|
|
59623
59623
|
requiresRestart: false,
|
|
59624
|
-
default: "
|
|
59625
|
-
description: "What to show while the model is working: tips, witty comments,
|
|
59624
|
+
default: "off",
|
|
59625
|
+
description: "What to show while the model is working: tips, witty comments, all, or off.",
|
|
59626
59626
|
showInDialog: true,
|
|
59627
59627
|
options: [
|
|
59628
59628
|
{ value: "tips", label: "Tips" },
|
|
@@ -88055,7 +88055,7 @@ var authCommand = {
|
|
|
88055
88055
|
import process34 from "node:process";
|
|
88056
88056
|
|
|
88057
88057
|
// packages/cli/src/generated/git-commit.ts
|
|
88058
|
-
var GIT_COMMIT_INFO = "
|
|
88058
|
+
var GIT_COMMIT_INFO = "ac3452077";
|
|
88059
88059
|
|
|
88060
88060
|
// packages/cli/src/ui/utils/historyExportUtils.ts
|
|
88061
88061
|
import * as fsPromises2 from "node:fs/promises";
|
|
@@ -93554,7 +93554,7 @@ Use /mcp auth <server-name> to authenticate.`
|
|
|
93554
93554
|
type: "info",
|
|
93555
93555
|
text: `Starting OAuth authentication for MCP server '${serverName}'...`
|
|
93556
93556
|
});
|
|
93557
|
-
const { MCPOAuthProvider } = await import("./core-
|
|
93557
|
+
const { MCPOAuthProvider } = await import("./core-YYXQJ7TH.js");
|
|
93558
93558
|
let oauthConfig = server.oauth;
|
|
93559
93559
|
if (!oauthConfig) {
|
|
93560
93560
|
oauthConfig = { enabled: false };
|
|
@@ -250894,8 +250894,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
250894
250894
|
var PointerVector = import_vector.default.PointerVector;
|
|
250895
250895
|
|
|
250896
250896
|
// packages/core/dist/src/generated/git-commit.js
|
|
250897
|
-
var GIT_COMMIT_INFO = "
|
|
250898
|
-
var CLI_VERSION = "0.37.0-preview.
|
|
250897
|
+
var GIT_COMMIT_INFO = "ac3452077";
|
|
250898
|
+
var CLI_VERSION = "0.37.0-preview.2";
|
|
250899
250899
|
|
|
250900
250900
|
// packages/core/dist/src/ide/detect-ide.js
|
|
250901
250901
|
var IDE_DEFINITIONS = {
|
|
@@ -276676,7 +276676,7 @@ function getVersion() {
|
|
|
276676
276676
|
}
|
|
276677
276677
|
versionPromise = (async () => {
|
|
276678
276678
|
const pkgJson = await getPackageJson(__dirname4);
|
|
276679
|
-
return "0.37.0-preview.
|
|
276679
|
+
return "0.37.0-preview.2";
|
|
276680
276680
|
})();
|
|
276681
276681
|
return versionPromise;
|
|
276682
276682
|
}
|
|
@@ -328861,7 +328861,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
|
|
|
328861
328861
|
return provider;
|
|
328862
328862
|
}
|
|
328863
328863
|
case "oauth2": {
|
|
328864
|
-
const { OAuth2AuthProvider } = await import("./oauth2-provider-
|
|
328864
|
+
const { OAuth2AuthProvider } = await import("./oauth2-provider-UMCNQ5DH.js");
|
|
328865
328865
|
const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
|
|
328866
328866
|
await provider.initialize();
|
|
328867
328867
|
return provider;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-T475D6CB.js";
|
|
3
3
|
import {
|
|
4
4
|
coreEvents,
|
|
5
5
|
debugLogger
|
|
@@ -836,7 +836,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
|
|
|
836
836
|
return;
|
|
837
837
|
}
|
|
838
838
|
try {
|
|
839
|
-
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-
|
|
839
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-YYXQJ7TH.js");
|
|
840
840
|
const url = await startDevToolsServer(config);
|
|
841
841
|
if (shouldLaunchBrowser()) {
|
|
842
842
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-4HLDGHKQ.js";
|
|
3
3
|
import {
|
|
4
4
|
CoreEvent,
|
|
5
5
|
coreEvents,
|
|
@@ -837,7 +837,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
|
|
|
837
837
|
return;
|
|
838
838
|
}
|
|
839
839
|
try {
|
|
840
|
-
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-
|
|
840
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-2HVISZHF.js");
|
|
841
841
|
const url = await startDevToolsServer(config);
|
|
842
842
|
if (shouldLaunchBrowser()) {
|
|
843
843
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-4GDVEGW6.js";
|
|
3
3
|
import {
|
|
4
4
|
CoreEvent,
|
|
5
5
|
coreEvents,
|
|
@@ -837,7 +837,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
|
|
|
837
837
|
return;
|
|
838
838
|
}
|
|
839
839
|
try {
|
|
840
|
-
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-
|
|
840
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-WQ7AVR5S.js");
|
|
841
841
|
const url = await startDevToolsServer(config);
|
|
842
842
|
if (shouldLaunchBrowser()) {
|
|
843
843
|
try {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require = (await import('node:module')).createRequire(import.meta.url); const __chunk_filename = (await import('node:url')).fileURLToPath(import.meta.url); const __chunk_dirname = (await import('node:path')).dirname(__chunk_filename);
|
|
2
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-WY42FI6I.js";
|
|
3
3
|
import {
|
|
4
4
|
CoreEvent,
|
|
5
5
|
coreEvents,
|
|
@@ -837,7 +837,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
|
|
|
837
837
|
return;
|
|
838
838
|
}
|
|
839
839
|
try {
|
|
840
|
-
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-
|
|
840
|
+
const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-KYKNBAEA.js");
|
|
841
841
|
const url = await startDevToolsServer(config);
|
|
842
842
|
if (shouldLaunchBrowser()) {
|
|
843
843
|
try {
|
|
@@ -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,
|
|
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,
|
|
358
|
-
- **Default:** `"
|
|
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-
|
|
69
|
+
} from "./chunk-KVB2FEJR.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-
|
|
158
|
+
} from "./chunk-WY42FI6I.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.
|
|
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;
|
|
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-
|
|
9542
|
+
const { setupInitialActivityLogger } = await import("./devtoolsService-NRFH67X5.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-
|
|
14266
|
+
const { startInteractiveUI: doStartUI } = await import("./interactiveCli-NNZT57UA.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-
|
|
14463
|
+
const { setupInitialActivityLogger } = await import("./devtoolsService-NRFH67X5.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-
|
|
189
|
+
} from "./chunk-Q7WBFJC3.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-
|
|
309
|
+
} from "./chunk-4HLDGHKQ.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-
|
|
49409
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-DHRIWISR.js");
|
|
49410
49410
|
await toggleDevToolsPanel(
|
|
49411
49411
|
config,
|
|
49412
49412
|
showErrorDetails,
|
|
@@ -186,7 +186,7 @@ import {
|
|
|
186
186
|
widestLineFromStyledChars,
|
|
187
187
|
wordBreakStyledChars,
|
|
188
188
|
wrapStyledChars
|
|
189
|
-
} from "./chunk-
|
|
189
|
+
} from "./chunk-KVB2FEJR.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-
|
|
309
|
+
} from "./chunk-WY42FI6I.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-
|
|
49409
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-NRFH67X5.js");
|
|
49410
49410
|
await toggleDevToolsPanel(
|
|
49411
49411
|
config,
|
|
49412
49412
|
showErrorDetails,
|
|
@@ -186,7 +186,7 @@ import {
|
|
|
186
186
|
widestLineFromStyledChars,
|
|
187
187
|
wordBreakStyledChars,
|
|
188
188
|
wrapStyledChars
|
|
189
|
-
} from "./chunk-
|
|
189
|
+
} from "./chunk-RKV6HN7Q.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-
|
|
309
|
+
} from "./chunk-4GDVEGW6.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-
|
|
49409
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-MSTYJNTU.js");
|
|
49410
49410
|
await toggleDevToolsPanel(
|
|
49411
49411
|
config,
|
|
49412
49412
|
showErrorDetails,
|
|
@@ -186,7 +186,7 @@ import {
|
|
|
186
186
|
widestLineFromStyledChars,
|
|
187
187
|
wordBreakStyledChars,
|
|
188
188
|
wrapStyledChars
|
|
189
|
-
} from "./chunk-
|
|
189
|
+
} from "./chunk-TZN2SS4V.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-
|
|
299
|
+
} from "./chunk-T475D6CB.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-
|
|
49392
|
+
const { toggleDevToolsPanel } = await import("./devtoolsService-B6RHLEYB.js");
|
|
49393
49393
|
await toggleDevToolsPanel(
|
|
49394
49394
|
config,
|
|
49395
49395
|
showErrorDetails,
|