@google/gemini-cli 0.37.0-preview.2 → 0.37.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 (27) hide show
  1. package/bundle/{chunk-4GDVEGW6.js → chunk-2P3YD5SP.js} +4 -4
  2. package/bundle/{chunk-T475D6CB.js → chunk-656G5G3B.js} +4 -4
  3. package/bundle/{chunk-TZN2SS4V.js → chunk-6G53DP6Y.js} +3 -3
  4. package/bundle/{chunk-4HLDGHKQ.js → chunk-7D745VGL.js} +4 -4
  5. package/bundle/{chunk-RKV6HN7Q.js → chunk-7I6BZ5I5.js} +3 -3
  6. package/bundle/{chunk-WY42FI6I.js → chunk-DZQZKSDY.js} +4 -4
  7. package/bundle/{chunk-KVB2FEJR.js → chunk-MODIYMRW.js} +3 -3
  8. package/bundle/{chunk-Q7WBFJC3.js → chunk-Y63D5UTO.js} +3 -3
  9. package/bundle/{core-YYXQJ7TH.js → core-TNOSLH5P.js} +1 -1
  10. package/bundle/{devtoolsService-NRFH67X5.js → devtoolsService-5AAG2UMX.js} +2 -2
  11. package/bundle/{devtoolsService-B6RHLEYB.js → devtoolsService-DG3SDAMZ.js} +2 -2
  12. package/bundle/{devtoolsService-DHRIWISR.js → devtoolsService-NL4FGM2B.js} +2 -2
  13. package/bundle/{devtoolsService-MSTYJNTU.js → devtoolsService-V7ZBOBF6.js} +2 -2
  14. package/bundle/{dist-2HVISZHF.js → dist-DIJCUDOP.js} +1 -1
  15. package/bundle/{dist-KYKNBAEA.js → dist-F3BG3DZ4.js} +1 -1
  16. package/bundle/{dist-WQ7AVR5S.js → dist-UGFGYXRB.js} +1 -1
  17. package/bundle/gemini.js +89 -7
  18. package/bundle/{interactiveCli-M5FR2TSQ.js → interactiveCli-25PTL36A.js} +3 -3
  19. package/bundle/{interactiveCli-NNZT57UA.js → interactiveCli-IDTGFIRK.js} +3 -3
  20. package/bundle/{interactiveCli-WM3LDBWK.js → interactiveCli-KDKOA5HQ.js} +3 -3
  21. package/bundle/{interactiveCli-Z6APHR6N.js → interactiveCli-YYTUAB4S.js} +3 -3
  22. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  23. package/bundle/{oauth2-provider-3Z6BMHEW.js → oauth2-provider-A7PNIAIF.js} +1 -1
  24. package/bundle/{oauth2-provider-DFCNEZQQ.js → oauth2-provider-NB6AEGWS.js} +1 -1
  25. package/bundle/{oauth2-provider-6573WD2M.js → oauth2-provider-SX6BAJM6.js} +1 -1
  26. package/bundle/{oauth2-provider-UMCNQ5DH.js → oauth2-provider-YW6ORE7X.js} +1 -1
  27. 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 = "ac3452077";
250898
- var CLI_VERSION = "0.37.0-preview.1";
250897
+ var GIT_COMMIT_INFO = "b569a98c0";
250898
+ var CLI_VERSION = "0.37.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.2";
276679
+ return "0.37.1";
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-6573WD2M.js");
328864
+ const { OAuth2AuthProvider } = await import("./oauth2-provider-A7PNIAIF.js");
328865
328865
  const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
328866
328866
  await provider.initialize();
328867
328867
  return provider;
@@ -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 = "ac3452077";
251006
- var CLI_VERSION = "0.37.0-preview.1";
251005
+ var GIT_COMMIT_INFO = "b569a98c0";
251006
+ var CLI_VERSION = "0.37.0";
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.1";
277538
+ return "0.37.0";
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-DFCNEZQQ.js");
331835
+ const { OAuth2AuthProvider } = await import("./oauth2-provider-NB6AEGWS.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-T475D6CB.js";
159
+ } from "./chunk-656G5G3B.js";
160
160
  import {
161
161
  ApprovalMode,
162
162
  CoreEvent,
@@ -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 = "ac3452077";
88058
+ var GIT_COMMIT_INFO = "b569a98c0";
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-YYXQJ7TH.js");
93557
+ const { MCPOAuthProvider } = await import("./core-TNOSLH5P.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 = "ac3452077";
250898
- var CLI_VERSION = "0.37.0-preview.1";
250897
+ var GIT_COMMIT_INFO = "b569a98c0";
250898
+ var CLI_VERSION = "0.37.0";
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.1";
276679
+ return "0.37.1";
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-3Z6BMHEW.js");
328864
+ const { OAuth2AuthProvider } = await import("./oauth2-provider-YW6ORE7X.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-4GDVEGW6.js";
170
+ } from "./chunk-7D745VGL.js";
171
171
  import {
172
172
  ApprovalMode,
173
173
  CoreEvent,
@@ -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 = "ac3452077";
88070
+ var GIT_COMMIT_INFO = "b569a98c0";
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-WQ7AVR5S.js");
93569
+ const { MCPOAuthProvider } = await import("./dist-F3BG3DZ4.js");
93570
93570
  let oauthConfig = server.oauth;
93571
93571
  if (!oauthConfig) {
93572
93572
  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 = "ac3452077";
250898
- var CLI_VERSION = "0.37.0-preview.2";
250897
+ var GIT_COMMIT_INFO = "b569a98c0";
250898
+ var CLI_VERSION = "0.37.0";
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.2";
276679
+ return "0.37.0";
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-UMCNQ5DH.js");
328864
+ const { OAuth2AuthProvider } = await import("./oauth2-provider-SX6BAJM6.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-WY42FI6I.js";
170
+ } from "./chunk-2P3YD5SP.js";
171
171
  import {
172
172
  ApprovalMode,
173
173
  CoreEvent,
@@ -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 = "ae9d4e16a";
88070
+ var GIT_COMMIT_INFO = "3b2d4f100";
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-KYKNBAEA.js");
93569
+ const { MCPOAuthProvider } = await import("./dist-UGFGYXRB.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-4HLDGHKQ.js";
170
+ } from "./chunk-DZQZKSDY.js";
171
171
  import {
172
172
  ApprovalMode,
173
173
  CoreEvent,
@@ -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 = "ac3452077";
88070
+ var GIT_COMMIT_INFO = "b569a98c0";
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-2HVISZHF.js");
93569
+ const { MCPOAuthProvider } = await import("./dist-DIJCUDOP.js");
93570
93570
  let oauthConfig = server.oauth;
93571
93571
  if (!oauthConfig) {
93572
93572
  oauthConfig = { enabled: false };
@@ -724,7 +724,7 @@ import {
724
724
  wrapInAccountChooser,
725
725
  writeToStderr,
726
726
  writeToStdout
727
- } from "./chunk-T475D6CB.js";
727
+ } from "./chunk-656G5G3B.js";
728
728
  import {
729
729
  ACTIVATE_SKILL_TOOL_NAME,
730
730
  ALL_BUILTIN_TOOL_NAMES,
@@ -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-WY42FI6I.js";
2
+ import "./chunk-DZQZKSDY.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-KYKNBAEA.js");
840
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-DIJCUDOP.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-T475D6CB.js";
2
+ import "./chunk-656G5G3B.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-YYXQJ7TH.js");
839
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-TNOSLH5P.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-4HLDGHKQ.js";
2
+ import "./chunk-7D745VGL.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-2HVISZHF.js");
840
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-F3BG3DZ4.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-4GDVEGW6.js";
2
+ import "./chunk-2P3YD5SP.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-WQ7AVR5S.js");
840
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-UGFGYXRB.js");
841
841
  const url = await startDevToolsServer(config);
842
842
  if (shouldLaunchBrowser()) {
843
843
  try {
@@ -724,7 +724,7 @@ import {
724
724
  wrapInAccountChooser,
725
725
  writeToStderr,
726
726
  writeToStdout
727
- } from "./chunk-4HLDGHKQ.js";
727
+ } from "./chunk-DZQZKSDY.js";
728
728
  import {
729
729
  ACTIVATE_SKILL_TOOL_NAME,
730
730
  ALL_BUILTIN_TOOL_NAMES,
@@ -724,7 +724,7 @@ import {
724
724
  wrapInAccountChooser,
725
725
  writeToStderr,
726
726
  writeToStdout
727
- } from "./chunk-WY42FI6I.js";
727
+ } from "./chunk-7D745VGL.js";
728
728
  import {
729
729
  ACTIVATE_SKILL_TOOL_NAME,
730
730
  ALL_BUILTIN_TOOL_NAMES,
@@ -724,7 +724,7 @@ import {
724
724
  wrapInAccountChooser,
725
725
  writeToStderr,
726
726
  writeToStdout
727
- } from "./chunk-4GDVEGW6.js";
727
+ } from "./chunk-2P3YD5SP.js";
728
728
  import {
729
729
  ACTIVATE_SKILL_TOOL_NAME,
730
730
  ALL_BUILTIN_TOOL_NAMES,
package/bundle/gemini.js CHANGED
@@ -66,7 +66,7 @@ import {
66
66
  updateAllUpdatableExtensions,
67
67
  updateExtension,
68
68
  validateAuthMethod
69
- } from "./chunk-KVB2FEJR.js";
69
+ } from "./chunk-MODIYMRW.js";
70
70
  import {
71
71
  AuthType,
72
72
  ChatRecordingService,
@@ -77,6 +77,7 @@ import {
77
77
  FileDiscoveryService,
78
78
  FolderTrustDiscoveryService,
79
79
  GeminiEventType,
80
+ IdeClient,
80
81
  IntegrityStatus,
81
82
  InvalidStreamError,
82
83
  JsonFormatter,
@@ -96,6 +97,7 @@ import {
96
97
  StreamEventType,
97
98
  StreamJsonFormatter,
98
99
  ToolCallEvent,
100
+ UserAccountManager,
99
101
  UserPromptEvent,
100
102
  ValidationCancelledError,
101
103
  ValidationRequiredError,
@@ -155,7 +157,7 @@ import {
155
157
  updatePolicy,
156
158
  writeToStderr,
157
159
  writeToStdout
158
- } from "./chunk-WY42FI6I.js";
160
+ } from "./chunk-2P3YD5SP.js";
159
161
  import {
160
162
  ASK_USER_TOOL_NAME,
161
163
  ApprovalMode,
@@ -7251,7 +7253,7 @@ async function loadSandboxConfig(settings, argv) {
7251
7253
  }
7252
7254
  const command2 = getSandboxCommand(sandboxValue);
7253
7255
  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.2" ?? customImage ?? packageJson?.config?.sandboxImageUri;
7256
+ const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.37.1" ?? customImage ?? packageJson?.config?.sandboxImageUri;
7255
7257
  const isNative = command2 === "windows-native" || command2 === "sandbox-exec" || command2 === "lxc";
7256
7258
  return command2 && (image || isNative) ? { enabled: true, allowedPaths, networkAccess, command: command2, image } : void 0;
7257
7259
  }
@@ -9539,7 +9541,7 @@ async function runNonInteractive({
9539
9541
  }
9540
9542
  });
9541
9543
  if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
9542
- const { setupInitialActivityLogger } = await import("./devtoolsService-NRFH67X5.js");
9544
+ const { setupInitialActivityLogger } = await import("./devtoolsService-V7ZBOBF6.js");
9543
9545
  await setupInitialActivityLogger(config);
9544
9546
  }
9545
9547
  const { stdout: workingStdout } = createWorkingStdio();
@@ -12108,6 +12110,84 @@ ${formatted}`
12108
12110
  }
12109
12111
  };
12110
12112
 
12113
+ // packages/cli/src/acp/commands/about.ts
12114
+ import process5 from "node:process";
12115
+ var AboutCommand = class {
12116
+ name = "about";
12117
+ description = "Show version and environment info";
12118
+ async execute(context, _args = []) {
12119
+ const osVersion = process5.platform;
12120
+ let sandboxEnv = "no sandbox";
12121
+ if (process5.env["SANDBOX"] && process5.env["SANDBOX"] !== "sandbox-exec") {
12122
+ sandboxEnv = process5.env["SANDBOX"];
12123
+ } else if (process5.env["SANDBOX"] === "sandbox-exec") {
12124
+ sandboxEnv = `sandbox-exec (${process5.env["SEATBELT_PROFILE"] || "unknown"})`;
12125
+ }
12126
+ const modelVersion = context.agentContext.config.getModel() || "Unknown";
12127
+ const cliVersion = await getVersion();
12128
+ const selectedAuthType = context.settings.merged?.security?.auth?.selectedType ?? "";
12129
+ const gcpProject = process5.env["GOOGLE_CLOUD_PROJECT"] || "";
12130
+ const ideClient = await getIdeClientName(context);
12131
+ const userAccountManager = new UserAccountManager();
12132
+ const cachedAccount = userAccountManager.getCachedGoogleAccount();
12133
+ const userEmail = cachedAccount ?? "Unknown";
12134
+ const tier = context.agentContext.config.getUserTierName() || "Unknown";
12135
+ const info = [
12136
+ `- Version: ${cliVersion}`,
12137
+ `- OS: ${osVersion}`,
12138
+ `- Sandbox: ${sandboxEnv}`,
12139
+ `- Model: ${modelVersion}`,
12140
+ `- Auth Type: ${selectedAuthType}`,
12141
+ `- GCP Project: ${gcpProject}`,
12142
+ `- IDE Client: ${ideClient}`,
12143
+ `- User Email: ${userEmail}`,
12144
+ `- Tier: ${tier}`
12145
+ ].join("\n");
12146
+ return {
12147
+ name: this.name,
12148
+ data: `Gemini CLI Info:
12149
+ ${info}`
12150
+ };
12151
+ }
12152
+ };
12153
+ async function getIdeClientName(context) {
12154
+ if (!context.agentContext.config.getIdeMode()) {
12155
+ return "";
12156
+ }
12157
+ const ideClient = await IdeClient.getInstance();
12158
+ return ideClient?.getDetectedIdeDisplayName() ?? "";
12159
+ }
12160
+
12161
+ // packages/cli/src/acp/commands/help.ts
12162
+ var HelpCommand = class {
12163
+ constructor(registry) {
12164
+ this.registry = registry;
12165
+ }
12166
+ name = "help";
12167
+ description = "Show available commands";
12168
+ async execute(_context, _args = []) {
12169
+ const commands = this.registry.getAllCommands().sort((a, b) => a.name.localeCompare(b.name));
12170
+ const lines = [];
12171
+ lines.push("Gemini CLI Help:");
12172
+ lines.push("");
12173
+ lines.push("### Basics");
12174
+ lines.push(
12175
+ "- **Add context**: Use `@` to specify files for context (e.g., `@src/myFile.ts`) to target specific files or folders."
12176
+ );
12177
+ lines.push("");
12178
+ lines.push("### Commands");
12179
+ for (const cmd of commands) {
12180
+ if (cmd.description) {
12181
+ lines.push(`- **/${cmd.name}** - ${cmd.description}`);
12182
+ }
12183
+ }
12184
+ return {
12185
+ name: this.name,
12186
+ data: lines.join("\n")
12187
+ };
12188
+ }
12189
+ };
12190
+
12111
12191
  // packages/cli/src/acp/commandHandler.ts
12112
12192
  var CommandHandler = class _CommandHandler {
12113
12193
  registry;
@@ -12120,6 +12200,8 @@ var CommandHandler = class _CommandHandler {
12120
12200
  registry.register(new ExtensionsCommand());
12121
12201
  registry.register(new InitCommand());
12122
12202
  registry.register(new RestoreCommand());
12203
+ registry.register(new AboutCommand());
12204
+ registry.register(new HelpCommand(registry));
12123
12205
  return registry;
12124
12206
  }
12125
12207
  getAvailableCommands() {
@@ -12806,7 +12888,7 @@ ${thought.description}`;
12806
12888
  if (pendingSend.signal.aborted || error instanceof Error && error.name === "AbortError") {
12807
12889
  return { stopReason: CoreToolCallStatus.Cancelled };
12808
12890
  }
12809
- if (error instanceof InvalidStreamError || error && typeof error === "object" && "type" in error && error.type === "NO_RESPONSE_TEXT") {
12891
+ if (error instanceof InvalidStreamError || error && typeof error === "object" && "type" in error && (error.type === "NO_RESPONSE_TEXT" || error.type === "NO_FINISH_REASON" || error.type === "MALFORMED_FUNCTION_CALL" || error.type === "UNEXPECTED_TOOL_CALL")) {
12810
12892
  return {
12811
12893
  stopReason: "end_turn",
12812
12894
  _meta: {
@@ -14263,7 +14345,7 @@ ${reason.stack}` : ""}`;
14263
14345
  });
14264
14346
  }
14265
14347
  async function startInteractiveUI(config, settings, startupWarnings, workspaceRoot = process.cwd(), resumedSessionData, initializationResult) {
14266
- const { startInteractiveUI: doStartUI } = await import("./interactiveCli-NNZT57UA.js");
14348
+ const { startInteractiveUI: doStartUI } = await import("./interactiveCli-25PTL36A.js");
14267
14349
  await doStartUI(
14268
14350
  config,
14269
14351
  settings,
@@ -14460,7 +14542,7 @@ ${finalArgs[promptIndex + 1]}`;
14460
14542
  await config.storage.initialize();
14461
14543
  adminControlsListner.setConfig(config);
14462
14544
  if (config.isInteractive() && settings.merged.general.devtools) {
14463
- const { setupInitialActivityLogger } = await import("./devtoolsService-NRFH67X5.js");
14545
+ const { setupInitialActivityLogger } = await import("./devtoolsService-V7ZBOBF6.js");
14464
14546
  await setupInitialActivityLogger(config);
14465
14547
  }
14466
14548
  registerTelemetryConfig(config);
@@ -186,7 +186,7 @@ import {
186
186
  widestLineFromStyledChars,
187
187
  wordBreakStyledChars,
188
188
  wrapStyledChars
189
- } from "./chunk-Q7WBFJC3.js";
189
+ } from "./chunk-MODIYMRW.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-4HLDGHKQ.js";
309
+ } from "./chunk-2P3YD5SP.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-DHRIWISR.js");
49409
+ const { toggleDevToolsPanel } = await import("./devtoolsService-V7ZBOBF6.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-KVB2FEJR.js";
189
+ } from "./chunk-Y63D5UTO.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-WY42FI6I.js";
309
+ } from "./chunk-DZQZKSDY.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-NRFH67X5.js");
49409
+ const { toggleDevToolsPanel } = await import("./devtoolsService-5AAG2UMX.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-RKV6HN7Q.js";
189
+ } from "./chunk-7I6BZ5I5.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-4GDVEGW6.js";
309
+ } from "./chunk-7D745VGL.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-MSTYJNTU.js");
49409
+ const { toggleDevToolsPanel } = await import("./devtoolsService-NL4FGM2B.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-TZN2SS4V.js";
189
+ } from "./chunk-6G53DP6Y.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-T475D6CB.js";
299
+ } from "./chunk-656G5G3B.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-B6RHLEYB.js");
49392
+ const { toggleDevToolsPanel } = await import("./devtoolsService-DG3SDAMZ.js");
49393
49393
  await toggleDevToolsPanel(
49394
49394
  config,
49395
49395
  showErrorDetails,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/gemini-cli-devtools",
3
- "version": "0.37.0-preview.2",
3
+ "version": "0.37.1",
4
4
  "license": "Apache-2.0",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",
@@ -11,7 +11,7 @@ import {
11
11
  openBrowserSecurely,
12
12
  refreshAccessToken,
13
13
  startCallbackServer
14
- } from "./chunk-4HLDGHKQ.js";
14
+ } from "./chunk-2P3YD5SP.js";
15
15
  import {
16
16
  FatalCancellationError,
17
17
  Storage,
@@ -11,7 +11,7 @@ import {
11
11
  openBrowserSecurely,
12
12
  refreshAccessToken,
13
13
  startCallbackServer
14
- } from "./chunk-T475D6CB.js";
14
+ } from "./chunk-656G5G3B.js";
15
15
  import {
16
16
  FatalCancellationError,
17
17
  Storage,
@@ -11,7 +11,7 @@ import {
11
11
  openBrowserSecurely,
12
12
  refreshAccessToken,
13
13
  startCallbackServer
14
- } from "./chunk-4GDVEGW6.js";
14
+ } from "./chunk-DZQZKSDY.js";
15
15
  import {
16
16
  FatalCancellationError,
17
17
  Storage,
@@ -11,7 +11,7 @@ import {
11
11
  openBrowserSecurely,
12
12
  refreshAccessToken,
13
13
  startCallbackServer
14
- } from "./chunk-WY42FI6I.js";
14
+ } from "./chunk-7D745VGL.js";
15
15
  import {
16
16
  FatalCancellationError,
17
17
  Storage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/gemini-cli",
3
- "version": "0.37.0-preview.2",
3
+ "version": "0.37.1",
4
4
  "description": "Gemini CLI",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {