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

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 (28) hide show
  1. package/bundle/{chunk-L5MOJUPU.js → chunk-6TYFBMHW.js} +297 -144
  2. package/bundle/{chunk-UMBTJI7I.js → chunk-A4R3OQWV.js} +7 -14
  3. package/bundle/{chunk-GGMTXEJO.js → chunk-CY52DPHS.js} +298 -148
  4. package/bundle/{chunk-5SBB3P4L.js → chunk-M2ILNVA4.js} +7 -14
  5. package/bundle/{chunk-UXRMEIL2.js → chunk-OG7ZVIE3.js} +7 -14
  6. package/bundle/{chunk-HC2FCDHO.js → chunk-SP3CN5SW.js} +7 -14
  7. package/bundle/{chunk-BSHOJUT2.js → chunk-U4R2MXAY.js} +295 -142
  8. package/bundle/{chunk-YTK7AJUV.js → chunk-XMXHCUTA.js} +297 -144
  9. package/bundle/{core-LTXVJI4H.js → core-2LVP4WUV.js} +9 -1
  10. package/bundle/{devtoolsService-WNWR6HYK.js → devtoolsService-BL26GS4A.js} +2 -2
  11. package/bundle/{devtoolsService-442KPRIR.js → devtoolsService-TJCM4TEV.js} +2 -2
  12. package/bundle/{devtoolsService-R5JE4MLS.js → devtoolsService-Y7NQIXSP.js} +2 -2
  13. package/bundle/{devtoolsService-WKGY5DWT.js → devtoolsService-ZSLJ6ZX3.js} +2 -2
  14. package/bundle/{dist-56D2FMJJ.js → dist-62BF6UAT.js} +9 -1
  15. package/bundle/{dist-GL2LLCWF.js → dist-ZB3W6HDM.js} +9 -1
  16. package/bundle/{dist-PMCRGIU3.js → dist-ZPSHGZCY.js} +9 -1
  17. package/bundle/docs/cli/telemetry.md +28 -0
  18. package/bundle/gemini.js +6 -6
  19. package/bundle/{interactiveCli-6Z6IFUTV.js → interactiveCli-7UCQINHC.js} +3 -3
  20. package/bundle/{interactiveCli-PZEQS2Z6.js → interactiveCli-P7N2TZZ2.js} +3 -3
  21. package/bundle/{interactiveCli-7XKQ7W7K.js → interactiveCli-QHET6XGY.js} +3 -3
  22. package/bundle/{interactiveCli-ZWXGL7LQ.js → interactiveCli-R42I3ZR2.js} +3 -3
  23. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  24. package/bundle/{oauth2-provider-7CBBPEZS.js → oauth2-provider-756G3OVY.js} +1 -1
  25. package/bundle/{oauth2-provider-32N4SW2N.js → oauth2-provider-FZKOXX3P.js} +1 -1
  26. package/bundle/{oauth2-provider-L2WMQ3QS.js → oauth2-provider-QMCN34OP.js} +1 -1
  27. package/bundle/{oauth2-provider-V2ZMYLUK.js → oauth2-provider-XHYKUX3S.js} +1 -1
  28. package/package.json +1 -1
@@ -150,7 +150,7 @@ import {
150
150
  tokenLimit,
151
151
  uiTelemetryService,
152
152
  yellowBright
153
- } from "./chunk-GGMTXEJO.js";
153
+ } from "./chunk-CY52DPHS.js";
154
154
  import {
155
155
  require_undici
156
156
  } from "./chunk-37ZTTFQF.js";
@@ -68396,18 +68396,11 @@ Details: ${error.details}` : ""}`
68396
68396
  plan: config.plan
68397
68397
  };
68398
68398
  } catch (e) {
68399
- const extName = path14.basename(extensionDir);
68400
- debugLogger.warn(
68401
- `Warning: Removing broken extension ${extName}: ${getErrorMessage(e)}`
68399
+ debugLogger.error(
68400
+ `Warning: Skipping extension in ${effectiveExtensionPath}: ${getErrorMessage(
68401
+ e
68402
+ )}`
68402
68403
  );
68403
- try {
68404
- await fs19.promises.rm(extensionDir, { recursive: true, force: true });
68405
- } catch (rmError) {
68406
- debugLogger.error(
68407
- `Failed to remove broken extension directory ${extensionDir}:`,
68408
- rmError
68409
- );
68410
- }
68411
68404
  return null;
68412
68405
  }
68413
68406
  }
@@ -82763,7 +82756,7 @@ var authCommand = {
82763
82756
  import process29 from "node:process";
82764
82757
 
82765
82758
  // packages/cli/src/generated/git-commit.ts
82766
- var GIT_COMMIT_INFO = "d1de82c46";
82759
+ var GIT_COMMIT_INFO = "596a736a9";
82767
82760
 
82768
82761
  // packages/cli/src/ui/utils/historyExportUtils.ts
82769
82762
  import * as fsPromises2 from "node:fs/promises";
@@ -88096,7 +88089,7 @@ Use /mcp auth <server-name> to authenticate.`
88096
88089
  type: "info",
88097
88090
  text: `Starting OAuth authentication for MCP server '${serverName}'...`
88098
88091
  });
88099
- const { MCPOAuthProvider } = await import("./core-LTXVJI4H.js");
88092
+ const { MCPOAuthProvider } = await import("./core-2LVP4WUV.js");
88100
88093
  let oauthConfig = server.oauth;
88101
88094
  if (!oauthConfig) {
88102
88095
  oauthConfig = { enabled: false };