@google/gemini-cli 0.35.0-preview.2 → 0.35.0-preview.3

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-SCIFYSWM.js → chunk-5SBB3P4L.js} +3 -3
  2. package/bundle/{chunk-WTYAEXC3.js → chunk-BSHOJUT2.js} +5 -9
  3. package/bundle/{chunk-ELVZ5MKI.js → chunk-GGMTXEJO.js} +5 -9
  4. package/bundle/{chunk-TYZCRVGB.js → chunk-HC2FCDHO.js} +3 -3
  5. package/bundle/{chunk-5OVDZKPV.js → chunk-L5MOJUPU.js} +4 -8
  6. package/bundle/{chunk-HYF34ISK.js → chunk-UMBTJI7I.js} +3 -3
  7. package/bundle/{chunk-WXXNCSKU.js → chunk-UXRMEIL2.js} +3 -3
  8. package/bundle/{chunk-6AQAEYFC.js → chunk-YTK7AJUV.js} +4 -8
  9. package/bundle/{core-ZWMLWHG7.js → core-LTXVJI4H.js} +1 -1
  10. package/bundle/{devtoolsService-XMVPJFZ7.js → devtoolsService-442KPRIR.js} +2 -2
  11. package/bundle/{devtoolsService-EVTQ32UO.js → devtoolsService-R5JE4MLS.js} +2 -2
  12. package/bundle/{devtoolsService-DH7MKZL2.js → devtoolsService-WKGY5DWT.js} +2 -2
  13. package/bundle/{devtoolsService-FPFZEEVK.js → devtoolsService-WNWR6HYK.js} +2 -2
  14. package/bundle/{dist-6LCHGUBD.js → dist-56D2FMJJ.js} +1 -1
  15. package/bundle/{dist-AWPSKKKO.js → dist-GL2LLCWF.js} +1 -1
  16. package/bundle/{dist-WOQEPX5R.js → dist-PMCRGIU3.js} +1 -1
  17. package/bundle/gemini.js +6 -6
  18. package/bundle/{interactiveCli-7H3T4KJF.js → interactiveCli-6Z6IFUTV.js} +3 -3
  19. package/bundle/{interactiveCli-E3DWTWRM.js → interactiveCli-7XKQ7W7K.js} +3 -3
  20. package/bundle/{interactiveCli-N4QW3NCZ.js → interactiveCli-PZEQS2Z6.js} +3 -3
  21. package/bundle/{interactiveCli-Z4Y6XB7M.js → interactiveCli-ZWXGL7LQ.js} +3 -3
  22. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  23. package/bundle/{oauth2-provider-IU6STKL7.js → oauth2-provider-32N4SW2N.js} +1 -1
  24. package/bundle/{oauth2-provider-CPMX7ITW.js → oauth2-provider-7CBBPEZS.js} +1 -1
  25. package/bundle/{oauth2-provider-LTBDSRHY.js → oauth2-provider-L2WMQ3QS.js} +1 -1
  26. package/bundle/{oauth2-provider-ZWWMTBET.js → oauth2-provider-V2ZMYLUK.js} +1 -1
  27. package/package.json +1 -1
@@ -161,7 +161,7 @@ import {
161
161
  tokenLimit,
162
162
  uiTelemetryService,
163
163
  yellowBright
164
- } from "./chunk-WTYAEXC3.js";
164
+ } from "./chunk-YTK7AJUV.js";
165
165
  import {
166
166
  require_undici
167
167
  } from "./chunk-37ZTTFQF.js";
@@ -82775,7 +82775,7 @@ var authCommand = {
82775
82775
  import process29 from "node:process";
82776
82776
 
82777
82777
  // packages/cli/src/generated/git-commit.ts
82778
- var GIT_COMMIT_INFO = "dd950088c";
82778
+ var GIT_COMMIT_INFO = "d1de82c46";
82779
82779
 
82780
82780
  // packages/cli/src/ui/utils/historyExportUtils.ts
82781
82781
  import * as fsPromises2 from "node:fs/promises";
@@ -88108,7 +88108,7 @@ Use /mcp auth <server-name> to authenticate.`
88108
88108
  type: "info",
88109
88109
  text: `Starting OAuth authentication for MCP server '${serverName}'...`
88110
88110
  });
88111
- const { MCPOAuthProvider } = await import("./dist-6LCHGUBD.js");
88111
+ const { MCPOAuthProvider } = await import("./dist-56D2FMJJ.js");
88112
88112
  let oauthConfig = server.oauth;
88113
88113
  if (!oauthConfig) {
88114
88114
  oauthConfig = { enabled: false };
@@ -218180,8 +218180,8 @@ var Float64Vector = import_vector.default.Float64Vector;
218180
218180
  var PointerVector = import_vector.default.PointerVector;
218181
218181
 
218182
218182
  // packages/core/dist/src/generated/git-commit.js
218183
- var GIT_COMMIT_INFO = "dd950088c";
218184
- var CLI_VERSION = "0.35.0-preview.1";
218183
+ var GIT_COMMIT_INFO = "d1de82c46";
218184
+ var CLI_VERSION = "0.35.0-preview.3";
218185
218185
 
218186
218186
  // packages/core/dist/src/ide/detect-ide.js
218187
218187
  var IDE_DEFINITIONS = {
@@ -225986,11 +225986,7 @@ function normalizeCommandName(raw) {
225986
225986
  return raw.slice(1, -1);
225987
225987
  }
225988
225988
  }
225989
- const trimmed2 = raw.trim();
225990
- if (!trimmed2) {
225991
- return trimmed2;
225992
- }
225993
- return trimmed2.split(/[\\/]/).pop() ?? trimmed2;
225989
+ return raw.trim();
225994
225990
  }
225995
225991
  function extractNameFromNode(node) {
225996
225992
  switch (node.type) {
@@ -251277,7 +251273,7 @@ function getVersion() {
251277
251273
  }
251278
251274
  versionPromise = (async () => {
251279
251275
  const pkgJson = await getPackageJson(__dirname3);
251280
- return "0.35.0-preview.1";
251276
+ return "0.35.0-preview.3";
251281
251277
  })();
251282
251278
  return versionPromise;
251283
251279
  }
@@ -309295,7 +309291,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
309295
309291
  return provider;
309296
309292
  }
309297
309293
  case "oauth2": {
309298
- const { OAuth2AuthProvider } = await import("./oauth2-provider-ZWWMTBET.js");
309294
+ const { OAuth2AuthProvider } = await import("./oauth2-provider-32N4SW2N.js");
309299
309295
  const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
309300
309296
  await provider.initialize();
309301
309297
  return provider;
@@ -218119,8 +218119,8 @@ var Float64Vector = import_vector.default.Float64Vector;
218119
218119
  var PointerVector = import_vector.default.PointerVector;
218120
218120
 
218121
218121
  // packages/core/src/generated/git-commit.ts
218122
- var GIT_COMMIT_INFO = "dd950088c";
218123
- var CLI_VERSION = "0.35.0-preview.1";
218122
+ var GIT_COMMIT_INFO = "d1de82c46";
218123
+ var CLI_VERSION = "0.35.0-preview.2";
218124
218124
 
218125
218125
  // packages/core/src/ide/detect-ide.ts
218126
218126
  var IDE_DEFINITIONS = {
@@ -226036,11 +226036,7 @@ function normalizeCommandName(raw) {
226036
226036
  return raw.slice(1, -1);
226037
226037
  }
226038
226038
  }
226039
- const trimmed2 = raw.trim();
226040
- if (!trimmed2) {
226041
- return trimmed2;
226042
- }
226043
- return trimmed2.split(/[\\/]/).pop() ?? trimmed2;
226039
+ return raw.trim();
226044
226040
  }
226045
226041
  function extractNameFromNode(node) {
226046
226042
  switch (node.type) {
@@ -252239,7 +252235,7 @@ function getVersion() {
252239
252235
  }
252240
252236
  versionPromise = (async () => {
252241
252237
  const pkgJson = await getPackageJson(__dirname3);
252242
- return "0.35.0-preview.1";
252238
+ return "0.35.0-preview.2";
252243
252239
  })();
252244
252240
  return versionPromise;
252245
252241
  }
@@ -312188,7 +312184,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
312188
312184
  return provider;
312189
312185
  }
312190
312186
  case "oauth2": {
312191
- const { OAuth2AuthProvider } = await import("./oauth2-provider-CPMX7ITW.js");
312187
+ const { OAuth2AuthProvider } = await import("./oauth2-provider-7CBBPEZS.js");
312192
312188
  const provider = new OAuth2AuthProvider(
312193
312189
  authConfig,
312194
312190
  options.agentName ?? "unknown",
@@ -161,7 +161,7 @@ import {
161
161
  tokenLimit,
162
162
  uiTelemetryService,
163
163
  yellowBright
164
- } from "./chunk-5OVDZKPV.js";
164
+ } from "./chunk-BSHOJUT2.js";
165
165
  import {
166
166
  require_undici
167
167
  } from "./chunk-37ZTTFQF.js";
@@ -82775,7 +82775,7 @@ var authCommand = {
82775
82775
  import process29 from "node:process";
82776
82776
 
82777
82777
  // packages/cli/src/generated/git-commit.ts
82778
- var GIT_COMMIT_INFO = "7f8fb6f29";
82778
+ var GIT_COMMIT_INFO = "22580dd82";
82779
82779
 
82780
82780
  // packages/cli/src/ui/utils/historyExportUtils.ts
82781
82781
  import * as fsPromises2 from "node:fs/promises";
@@ -88108,7 +88108,7 @@ Use /mcp auth <server-name> to authenticate.`
88108
88108
  type: "info",
88109
88109
  text: `Starting OAuth authentication for MCP server '${serverName}'...`
88110
88110
  });
88111
- const { MCPOAuthProvider } = await import("./dist-WOQEPX5R.js");
88111
+ const { MCPOAuthProvider } = await import("./dist-PMCRGIU3.js");
88112
88112
  let oauthConfig = server.oauth;
88113
88113
  if (!oauthConfig) {
88114
88114
  oauthConfig = { enabled: false };
@@ -218180,7 +218180,7 @@ var Float64Vector = import_vector.default.Float64Vector;
218180
218180
  var PointerVector = import_vector.default.PointerVector;
218181
218181
 
218182
218182
  // packages/core/dist/src/generated/git-commit.js
218183
- var GIT_COMMIT_INFO = "dd950088c";
218183
+ var GIT_COMMIT_INFO = "d1de82c46";
218184
218184
  var CLI_VERSION = "0.35.0-preview.2";
218185
218185
 
218186
218186
  // packages/core/dist/src/ide/detect-ide.js
@@ -225986,11 +225986,7 @@ function normalizeCommandName(raw) {
225986
225986
  return raw.slice(1, -1);
225987
225987
  }
225988
225988
  }
225989
- const trimmed2 = raw.trim();
225990
- if (!trimmed2) {
225991
- return trimmed2;
225992
- }
225993
- return trimmed2.split(/[\\/]/).pop() ?? trimmed2;
225989
+ return raw.trim();
225994
225990
  }
225995
225991
  function extractNameFromNode(node) {
225996
225992
  switch (node.type) {
@@ -251277,7 +251273,7 @@ function getVersion() {
251277
251273
  }
251278
251274
  versionPromise = (async () => {
251279
251275
  const pkgJson = await getPackageJson(__dirname3);
251280
- return "0.35.0-preview.2";
251276
+ return "0.35.0-preview.3";
251281
251277
  })();
251282
251278
  return versionPromise;
251283
251279
  }
@@ -309295,7 +309291,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
309295
309291
  return provider;
309296
309292
  }
309297
309293
  case "oauth2": {
309298
- const { OAuth2AuthProvider } = await import("./oauth2-provider-LTBDSRHY.js");
309294
+ const { OAuth2AuthProvider } = await import("./oauth2-provider-L2WMQ3QS.js");
309299
309295
  const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
309300
309296
  await provider.initialize();
309301
309297
  return provider;
@@ -150,7 +150,7 @@ import {
150
150
  tokenLimit,
151
151
  uiTelemetryService,
152
152
  yellowBright
153
- } from "./chunk-ELVZ5MKI.js";
153
+ } from "./chunk-GGMTXEJO.js";
154
154
  import {
155
155
  require_undici
156
156
  } from "./chunk-37ZTTFQF.js";
@@ -82763,7 +82763,7 @@ var authCommand = {
82763
82763
  import process29 from "node:process";
82764
82764
 
82765
82765
  // packages/cli/src/generated/git-commit.ts
82766
- var GIT_COMMIT_INFO = "dd950088c";
82766
+ var GIT_COMMIT_INFO = "d1de82c46";
82767
82767
 
82768
82768
  // packages/cli/src/ui/utils/historyExportUtils.ts
82769
82769
  import * as fsPromises2 from "node:fs/promises";
@@ -88096,7 +88096,7 @@ Use /mcp auth <server-name> to authenticate.`
88096
88096
  type: "info",
88097
88097
  text: `Starting OAuth authentication for MCP server '${serverName}'...`
88098
88098
  });
88099
- const { MCPOAuthProvider } = await import("./core-ZWMLWHG7.js");
88099
+ const { MCPOAuthProvider } = await import("./core-LTXVJI4H.js");
88100
88100
  let oauthConfig = server.oauth;
88101
88101
  if (!oauthConfig) {
88102
88102
  oauthConfig = { enabled: false };
@@ -161,7 +161,7 @@ import {
161
161
  tokenLimit,
162
162
  uiTelemetryService,
163
163
  yellowBright
164
- } from "./chunk-6AQAEYFC.js";
164
+ } from "./chunk-L5MOJUPU.js";
165
165
  import {
166
166
  require_undici
167
167
  } from "./chunk-37ZTTFQF.js";
@@ -82775,7 +82775,7 @@ var authCommand = {
82775
82775
  import process29 from "node:process";
82776
82776
 
82777
82777
  // packages/cli/src/generated/git-commit.ts
82778
- var GIT_COMMIT_INFO = "dd950088c";
82778
+ var GIT_COMMIT_INFO = "d1de82c46";
82779
82779
 
82780
82780
  // packages/cli/src/ui/utils/historyExportUtils.ts
82781
82781
  import * as fsPromises2 from "node:fs/promises";
@@ -88108,7 +88108,7 @@ Use /mcp auth <server-name> to authenticate.`
88108
88108
  type: "info",
88109
88109
  text: `Starting OAuth authentication for MCP server '${serverName}'...`
88110
88110
  });
88111
- const { MCPOAuthProvider } = await import("./dist-AWPSKKKO.js");
88111
+ const { MCPOAuthProvider } = await import("./dist-GL2LLCWF.js");
88112
88112
  let oauthConfig = server.oauth;
88113
88113
  if (!oauthConfig) {
88114
88114
  oauthConfig = { enabled: false };
@@ -218180,8 +218180,8 @@ var Float64Vector = import_vector.default.Float64Vector;
218180
218180
  var PointerVector = import_vector.default.PointerVector;
218181
218181
 
218182
218182
  // packages/core/dist/src/generated/git-commit.js
218183
- var GIT_COMMIT_INFO = "dd950088c";
218184
- var CLI_VERSION = "0.35.0-preview.1";
218183
+ var GIT_COMMIT_INFO = "d1de82c46";
218184
+ var CLI_VERSION = "0.35.0-preview.2";
218185
218185
 
218186
218186
  // packages/core/dist/src/ide/detect-ide.js
218187
218187
  var IDE_DEFINITIONS = {
@@ -225986,11 +225986,7 @@ function normalizeCommandName(raw) {
225986
225986
  return raw.slice(1, -1);
225987
225987
  }
225988
225988
  }
225989
- const trimmed2 = raw.trim();
225990
- if (!trimmed2) {
225991
- return trimmed2;
225992
- }
225993
- return trimmed2.split(/[\\/]/).pop() ?? trimmed2;
225989
+ return raw.trim();
225994
225990
  }
225995
225991
  function extractNameFromNode(node) {
225996
225992
  switch (node.type) {
@@ -309295,7 +309291,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
309295
309291
  return provider;
309296
309292
  }
309297
309293
  case "oauth2": {
309298
- const { OAuth2AuthProvider } = await import("./oauth2-provider-IU6STKL7.js");
309294
+ const { OAuth2AuthProvider } = await import("./oauth2-provider-V2ZMYLUK.js");
309299
309295
  const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
309300
309296
  await provider.initialize();
309301
309297
  return provider;
@@ -665,7 +665,7 @@ import {
665
665
  wrapInAccountChooser,
666
666
  writeToStderr,
667
667
  writeToStdout
668
- } from "./chunk-ELVZ5MKI.js";
668
+ } from "./chunk-GGMTXEJO.js";
669
669
  import "./chunk-37ZTTFQF.js";
670
670
  import {
671
671
  ACTIVATE_SKILL_TOOL_NAME,
@@ -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-6AQAEYFC.js";
2
+ import "./chunk-YTK7AJUV.js";
3
3
  import "./chunk-37ZTTFQF.js";
4
4
  import {
5
5
  CoreEvent,
@@ -821,7 +821,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
821
821
  return;
822
822
  }
823
823
  try {
824
- const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-AWPSKKKO.js");
824
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-56D2FMJJ.js");
825
825
  const url = await startDevToolsServer(config);
826
826
  if (shouldLaunchBrowser()) {
827
827
  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-ELVZ5MKI.js";
2
+ import "./chunk-GGMTXEJO.js";
3
3
  import "./chunk-37ZTTFQF.js";
4
4
  import {
5
5
  coreEvents,
@@ -820,7 +820,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
820
820
  return;
821
821
  }
822
822
  try {
823
- const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-ZWMLWHG7.js");
823
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-LTXVJI4H.js");
824
824
  const url = await startDevToolsServer(config);
825
825
  if (shouldLaunchBrowser()) {
826
826
  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-5OVDZKPV.js";
2
+ import "./chunk-BSHOJUT2.js";
3
3
  import "./chunk-37ZTTFQF.js";
4
4
  import {
5
5
  CoreEvent,
@@ -821,7 +821,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
821
821
  return;
822
822
  }
823
823
  try {
824
- const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-WOQEPX5R.js");
824
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-PMCRGIU3.js");
825
825
  const url = await startDevToolsServer(config);
826
826
  if (shouldLaunchBrowser()) {
827
827
  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-WTYAEXC3.js";
2
+ import "./chunk-L5MOJUPU.js";
3
3
  import "./chunk-37ZTTFQF.js";
4
4
  import {
5
5
  CoreEvent,
@@ -821,7 +821,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
821
821
  return;
822
822
  }
823
823
  try {
824
- const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-6LCHGUBD.js");
824
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-GL2LLCWF.js");
825
825
  const url = await startDevToolsServer(config);
826
826
  if (shouldLaunchBrowser()) {
827
827
  try {
@@ -665,7 +665,7 @@ import {
665
665
  wrapInAccountChooser,
666
666
  writeToStderr,
667
667
  writeToStdout
668
- } from "./chunk-WTYAEXC3.js";
668
+ } from "./chunk-YTK7AJUV.js";
669
669
  import "./chunk-37ZTTFQF.js";
670
670
  import {
671
671
  ACTIVATE_SKILL_TOOL_NAME,
@@ -665,7 +665,7 @@ import {
665
665
  wrapInAccountChooser,
666
666
  writeToStderr,
667
667
  writeToStdout
668
- } from "./chunk-6AQAEYFC.js";
668
+ } from "./chunk-L5MOJUPU.js";
669
669
  import "./chunk-37ZTTFQF.js";
670
670
  import {
671
671
  ACTIVATE_SKILL_TOOL_NAME,
@@ -665,7 +665,7 @@ import {
665
665
  wrapInAccountChooser,
666
666
  writeToStderr,
667
667
  writeToStdout
668
- } from "./chunk-5OVDZKPV.js";
668
+ } from "./chunk-BSHOJUT2.js";
669
669
  import "./chunk-37ZTTFQF.js";
670
670
  import {
671
671
  ACTIVATE_SKILL_TOOL_NAME,
package/bundle/gemini.js CHANGED
@@ -66,7 +66,7 @@ import {
66
66
  updateAllUpdatableExtensions,
67
67
  updateExtension,
68
68
  validateAuthMethod
69
- } from "./chunk-TYZCRVGB.js";
69
+ } from "./chunk-HC2FCDHO.js";
70
70
  import {
71
71
  AuthType,
72
72
  ChatRecordingService,
@@ -148,7 +148,7 @@ import {
148
148
  uiTelemetryService,
149
149
  writeToStderr,
150
150
  writeToStdout
151
- } from "./chunk-5OVDZKPV.js";
151
+ } from "./chunk-BSHOJUT2.js";
152
152
  import "./chunk-37ZTTFQF.js";
153
153
  import {
154
154
  ASK_USER_TOOL_NAME,
@@ -10728,7 +10728,7 @@ async function loadSandboxConfig(settings, argv) {
10728
10728
  }
10729
10729
  const command2 = getSandboxCommand(sandboxValue);
10730
10730
  const packageJson = await getPackageJson(__dirname4);
10731
- const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.35.0-preview.2" ?? customImage ?? packageJson?.config?.sandboxImageUri;
10731
+ const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.35.0-preview.3" ?? customImage ?? packageJson?.config?.sandboxImageUri;
10732
10732
  return command2 && image ? { enabled: true, allowedPaths, networkAccess, command: command2, image } : void 0;
10733
10733
  }
10734
10734
 
@@ -12856,7 +12856,7 @@ async function runNonInteractive({
12856
12856
  }
12857
12857
  });
12858
12858
  if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
12859
- const { setupInitialActivityLogger } = await import("./devtoolsService-DH7MKZL2.js");
12859
+ const { setupInitialActivityLogger } = await import("./devtoolsService-WKGY5DWT.js");
12860
12860
  await setupInitialActivityLogger(config);
12861
12861
  }
12862
12862
  const { stdout: workingStdout } = createWorkingStdio();
@@ -17064,7 +17064,7 @@ ${reason.stack}` : ""}`;
17064
17064
  });
17065
17065
  }
17066
17066
  async function startInteractiveUI(config, settings, startupWarnings, workspaceRoot = process.cwd(), resumedSessionData, initializationResult) {
17067
- const { startInteractiveUI: doStartUI } = await import("./interactiveCli-7H3T4KJF.js");
17067
+ const { startInteractiveUI: doStartUI } = await import("./interactiveCli-6Z6IFUTV.js");
17068
17068
  await doStartUI(
17069
17069
  config,
17070
17070
  settings,
@@ -17244,7 +17244,7 @@ ${finalArgs[promptIndex + 1]}`;
17244
17244
  await config.storage.initialize();
17245
17245
  adminControlsListner.setConfig(config);
17246
17246
  if (config.isInteractive() && settings.merged.general.devtools) {
17247
- const { setupInitialActivityLogger } = await import("./devtoolsService-DH7MKZL2.js");
17247
+ const { setupInitialActivityLogger } = await import("./devtoolsService-WKGY5DWT.js");
17248
17248
  await setupInitialActivityLogger(config);
17249
17249
  }
17250
17250
  registerTelemetryConfig(config);
@@ -180,7 +180,7 @@ import {
180
180
  widestLineFromStyledChars,
181
181
  wordBreakStyledChars,
182
182
  wrapStyledChars
183
- } from "./chunk-TYZCRVGB.js";
183
+ } from "./chunk-HC2FCDHO.js";
184
184
  import {
185
185
  ApiKeyUpdatedEvent,
186
186
  AsyncFzf,
@@ -298,7 +298,7 @@ import {
298
298
  validatePlanContent,
299
299
  validatePlanPath,
300
300
  writeToStdout
301
- } from "./chunk-5OVDZKPV.js";
301
+ } from "./chunk-BSHOJUT2.js";
302
302
  import "./chunk-37ZTTFQF.js";
303
303
  import {
304
304
  ACTIVATE_SKILL_TOOL_NAME,
@@ -47766,7 +47766,7 @@ ${queuedText}` : queuedText;
47766
47766
  if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
47767
47767
  if (settings.merged.general.devtools) {
47768
47768
  void (async () => {
47769
- const { toggleDevToolsPanel } = await import("./devtoolsService-DH7MKZL2.js");
47769
+ const { toggleDevToolsPanel } = await import("./devtoolsService-WKGY5DWT.js");
47770
47770
  await toggleDevToolsPanel(
47771
47771
  config,
47772
47772
  showErrorDetails,
@@ -180,7 +180,7 @@ import {
180
180
  widestLineFromStyledChars,
181
181
  wordBreakStyledChars,
182
182
  wrapStyledChars
183
- } from "./chunk-WXXNCSKU.js";
183
+ } from "./chunk-UXRMEIL2.js";
184
184
  import {
185
185
  ApiKeyUpdatedEvent,
186
186
  AsyncFzf,
@@ -298,7 +298,7 @@ import {
298
298
  validatePlanContent,
299
299
  validatePlanPath,
300
300
  writeToStdout
301
- } from "./chunk-6AQAEYFC.js";
301
+ } from "./chunk-L5MOJUPU.js";
302
302
  import "./chunk-37ZTTFQF.js";
303
303
  import {
304
304
  ACTIVATE_SKILL_TOOL_NAME,
@@ -47766,7 +47766,7 @@ ${queuedText}` : queuedText;
47766
47766
  if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
47767
47767
  if (settings.merged.general.devtools) {
47768
47768
  void (async () => {
47769
- const { toggleDevToolsPanel } = await import("./devtoolsService-XMVPJFZ7.js");
47769
+ const { toggleDevToolsPanel } = await import("./devtoolsService-WNWR6HYK.js");
47770
47770
  await toggleDevToolsPanel(
47771
47771
  config,
47772
47772
  showErrorDetails,
@@ -180,7 +180,7 @@ import {
180
180
  widestLineFromStyledChars,
181
181
  wordBreakStyledChars,
182
182
  wrapStyledChars
183
- } from "./chunk-HYF34ISK.js";
183
+ } from "./chunk-UMBTJI7I.js";
184
184
  import {
185
185
  ApiKeyUpdatedEvent,
186
186
  AsyncFzf,
@@ -288,7 +288,7 @@ import {
288
288
  validatePlanContent,
289
289
  validatePlanPath,
290
290
  writeToStdout
291
- } from "./chunk-ELVZ5MKI.js";
291
+ } from "./chunk-GGMTXEJO.js";
292
292
  import "./chunk-37ZTTFQF.js";
293
293
  import {
294
294
  ACTIVATE_SKILL_TOOL_NAME,
@@ -47749,7 +47749,7 @@ ${queuedText}` : queuedText;
47749
47749
  if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
47750
47750
  if (settings.merged.general.devtools) {
47751
47751
  void (async () => {
47752
- const { toggleDevToolsPanel } = await import("./devtoolsService-EVTQ32UO.js");
47752
+ const { toggleDevToolsPanel } = await import("./devtoolsService-R5JE4MLS.js");
47753
47753
  await toggleDevToolsPanel(
47754
47754
  config,
47755
47755
  showErrorDetails,
@@ -180,7 +180,7 @@ import {
180
180
  widestLineFromStyledChars,
181
181
  wordBreakStyledChars,
182
182
  wrapStyledChars
183
- } from "./chunk-SCIFYSWM.js";
183
+ } from "./chunk-5SBB3P4L.js";
184
184
  import {
185
185
  ApiKeyUpdatedEvent,
186
186
  AsyncFzf,
@@ -298,7 +298,7 @@ import {
298
298
  validatePlanContent,
299
299
  validatePlanPath,
300
300
  writeToStdout
301
- } from "./chunk-WTYAEXC3.js";
301
+ } from "./chunk-YTK7AJUV.js";
302
302
  import "./chunk-37ZTTFQF.js";
303
303
  import {
304
304
  ACTIVATE_SKILL_TOOL_NAME,
@@ -47766,7 +47766,7 @@ ${queuedText}` : queuedText;
47766
47766
  if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
47767
47767
  if (settings.merged.general.devtools) {
47768
47768
  void (async () => {
47769
- const { toggleDevToolsPanel } = await import("./devtoolsService-FPFZEEVK.js");
47769
+ const { toggleDevToolsPanel } = await import("./devtoolsService-442KPRIR.js");
47770
47770
  await toggleDevToolsPanel(
47771
47771
  config,
47772
47772
  showErrorDetails,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/gemini-cli-devtools",
3
- "version": "0.35.0-preview.2",
3
+ "version": "0.35.0-preview.3",
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-6AQAEYFC.js";
14
+ } from "./chunk-BSHOJUT2.js";
15
15
  import "./chunk-37ZTTFQF.js";
16
16
  import {
17
17
  FatalCancellationError,
@@ -11,7 +11,7 @@ import {
11
11
  openBrowserSecurely,
12
12
  refreshAccessToken,
13
13
  startCallbackServer
14
- } from "./chunk-ELVZ5MKI.js";
14
+ } from "./chunk-GGMTXEJO.js";
15
15
  import "./chunk-37ZTTFQF.js";
16
16
  import {
17
17
  FatalCancellationError,
@@ -11,7 +11,7 @@ import {
11
11
  openBrowserSecurely,
12
12
  refreshAccessToken,
13
13
  startCallbackServer
14
- } from "./chunk-5OVDZKPV.js";
14
+ } from "./chunk-L5MOJUPU.js";
15
15
  import "./chunk-37ZTTFQF.js";
16
16
  import {
17
17
  FatalCancellationError,
@@ -11,7 +11,7 @@ import {
11
11
  openBrowserSecurely,
12
12
  refreshAccessToken,
13
13
  startCallbackServer
14
- } from "./chunk-WTYAEXC3.js";
14
+ } from "./chunk-YTK7AJUV.js";
15
15
  import "./chunk-37ZTTFQF.js";
16
16
  import {
17
17
  FatalCancellationError,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google/gemini-cli",
3
- "version": "0.35.0-preview.2",
3
+ "version": "0.35.0-preview.3",
4
4
  "description": "Gemini CLI",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {