@google/gemini-cli 0.36.0-preview.7 → 0.36.0

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-NYCY3Q2B.js → chunk-2OFO4ODK.js} +5 -5
  2. package/bundle/{chunk-2RCLDWUX.js → chunk-EAXTBDLN.js} +7380 -2768
  3. package/bundle/{chunk-QTVUHTZR.js → chunk-GHJNEZXJ.js} +7435 -2835
  4. package/bundle/{chunk-VA3P26WZ.js → chunk-QVTX2M5J.js} +5 -5
  5. package/bundle/{chunk-APAYS2LE.js → chunk-UNM3DGTG.js} +7380 -2768
  6. package/bundle/{chunk-EHC7O4TG.js → chunk-VB55KQW3.js} +10496 -5616
  7. package/bundle/{core-BHH4RB6L.js → core-6V2OYDRU.js} +1 -1
  8. package/bundle/{dist-YHAAIIZP.js → core-BMLL5RF4.js} +2 -2
  9. package/bundle/{devtoolsService-STAWBGOY.js → devtoolsService-QTW7GHQP.js} +2 -2
  10. package/bundle/{devtoolsService-GJALET3B.js → devtoolsService-UL6JE436.js} +4 -5
  11. package/bundle/{devtoolsService-4QGIZO5B.js → devtoolsService-ZKU2HLK2.js} +2 -2
  12. package/bundle/{dist-SWQPYLLV.js → dist-PYC2JXAJ.js} +1 -1
  13. package/bundle/docs/reference/configuration.md +1 -1
  14. package/bundle/gemini.js +6 -6
  15. package/bundle/{interactiveCli-MEBWWWE7.js → interactiveCli-A6HZ2TDO.js} +16 -15
  16. package/bundle/{interactiveCli-HYY2W6AF.js → interactiveCli-DWMSDCKV.js} +248 -264
  17. package/bundle/{interactiveCli-B6Y3UISW.js → interactiveCli-VLQHRXHU.js} +16 -15
  18. package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
  19. package/bundle/{oauth2-provider-IGY3DL3D.js → oauth2-provider-5ENESIRQ.js} +1 -1
  20. package/bundle/{oauth2-provider-DLPX23GY.js → oauth2-provider-CAKFQRQV.js} +1 -1
  21. package/bundle/{oauth2-provider-MKUXMD5I.js → oauth2-provider-RVED6DAZ.js} +73 -39
  22. package/package.json +1 -1
  23. package/bundle/chunk-GDBDMLKR.js +0 -354180
  24. package/bundle/chunk-YTGZ6CSI.js +0 -93293
  25. package/bundle/devtoolsService-Q6LGZKTJ.js +0 -854
  26. package/bundle/dist-YOBWJF52.js +0 -1886
  27. package/bundle/interactiveCli-YJFA3P4G.js +0 -49298
  28. package/bundle/oauth2-provider-TIKPJAVU.js +0 -237
@@ -250035,8 +250035,8 @@ var Float64Vector = import_vector.default.Float64Vector;
250035
250035
  var PointerVector = import_vector.default.PointerVector;
250036
250036
 
250037
250037
  // packages/core/src/generated/git-commit.ts
250038
- var GIT_COMMIT_INFO = "425d64a96";
250039
- var CLI_VERSION = "0.36.0-preview.6";
250038
+ var GIT_COMMIT_INFO = "b6d9970af";
250039
+ var CLI_VERSION = "0.36.0-preview.8";
250040
250040
 
250041
250041
  // packages/core/src/ide/detect-ide.ts
250042
250042
  var IDE_DEFINITIONS = {
@@ -276495,7 +276495,7 @@ function getVersion() {
276495
276495
  }
276496
276496
  versionPromise = (async () => {
276497
276497
  const pkgJson = await getPackageJson(__dirname4);
276498
- return "0.36.0-preview.6";
276498
+ return "0.36.0-preview.8";
276499
276499
  })();
276500
276500
  return versionPromise;
276501
276501
  }
@@ -329926,7 +329926,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
329926
329926
  return provider;
329927
329927
  }
329928
329928
  case "oauth2": {
329929
- const { OAuth2AuthProvider } = await import("./oauth2-provider-IGY3DL3D.js");
329929
+ const { OAuth2AuthProvider } = await import("./oauth2-provider-5ENESIRQ.js");
329930
329930
  const provider = new OAuth2AuthProvider(
329931
329931
  authConfig,
329932
329932
  options.agentName ?? "unknown",
@@ -350931,7 +350931,7 @@ var Config = class {
350931
350931
  this.modelConfigService = new ModelConfigService(
350932
350932
  modelConfigServiceConfig ?? DEFAULT_MODEL_CONFIGS
350933
350933
  );
350934
- this.experimentalJitContext = params.experimentalJitContext ?? true;
350934
+ this.experimentalJitContext = params.experimentalJitContext ?? false;
350935
350935
  this.experimentalMemoryManager = params.experimentalMemoryManager ?? false;
350936
350936
  this.topicUpdateNarration = params.topicUpdateNarration ?? false;
350937
350937
  this.modelSteering = params.modelSteering ?? false;