@google/gemini-cli 0.36.0-preview.3 → 0.36.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 (27) hide show
  1. package/bundle/{chunk-2RPVSGOE.js → chunk-GCWRR5FX.js} +248 -175
  2. package/bundle/{chunk-OVFZ4PPB.js → chunk-GUQQGCYU.js} +3 -3
  3. package/bundle/{chunk-4ZPLYY3L.js → chunk-L6SWRWOY.js} +250 -177
  4. package/bundle/{chunk-SE7S5EFV.js → chunk-LA7NTE7R.js} +3 -3
  5. package/bundle/{chunk-Y5DDI4MA.js → chunk-NB2KVK55.js} +3 -3
  6. package/bundle/{chunk-PDS477H6.js → chunk-PCRNOH75.js} +3 -3
  7. package/bundle/{chunk-FJHYKR2O.js → chunk-QG3DE2NC.js} +250 -177
  8. package/bundle/{chunk-FACTELEP.js → chunk-RCVLWPH6.js} +253 -175
  9. package/bundle/{core-RSKPPZFK.js → core-UDWC3JHH.js} +5 -1
  10. package/bundle/{devtoolsService-VZGEDJ2H.js → devtoolsService-5KPG7MTO.js} +2 -2
  11. package/bundle/{devtoolsService-F3X4NCW2.js → devtoolsService-F3HNCJ5J.js} +2 -2
  12. package/bundle/{devtoolsService-Q3IGIXA7.js → devtoolsService-JP7KYM7O.js} +2 -2
  13. package/bundle/{devtoolsService-SBQKROJQ.js → devtoolsService-WMTAFNHI.js} +2 -2
  14. package/bundle/{dist-5ZYQVUMO.js → dist-6YQTL2TU.js} +5 -1
  15. package/bundle/{dist-BYRHFNNX.js → dist-FZZRWINS.js} +5 -1
  16. package/bundle/{dist-DGLGMJBV.js → dist-WZ5ZCWLQ.js} +5 -1
  17. package/bundle/gemini.js +6 -6
  18. package/bundle/{interactiveCli-FJD2UDE7.js → interactiveCli-2MHB7PL6.js} +3 -3
  19. package/bundle/{interactiveCli-HKCAHWZ2.js → interactiveCli-3FPUSZZF.js} +3 -3
  20. package/bundle/{interactiveCli-2CPHR4GH.js → interactiveCli-HKHDILWJ.js} +3 -3
  21. package/bundle/{interactiveCli-J2NVKRYX.js → interactiveCli-MNSUUMCD.js} +3 -3
  22. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  23. package/bundle/{oauth2-provider-UMWJMSPF.js → oauth2-provider-GU6JSDXE.js} +1 -1
  24. package/bundle/{oauth2-provider-VHUD4ICS.js → oauth2-provider-NNYNDNHB.js} +1 -1
  25. package/bundle/{oauth2-provider-VAAF5BS7.js → oauth2-provider-U2Y3KMJH.js} +1 -1
  26. package/bundle/{oauth2-provider-ZVPXIEIS.js → oauth2-provider-UFMHKHVW.js} +1 -1
  27. package/package.json +1 -1
@@ -164,7 +164,7 @@ import {
164
164
  tokenLimit,
165
165
  uiTelemetryService,
166
166
  yellowBright
167
- } from "./chunk-FJHYKR2O.js";
167
+ } from "./chunk-L6SWRWOY.js";
168
168
  import {
169
169
  ApprovalMode,
170
170
  CoreEvent,
@@ -83145,7 +83145,7 @@ var authCommand = {
83145
83145
  import process29 from "node:process";
83146
83146
 
83147
83147
  // packages/cli/src/generated/git-commit.ts
83148
- var GIT_COMMIT_INFO = "146442f2a";
83148
+ var GIT_COMMIT_INFO = "38c706dbb";
83149
83149
 
83150
83150
  // packages/cli/src/ui/utils/historyExportUtils.ts
83151
83151
  import * as fsPromises2 from "node:fs/promises";
@@ -88546,7 +88546,7 @@ Use /mcp auth <server-name> to authenticate.`
88546
88546
  type: "info",
88547
88547
  text: `Starting OAuth authentication for MCP server '${serverName}'...`
88548
88548
  });
88549
- const { MCPOAuthProvider } = await import("./dist-BYRHFNNX.js");
88549
+ const { MCPOAuthProvider } = await import("./dist-6YQTL2TU.js");
88550
88550
  let oauthConfig = server.oauth;
88551
88551
  if (!oauthConfig) {
88552
88552
  oauthConfig = { enabled: false };