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

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 (29) hide show
  1. package/bundle/{chunk-GGMTXEJO.js → chunk-KMUDKBYI.js} +319 -154
  2. package/bundle/{chunk-L5MOJUPU.js → chunk-L4UWHILQ.js} +318 -150
  3. package/bundle/{chunk-5SBB3P4L.js → chunk-MRCHI5MK.js} +8 -15
  4. package/bundle/{chunk-BSHOJUT2.js → chunk-OWPZY7X4.js} +318 -150
  5. package/bundle/{chunk-UXRMEIL2.js → chunk-QNUZOILC.js} +8 -15
  6. package/bundle/{chunk-HC2FCDHO.js → chunk-QRBJWIYD.js} +8 -15
  7. package/bundle/{chunk-UMBTJI7I.js → chunk-UB2QZMEG.js} +8 -15
  8. package/bundle/{chunk-YTK7AJUV.js → chunk-UCKFA5HR.js} +318 -150
  9. package/bundle/{core-LTXVJI4H.js → core-LGRNIQIP.js} +9 -1
  10. package/bundle/{devtoolsService-WNWR6HYK.js → devtoolsService-D7CKQLLY.js} +2 -2
  11. package/bundle/{devtoolsService-442KPRIR.js → devtoolsService-E7BY5PIF.js} +2 -2
  12. package/bundle/{devtoolsService-WKGY5DWT.js → devtoolsService-EUPHEGN3.js} +2 -2
  13. package/bundle/{devtoolsService-R5JE4MLS.js → devtoolsService-USGBA4VO.js} +2 -2
  14. package/bundle/{dist-56D2FMJJ.js → dist-F2SWGU2N.js} +9 -1
  15. package/bundle/{dist-GL2LLCWF.js → dist-YBDSG67U.js} +9 -1
  16. package/bundle/{dist-PMCRGIU3.js → dist-YGZCQC5A.js} +9 -1
  17. package/bundle/docs/cli/telemetry.md +28 -0
  18. package/bundle/docs/reference/configuration.md +1 -1
  19. package/bundle/gemini.js +6 -6
  20. package/bundle/{interactiveCli-6Z6IFUTV.js → interactiveCli-2ASAJB6L.js} +3 -3
  21. package/bundle/{interactiveCli-7XKQ7W7K.js → interactiveCli-3ZVKTAC5.js} +3 -3
  22. package/bundle/{interactiveCli-ZWXGL7LQ.js → interactiveCli-TPT5TLWV.js} +3 -3
  23. package/bundle/{interactiveCli-PZEQS2Z6.js → interactiveCli-WK36N6AP.js} +3 -3
  24. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  25. package/bundle/{oauth2-provider-32N4SW2N.js → oauth2-provider-CR5U52N6.js} +1 -1
  26. package/bundle/{oauth2-provider-L2WMQ3QS.js → oauth2-provider-NTT4KBFN.js} +1 -1
  27. package/bundle/{oauth2-provider-V2ZMYLUK.js → oauth2-provider-ON47VIFW.js} +1 -1
  28. package/bundle/{oauth2-provider-7CBBPEZS.js → oauth2-provider-OYNEH6QL.js} +1 -1
  29. package/package.json +1 -1
@@ -161,7 +161,7 @@ import {
161
161
  tokenLimit,
162
162
  uiTelemetryService,
163
163
  yellowBright
164
- } from "./chunk-YTK7AJUV.js";
164
+ } from "./chunk-L4UWHILQ.js";
165
165
  import {
166
166
  require_undici
167
167
  } from "./chunk-37ZTTFQF.js";
@@ -57577,7 +57577,7 @@ var SETTINGS_SCHEMA = {
57577
57577
  label: "Enable Agents",
57578
57578
  category: "Experimental",
57579
57579
  requiresRestart: true,
57580
- default: true,
57580
+ default: false,
57581
57581
  description: "Enable local and remote subagents.",
57582
57582
  showInDialog: false
57583
57583
  },
@@ -68408,18 +68408,11 @@ Details: ${error.details}` : ""}`
68408
68408
  plan: config.plan
68409
68409
  };
68410
68410
  } catch (e) {
68411
- const extName = path14.basename(extensionDir);
68412
- debugLogger.warn(
68413
- `Warning: Removing broken extension ${extName}: ${getErrorMessage(e)}`
68411
+ debugLogger.error(
68412
+ `Warning: Skipping extension in ${effectiveExtensionPath}: ${getErrorMessage(
68413
+ e
68414
+ )}`
68414
68415
  );
68415
- try {
68416
- await fs19.promises.rm(extensionDir, { recursive: true, force: true });
68417
- } catch (rmError) {
68418
- debugLogger.error(
68419
- `Failed to remove broken extension directory ${extensionDir}:`,
68420
- rmError
68421
- );
68422
- }
68423
68416
  return null;
68424
68417
  }
68425
68418
  }
@@ -82775,7 +82768,7 @@ var authCommand = {
82775
82768
  import process29 from "node:process";
82776
82769
 
82777
82770
  // packages/cli/src/generated/git-commit.ts
82778
- var GIT_COMMIT_INFO = "d1de82c46";
82771
+ var GIT_COMMIT_INFO = "9804bd696";
82779
82772
 
82780
82773
  // packages/cli/src/ui/utils/historyExportUtils.ts
82781
82774
  import * as fsPromises2 from "node:fs/promises";
@@ -88108,7 +88101,7 @@ Use /mcp auth <server-name> to authenticate.`
88108
88101
  type: "info",
88109
88102
  text: `Starting OAuth authentication for MCP server '${serverName}'...`
88110
88103
  });
88111
- const { MCPOAuthProvider } = await import("./dist-56D2FMJJ.js");
88104
+ const { MCPOAuthProvider } = await import("./dist-F2SWGU2N.js");
88112
88105
  let oauthConfig = server.oauth;
88113
88106
  if (!oauthConfig) {
88114
88107
  oauthConfig = { enabled: false };