@google/gemini-cli 0.36.0-preview.8 → 0.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/bundle/{chunk-N22U7LIR.js → chunk-2OFO4ODK.js} +4 -4
  2. package/bundle/{chunk-QBLIM2T2.js → chunk-EAXTBDLN.js} +3 -3
  3. package/bundle/{chunk-FWCJAF6L.js → chunk-GHJNEZXJ.js} +57 -69
  4. package/bundle/{chunk-5JDHTAA3.js → chunk-QVTX2M5J.js} +4 -4
  5. package/bundle/{chunk-UUJ4JLTB.js → chunk-UNM3DGTG.js} +3 -3
  6. package/bundle/{chunk-5Y6Y7SEB.js → chunk-VB55KQW3.js} +10495 -5615
  7. package/bundle/{core-N4UNRLQA.js → core-6V2OYDRU.js} +1 -1
  8. package/bundle/{dist-QEB25IFU.js → core-BMLL5RF4.js} +2 -2
  9. package/bundle/{devtoolsService-7D3WUF33.js → devtoolsService-QTW7GHQP.js} +2 -2
  10. package/bundle/{devtoolsService-NA7MR5UO.js → devtoolsService-UL6JE436.js} +4 -5
  11. package/bundle/{devtoolsService-Y53ZUB56.js → devtoolsService-ZKU2HLK2.js} +2 -2
  12. package/bundle/{dist-HD2ZHBHJ.js → dist-PYC2JXAJ.js} +1 -1
  13. package/bundle/gemini.js +6 -6
  14. package/bundle/{interactiveCli-LFO7EWZS.js → interactiveCli-A6HZ2TDO.js} +3 -3
  15. package/bundle/{interactiveCli-A6H7VTMC.js → interactiveCli-DWMSDCKV.js} +235 -252
  16. package/bundle/{interactiveCli-2JRQPNZP.js → interactiveCli-VLQHRXHU.js} +3 -3
  17. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  18. package/bundle/{oauth2-provider-QOWLZC44.js → oauth2-provider-5ENESIRQ.js} +1 -1
  19. package/bundle/{oauth2-provider-2WD22PTI.js → oauth2-provider-CAKFQRQV.js} +1 -1
  20. package/bundle/{oauth2-provider-34BPLPQX.js → oauth2-provider-RVED6DAZ.js} +73 -39
  21. package/package.json +1 -1
  22. package/bundle/chunk-642LNT3F.js +0 -97905
  23. package/bundle/chunk-X6CSYCBW.js +0 -354180
  24. package/bundle/devtoolsService-VU7N6PSG.js +0 -854
  25. package/bundle/dist-JYY2GAAR.js +0 -1886
  26. package/bundle/interactiveCli-R5N55BDV.js +0 -49299
  27. package/bundle/oauth2-provider-MZAUZWUS.js +0 -237
@@ -705,7 +705,7 @@ import {
705
705
  wrapInAccountChooser,
706
706
  writeToStderr,
707
707
  writeToStdout
708
- } from "./chunk-N22U7LIR.js";
708
+ } from "./chunk-VB55KQW3.js";
709
709
  import {
710
710
  ACTIVATE_SKILL_TOOL_NAME,
711
711
  ALL_BUILTIN_TOOL_NAMES,
@@ -705,7 +705,7 @@ import {
705
705
  wrapInAccountChooser,
706
706
  writeToStderr,
707
707
  writeToStdout
708
- } from "./chunk-5JDHTAA3.js";
708
+ } from "./chunk-2OFO4ODK.js";
709
709
  import {
710
710
  ACTIVATE_SKILL_TOOL_NAME,
711
711
  ALL_BUILTIN_TOOL_NAMES,
@@ -937,7 +937,7 @@ import {
937
937
  tmpdir,
938
938
  toFriendlyError,
939
939
  unescapePath
940
- } from "./chunk-S2IQOR7T.js";
940
+ } from "./chunk-MYI75E6G.js";
941
941
  import "./chunk-664ZODQF.js";
942
942
  import "./chunk-RJTRUG2J.js";
943
943
  import {
@@ -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-N22U7LIR.js";
2
+ import "./chunk-VB55KQW3.js";
3
3
  import {
4
4
  coreEvents,
5
5
  debugLogger
@@ -819,7 +819,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
819
819
  return;
820
820
  }
821
821
  try {
822
- const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-N4UNRLQA.js");
822
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-6V2OYDRU.js");
823
823
  const url = await startDevToolsServer(config);
824
824
  if (shouldLaunchBrowser()) {
825
825
  try {
@@ -1,10 +1,9 @@
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-X6CSYCBW.js";
2
+ import "./chunk-2OFO4ODK.js";
3
3
  import {
4
- CoreEvent,
5
4
  coreEvents,
6
5
  debugLogger
7
- } from "./chunk-S2IQOR7T.js";
6
+ } from "./chunk-MYI75E6G.js";
8
7
  import {
9
8
  wrapper_default
10
9
  } from "./chunk-664ZODQF.js";
@@ -650,7 +649,7 @@ var bridgeAttached = false;
650
649
  function bridgeCoreEvents(capture) {
651
650
  if (bridgeAttached) return;
652
651
  bridgeAttached = true;
653
- coreEvents.on(CoreEvent.ConsoleLog, (payload) => {
652
+ coreEvents.on("console-log" /* ConsoleLog */, (payload) => {
654
653
  capture.logConsole(payload);
655
654
  });
656
655
  }
@@ -820,7 +819,7 @@ async function toggleDevToolsPanel(config, isOpen, toggle, setOpen) {
820
819
  return;
821
820
  }
822
821
  try {
823
- const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-HD2ZHBHJ.js");
822
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./core-BMLL5RF4.js");
824
823
  const url = await startDevToolsServer(config);
825
824
  if (shouldLaunchBrowser()) {
826
825
  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-5JDHTAA3.js";
2
+ import "./chunk-QVTX2M5J.js";
3
3
  import {
4
4
  CoreEvent,
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("./dist-QEB25IFU.js");
823
+ const { openBrowserSecurely, shouldLaunchBrowser } = await import("./dist-PYC2JXAJ.js");
824
824
  const url = await startDevToolsServer(config);
825
825
  if (shouldLaunchBrowser()) {
826
826
  try {
@@ -705,7 +705,7 @@ import {
705
705
  wrapInAccountChooser,
706
706
  writeToStderr,
707
707
  writeToStdout
708
- } from "./chunk-X6CSYCBW.js";
708
+ } from "./chunk-QVTX2M5J.js";
709
709
  import {
710
710
  ACTIVATE_SKILL_TOOL_NAME,
711
711
  ALL_BUILTIN_TOOL_NAMES,
package/bundle/gemini.js CHANGED
@@ -67,7 +67,7 @@ import {
67
67
  updateAllUpdatableExtensions,
68
68
  updateExtension,
69
69
  validateAuthMethod
70
- } from "./chunk-FWCJAF6L.js";
70
+ } from "./chunk-UNM3DGTG.js";
71
71
  import {
72
72
  AuthType,
73
73
  ChatRecordingService,
@@ -153,7 +153,7 @@ import {
153
153
  uiTelemetryService,
154
154
  writeToStderr,
155
155
  writeToStdout
156
- } from "./chunk-X6CSYCBW.js";
156
+ } from "./chunk-QVTX2M5J.js";
157
157
  import {
158
158
  ASK_USER_TOOL_NAME,
159
159
  ApprovalMode,
@@ -7245,7 +7245,7 @@ async function loadSandboxConfig(settings, argv) {
7245
7245
  }
7246
7246
  const command2 = getSandboxCommand(sandboxValue);
7247
7247
  const packageJson = await getPackageJson(__dirname3);
7248
- const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.36.0-preview.8" ?? customImage ?? packageJson?.config?.sandboxImageUri;
7248
+ const image = process.env["GEMINI_SANDBOX_IMAGE"] ?? "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.36.0" ?? customImage ?? packageJson?.config?.sandboxImageUri;
7249
7249
  const isNative = command2 === "windows-native" || command2 === "sandbox-exec" || command2 === "lxc";
7250
7250
  return command2 && (image || isNative) ? { enabled: true, allowedPaths, networkAccess, command: command2, image } : void 0;
7251
7251
  }
@@ -9521,7 +9521,7 @@ async function runNonInteractive({
9521
9521
  }
9522
9522
  });
9523
9523
  if (process.env["GEMINI_CLI_ACTIVITY_LOG_TARGET"]) {
9524
- const { setupInitialActivityLogger } = await import("./devtoolsService-NA7MR5UO.js");
9524
+ const { setupInitialActivityLogger } = await import("./devtoolsService-ZKU2HLK2.js");
9525
9525
  await setupInitialActivityLogger(config);
9526
9526
  }
9527
9527
  const { stdout: workingStdout } = createWorkingStdio();
@@ -13974,7 +13974,7 @@ ${reason.stack}` : ""}`;
13974
13974
  });
13975
13975
  }
13976
13976
  async function startInteractiveUI(config, settings, startupWarnings, workspaceRoot = process.cwd(), resumedSessionData, initializationResult) {
13977
- const { startInteractiveUI: doStartUI } = await import("./interactiveCli-R5N55BDV.js");
13977
+ const { startInteractiveUI: doStartUI } = await import("./interactiveCli-VLQHRXHU.js");
13978
13978
  await doStartUI(
13979
13979
  config,
13980
13980
  settings,
@@ -14170,7 +14170,7 @@ ${finalArgs[promptIndex + 1]}`;
14170
14170
  await config.storage.initialize();
14171
14171
  adminControlsListner.setConfig(config);
14172
14172
  if (config.isInteractive() && settings.merged.general.devtools) {
14173
- const { setupInitialActivityLogger } = await import("./devtoolsService-NA7MR5UO.js");
14173
+ const { setupInitialActivityLogger } = await import("./devtoolsService-ZKU2HLK2.js");
14174
14174
  await setupInitialActivityLogger(config);
14175
14175
  }
14176
14176
  registerTelemetryConfig(config);
@@ -182,7 +182,7 @@ import {
182
182
  widestLineFromStyledChars,
183
183
  wordBreakStyledChars,
184
184
  wrapStyledChars
185
- } from "./chunk-QBLIM2T2.js";
185
+ } from "./chunk-GHJNEZXJ.js";
186
186
  import {
187
187
  ApiKeyUpdatedEvent,
188
188
  AsyncFzf,
@@ -291,7 +291,7 @@ import {
291
291
  validatePlanContent,
292
292
  validatePlanPath,
293
293
  writeToStdout
294
- } from "./chunk-N22U7LIR.js";
294
+ } from "./chunk-2OFO4ODK.js";
295
295
  import {
296
296
  ACTIVATE_SKILL_TOOL_NAME,
297
297
  ChangeAuthRequestedError,
@@ -48352,7 +48352,7 @@ ${queuedText}` : queuedText;
48352
48352
  if (keyMatchers["app.showErrorDetails" /* SHOW_ERROR_DETAILS */](key)) {
48353
48353
  if (settings.merged.general.devtools) {
48354
48354
  void (async () => {
48355
- const { toggleDevToolsPanel } = await import("./devtoolsService-7D3WUF33.js");
48355
+ const { toggleDevToolsPanel } = await import("./devtoolsService-UL6JE436.js");
48356
48356
  await toggleDevToolsPanel(
48357
48357
  config,
48358
48358
  showErrorDetails,