@google/gemini-cli 0.37.0 → 0.37.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 (27) hide show
  1. package/bundle/{chunk-LP2WYGS4.js → chunk-4UMQLF27.js} +4 -4
  2. package/bundle/{chunk-2LDNSLWJ.js → chunk-6JWICRU7.js} +4 -4
  3. package/bundle/{chunk-4FL34AF3.js → chunk-FAE26AOD.js} +4 -4
  4. package/bundle/{chunk-JCJR4TJP.js → chunk-FNPZEX27.js} +4 -4
  5. package/bundle/{chunk-HPS5HLVY.js → chunk-MUTEY5LE.js} +5867 -11023
  6. package/bundle/chunk-PE2NGK4O.js +356418 -0
  7. package/bundle/{chunk-ZYD45INQ.js → chunk-XDYYZLVW.js} +72 -60
  8. package/bundle/chunk-ZCQAWKMD.js +98376 -0
  9. package/bundle/{core-7MVFLCVM.js → core-2SK7SRNF.js} +1 -1
  10. package/bundle/{devtoolsService-QN6DTOQ4.js → devtoolsService-7WYJNYOV.js} +2 -2
  11. package/bundle/{devtoolsService-QPXA3DYV.js → devtoolsService-FWKCOXYX.js} +5 -4
  12. package/bundle/devtoolsService-URDW7HBF.js +871 -0
  13. package/bundle/{devtoolsService-QQAGVUAL.js → devtoolsService-Y5A3EDJE.js} +2 -2
  14. package/bundle/{dist-OPAGMUAE.js → dist-GLIAC2IL.js} +1 -1
  15. package/bundle/{core-IAVFIQIJ.js → dist-TS22EKCG.js} +2 -2
  16. package/bundle/dist-Z2S5IB4B.js +1942 -0
  17. package/bundle/gemini.js +89 -7
  18. package/bundle/{interactiveCli-QUKUV3RI.js → interactiveCli-GCAC6FV6.js} +5 -5
  19. package/bundle/{interactiveCli-UE3SKHMT.js → interactiveCli-GX2NUXEE.js} +266 -249
  20. package/bundle/{interactiveCli-3PZKICTV.js → interactiveCli-IJTLUX4D.js} +5 -5
  21. package/bundle/interactiveCli-X4RY42N6.js +50355 -0
  22. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  23. package/bundle/{oauth2-provider-NGPDVZHB.js → oauth2-provider-4TA2ENGZ.js} +1 -1
  24. package/bundle/{oauth2-provider-5PPDZYRY.js → oauth2-provider-TPB4LTUP.js} +39 -73
  25. package/bundle/oauth2-provider-YEU6QEFO.js +237 -0
  26. package/bundle/{oauth2-provider-4KPORHHZ.js → oauth2-provider-YVD7LHOL.js} +1 -1
  27. package/package.json +1 -1
@@ -167,7 +167,7 @@ import {
167
167
  tokenLimit,
168
168
  uiTelemetryService,
169
169
  yellowBright
170
- } from "./chunk-JCJR4TJP.js";
170
+ } from "./chunk-MUTEY5LE.js";
171
171
  import {
172
172
  ApprovalMode,
173
173
  CoreEvent,
@@ -88067,7 +88067,7 @@ var authCommand = {
88067
88067
  import process34 from "node:process";
88068
88068
 
88069
88069
  // packages/cli/src/generated/git-commit.ts
88070
- var GIT_COMMIT_INFO = "352bbe149";
88070
+ var GIT_COMMIT_INFO = "256584d14";
88071
88071
 
88072
88072
  // packages/cli/src/ui/utils/historyExportUtils.ts
88073
88073
  import * as fsPromises2 from "node:fs/promises";
@@ -93566,7 +93566,7 @@ Use /mcp auth <server-name> to authenticate.`
93566
93566
  type: "info",
93567
93567
  text: `Starting OAuth authentication for MCP server '${serverName}'...`
93568
93568
  });
93569
- const { MCPOAuthProvider } = await import("./dist-OPAGMUAE.js");
93569
+ const { MCPOAuthProvider } = await import("./dist-Z2S5IB4B.js");
93570
93570
  let oauthConfig = server.oauth;
93571
93571
  if (!oauthConfig) {
93572
93572
  oauthConfig = { enabled: false };
@@ -98109,11 +98109,11 @@ export {
98109
98109
  terminalCapabilityManager,
98110
98110
  isBrowser,
98111
98111
  StyledLine,
98112
+ styledLineToString,
98112
98113
  toStyledCharacters,
98113
98114
  styledCharsWidth,
98114
98115
  wordBreakStyledChars,
98115
98116
  widestLineFromStyledChars,
98116
- styledCharsToString,
98117
98117
  wrapStyledChars,
98118
98118
  getBoundingBox,
98119
98119
  measure_element_default,
@@ -251002,8 +251002,8 @@ var Float64Vector = import_vector.default.Float64Vector;
251002
251002
  var PointerVector = import_vector.default.PointerVector;
251003
251003
 
251004
251004
  // packages/core/src/generated/git-commit.ts
251005
- var GIT_COMMIT_INFO = "ae9d4e16a";
251006
- var CLI_VERSION = "0.37.0-preview.2";
251005
+ var GIT_COMMIT_INFO = "256584d14";
251006
+ var CLI_VERSION = "0.37.1";
251007
251007
 
251008
251008
  // packages/core/src/ide/detect-ide.ts
251009
251009
  var IDE_DEFINITIONS = {
@@ -277535,7 +277535,7 @@ function getVersion() {
277535
277535
  }
277536
277536
  versionPromise = (async () => {
277537
277537
  const pkgJson = await getPackageJson(__dirname4);
277538
- return "0.37.0-preview.2";
277538
+ return "0.37.1";
277539
277539
  })();
277540
277540
  return versionPromise;
277541
277541
  }
@@ -331832,7 +331832,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
331832
331832
  return provider;
331833
331833
  }
331834
331834
  case "oauth2": {
331835
- const { OAuth2AuthProvider } = await import("./oauth2-provider-5PPDZYRY.js");
331835
+ const { OAuth2AuthProvider } = await import("./oauth2-provider-YVD7LHOL.js");
331836
331836
  const provider = new OAuth2AuthProvider(
331837
331837
  authConfig,
331838
331838
  options.agentName ?? "unknown",
@@ -156,7 +156,7 @@ import {
156
156
  tokenLimit,
157
157
  uiTelemetryService,
158
158
  yellowBright
159
- } from "./chunk-HPS5HLVY.js";
159
+ } from "./chunk-6JWICRU7.js";
160
160
  import {
161
161
  ApprovalMode,
162
162
  CoreEvent,
@@ -88055,7 +88055,7 @@ var authCommand = {
88055
88055
  import process34 from "node:process";
88056
88056
 
88057
88057
  // packages/cli/src/generated/git-commit.ts
88058
- var GIT_COMMIT_INFO = "ae9d4e16a";
88058
+ var GIT_COMMIT_INFO = "256584d14";
88059
88059
 
88060
88060
  // packages/cli/src/ui/utils/historyExportUtils.ts
88061
88061
  import * as fsPromises2 from "node:fs/promises";
@@ -93554,7 +93554,7 @@ Use /mcp auth <server-name> to authenticate.`
93554
93554
  type: "info",
93555
93555
  text: `Starting OAuth authentication for MCP server '${serverName}'...`
93556
93556
  });
93557
- const { MCPOAuthProvider } = await import("./core-IAVFIQIJ.js");
93557
+ const { MCPOAuthProvider } = await import("./core-2SK7SRNF.js");
93558
93558
  let oauthConfig = server.oauth;
93559
93559
  if (!oauthConfig) {
93560
93560
  oauthConfig = { enabled: false };
@@ -98097,11 +98097,11 @@ export {
98097
98097
  terminalCapabilityManager,
98098
98098
  isBrowser,
98099
98099
  StyledLine,
98100
+ styledLineToString,
98100
98101
  toStyledCharacters,
98101
98102
  styledCharsWidth,
98102
98103
  wordBreakStyledChars,
98103
98104
  widestLineFromStyledChars,
98104
- styledCharsToString,
98105
98105
  wrapStyledChars,
98106
98106
  getBoundingBox,
98107
98107
  measure_element_default,
@@ -250894,8 +250894,8 @@ var Float64Vector = import_vector.default.Float64Vector;
250894
250894
  var PointerVector = import_vector.default.PointerVector;
250895
250895
 
250896
250896
  // packages/core/dist/src/generated/git-commit.js
250897
- var GIT_COMMIT_INFO = "ae9d4e16a";
250898
- var CLI_VERSION = "0.37.0";
250897
+ var GIT_COMMIT_INFO = "256584d14";
250898
+ var CLI_VERSION = "0.37.2";
250899
250899
 
250900
250900
  // packages/core/dist/src/ide/detect-ide.js
250901
250901
  var IDE_DEFINITIONS = {
@@ -276676,7 +276676,7 @@ function getVersion() {
276676
276676
  }
276677
276677
  versionPromise = (async () => {
276678
276678
  const pkgJson = await getPackageJson(__dirname4);
276679
- return "0.37.0";
276679
+ return "0.37.2";
276680
276680
  })();
276681
276681
  return versionPromise;
276682
276682
  }
@@ -328861,7 +328861,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
328861
328861
  return provider;
328862
328862
  }
328863
328863
  case "oauth2": {
328864
- const { OAuth2AuthProvider } = await import("./oauth2-provider-NGPDVZHB.js");
328864
+ const { OAuth2AuthProvider } = await import("./oauth2-provider-YEU6QEFO.js");
328865
328865
  const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
328866
328866
  await provider.initialize();
328867
328867
  return provider;