@google/gemini-cli 0.35.0-preview.1 → 0.35.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.
Files changed (31) hide show
  1. package/bundle/{chunk-RIKAIXXN.js → chunk-5OVDZKPV.js} +6 -6
  2. package/bundle/{chunk-FKGF3664.js → chunk-6AQAEYFC.js} +5315 -9974
  3. package/bundle/{chunk-OK6A2T3J.js → chunk-C2LINL7G.js} +14 -12
  4. package/bundle/{chunk-OVO7PV7Z.js → chunk-ELVZ5MKI.js} +4 -4
  5. package/bundle/{chunk-DHZSW3D5.js → chunk-HYF34ISK.js} +4 -4
  6. package/bundle/{chunk-FIQWQZVG.js → chunk-QO53VEHI.js} +15 -12
  7. package/bundle/{chunk-7JZWJYL2.js → chunk-SCIFYSWM.js} +4 -4
  8. package/bundle/{chunk-J7ZVHCWL.js → chunk-TYZCRVGB.js} +70 -58
  9. package/bundle/chunk-WTYAEXC3.js +325893 -0
  10. package/bundle/chunk-WXXNCSKU.js +92840 -0
  11. package/bundle/{core-OSNLJAKB.js → core-ZWMLWHG7.js} +2 -2
  12. package/bundle/{devtoolsService-UPY6AYM7.js → devtoolsService-DH7MKZL2.js} +3 -3
  13. package/bundle/{devtoolsService-YJFR2ZTU.js → devtoolsService-EVTQ32UO.js} +3 -3
  14. package/bundle/{devtoolsService-CH2PM4E2.js → devtoolsService-FPFZEEVK.js} +5 -4
  15. package/bundle/devtoolsService-XMVPJFZ7.js +855 -0
  16. package/bundle/{core-YBLRHI5E.js → dist-6LCHGUBD.js} +2 -2
  17. package/bundle/{dist-PQCTLJ67.js → dist-AWPSKKKO.js} +2 -2
  18. package/bundle/dist-WOQEPX5R.js +1781 -0
  19. package/bundle/gemini.js +7 -7
  20. package/bundle/{interactiveCli-SIJB4G3Q.js → interactiveCli-7H3T4KJF.js} +4 -4
  21. package/bundle/{interactiveCli-AKIKCHLF.js → interactiveCli-E3DWTWRM.js} +239 -222
  22. package/bundle/{interactiveCli-3JVKXF42.js → interactiveCli-N4QW3NCZ.js} +4 -4
  23. package/bundle/interactiveCli-Z4Y6XB7M.js +48702 -0
  24. package/bundle/{memoryDiscovery-2RH76CMO.js → memoryDiscovery-7LUUOJNM.js} +1 -1
  25. package/bundle/{memoryDiscovery-P6SEGMWA.js → memoryDiscovery-RRX6QF4Y.js} +1 -1
  26. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  27. package/bundle/{oauth2-provider-G4RXUPFH.js → oauth2-provider-CPMX7ITW.js} +2 -2
  28. package/bundle/{oauth2-provider-ZZIJ6OXB.js → oauth2-provider-IU6STKL7.js} +2 -2
  29. package/bundle/{oauth2-provider-N6KBVMX3.js → oauth2-provider-LTBDSRHY.js} +39 -73
  30. package/bundle/oauth2-provider-ZWWMTBET.js +238 -0
  31. package/package.json +1 -1
package/bundle/gemini.js CHANGED
@@ -66,7 +66,7 @@ import {
66
66
  updateAllUpdatableExtensions,
67
67
  updateExtension,
68
68
  validateAuthMethod
69
- } from "./chunk-7JZWJYL2.js";
69
+ } from "./chunk-TYZCRVGB.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-RIKAIXXN.js";
151
+ } from "./chunk-5OVDZKPV.js";
152
152
  import "./chunk-37ZTTFQF.js";
153
153
  import {
154
154
  ASK_USER_TOOL_NAME,
@@ -194,7 +194,7 @@ import {
194
194
  resolveModel,
195
195
  resolveToRealPath,
196
196
  setGeminiMdFilename
197
- } from "./chunk-OK6A2T3J.js";
197
+ } from "./chunk-C2LINL7G.js";
198
198
  import "./chunk-664ZODQF.js";
199
199
  import "./chunk-RJTRUG2J.js";
200
200
  import "./chunk-IUUIT4SU.js";
@@ -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.1" ?? 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.2" ?? 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-UPY6AYM7.js");
12859
+ const { setupInitialActivityLogger } = await import("./devtoolsService-DH7MKZL2.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-SIJB4G3Q.js");
17067
+ const { startInteractiveUI: doStartUI } = await import("./interactiveCli-7H3T4KJF.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-UPY6AYM7.js");
17247
+ const { setupInitialActivityLogger } = await import("./devtoolsService-DH7MKZL2.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-7JZWJYL2.js";
183
+ } from "./chunk-TYZCRVGB.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-RIKAIXXN.js";
301
+ } from "./chunk-5OVDZKPV.js";
302
302
  import "./chunk-37ZTTFQF.js";
303
303
  import {
304
304
  ACTIVATE_SKILL_TOOL_NAME,
@@ -344,7 +344,7 @@ import {
344
344
  refreshServerHierarchicalMemory,
345
345
  shortenPath,
346
346
  tildeifyPath
347
- } from "./chunk-OK6A2T3J.js";
347
+ } from "./chunk-C2LINL7G.js";
348
348
  import "./chunk-664ZODQF.js";
349
349
  import "./chunk-RJTRUG2J.js";
350
350
  import "./chunk-IUUIT4SU.js";
@@ -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-UPY6AYM7.js");
47769
+ const { toggleDevToolsPanel } = await import("./devtoolsService-DH7MKZL2.js");
47770
47770
  await toggleDevToolsPanel(
47771
47771
  config,
47772
47772
  showErrorDetails,