@google/gemini-cli 0.36.0-preview.7 → 0.36.0-preview.8
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.
- package/bundle/{chunk-VA3P26WZ.js → chunk-5JDHTAA3.js} +5 -5
- package/bundle/{chunk-EHC7O4TG.js → chunk-5Y6Y7SEB.js} +3 -3
- package/bundle/{chunk-APAYS2LE.js → chunk-642LNT3F.js} +7380 -2768
- package/bundle/{chunk-QTVUHTZR.js → chunk-FWCJAF6L.js} +7380 -2768
- package/bundle/{chunk-NYCY3Q2B.js → chunk-N22U7LIR.js} +5 -5
- package/bundle/{chunk-2RCLDWUX.js → chunk-QBLIM2T2.js} +7380 -2768
- package/bundle/{chunk-YTGZ6CSI.js → chunk-UUJ4JLTB.js} +7380 -2768
- package/bundle/{chunk-GDBDMLKR.js → chunk-X6CSYCBW.js} +5 -5
- package/bundle/{core-BHH4RB6L.js → core-N4UNRLQA.js} +1 -1
- package/bundle/{devtoolsService-STAWBGOY.js → devtoolsService-7D3WUF33.js} +2 -2
- package/bundle/{devtoolsService-4QGIZO5B.js → devtoolsService-NA7MR5UO.js} +2 -2
- package/bundle/{devtoolsService-GJALET3B.js → devtoolsService-VU7N6PSG.js} +2 -2
- package/bundle/{devtoolsService-Q6LGZKTJ.js → devtoolsService-Y53ZUB56.js} +2 -2
- package/bundle/{dist-SWQPYLLV.js → dist-HD2ZHBHJ.js} +1 -1
- package/bundle/{dist-YOBWJF52.js → dist-JYY2GAAR.js} +1 -1
- package/bundle/{dist-YHAAIIZP.js → dist-QEB25IFU.js} +1 -1
- package/bundle/docs/reference/configuration.md +1 -1
- package/bundle/gemini.js +6 -6
- package/bundle/{interactiveCli-B6Y3UISW.js → interactiveCli-2JRQPNZP.js} +16 -15
- package/bundle/{interactiveCli-HYY2W6AF.js → interactiveCli-A6H7VTMC.js} +16 -15
- package/bundle/{interactiveCli-MEBWWWE7.js → interactiveCli-LFO7EWZS.js} +16 -15
- package/bundle/{interactiveCli-YJFA3P4G.js → interactiveCli-R5N55BDV.js} +16 -15
- package/bundle/node_modules/@google/gemini-cli-devtools/package.json +1 -1
- package/bundle/{oauth2-provider-DLPX23GY.js → oauth2-provider-2WD22PTI.js} +1 -1
- package/bundle/{oauth2-provider-MKUXMD5I.js → oauth2-provider-34BPLPQX.js} +1 -1
- package/bundle/{oauth2-provider-TIKPJAVU.js → oauth2-provider-MZAUZWUS.js} +1 -1
- package/bundle/{oauth2-provider-IGY3DL3D.js → oauth2-provider-QOWLZC44.js} +1 -1
- package/package.json +1 -1
|
@@ -249987,8 +249987,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
249987
249987
|
var PointerVector = import_vector.default.PointerVector;
|
|
249988
249988
|
|
|
249989
249989
|
// packages/core/dist/src/generated/git-commit.js
|
|
249990
|
-
var GIT_COMMIT_INFO = "
|
|
249991
|
-
var CLI_VERSION = "0.36.0-preview.
|
|
249990
|
+
var GIT_COMMIT_INFO = "201c74c03";
|
|
249991
|
+
var CLI_VERSION = "0.36.0-preview.7";
|
|
249992
249992
|
|
|
249993
249993
|
// packages/core/dist/src/ide/detect-ide.js
|
|
249994
249994
|
var IDE_DEFINITIONS = {
|
|
@@ -275706,7 +275706,7 @@ function getVersion() {
|
|
|
275706
275706
|
}
|
|
275707
275707
|
versionPromise = (async () => {
|
|
275708
275708
|
const pkgJson = await getPackageJson(__dirname4);
|
|
275709
|
-
return "0.36.0-preview.
|
|
275709
|
+
return "0.36.0-preview.8";
|
|
275710
275710
|
})();
|
|
275711
275711
|
return versionPromise;
|
|
275712
275712
|
}
|
|
@@ -327128,7 +327128,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
|
|
|
327128
327128
|
return provider;
|
|
327129
327129
|
}
|
|
327130
327130
|
case "oauth2": {
|
|
327131
|
-
const { OAuth2AuthProvider } = await import("./oauth2-provider-
|
|
327131
|
+
const { OAuth2AuthProvider } = await import("./oauth2-provider-2WD22PTI.js");
|
|
327132
327132
|
const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
|
|
327133
327133
|
await provider.initialize();
|
|
327134
327134
|
return provider;
|
|
@@ -346547,7 +346547,7 @@ var Config = class {
|
|
|
346547
346547
|
};
|
|
346548
346548
|
}
|
|
346549
346549
|
this.modelConfigService = new ModelConfigService(modelConfigServiceConfig ?? DEFAULT_MODEL_CONFIGS);
|
|
346550
|
-
this.experimentalJitContext = params.experimentalJitContext ??
|
|
346550
|
+
this.experimentalJitContext = params.experimentalJitContext ?? false;
|
|
346551
346551
|
this.experimentalMemoryManager = params.experimentalMemoryManager ?? false;
|
|
346552
346552
|
this.topicUpdateNarration = params.topicUpdateNarration ?? false;
|
|
346553
346553
|
this.modelSteering = params.modelSteering ?? false;
|
|
@@ -249987,7 +249987,7 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
249987
249987
|
var PointerVector = import_vector.default.PointerVector;
|
|
249988
249988
|
|
|
249989
249989
|
// packages/core/dist/src/generated/git-commit.js
|
|
249990
|
-
var GIT_COMMIT_INFO = "
|
|
249990
|
+
var GIT_COMMIT_INFO = "201c74c03";
|
|
249991
249991
|
var CLI_VERSION = "0.36.0-preview.7";
|
|
249992
249992
|
|
|
249993
249993
|
// packages/core/dist/src/ide/detect-ide.js
|
|
@@ -327128,7 +327128,7 @@ var A2AAuthProviderFactory = class _A2AAuthProviderFactory {
|
|
|
327128
327128
|
return provider;
|
|
327129
327129
|
}
|
|
327130
327130
|
case "oauth2": {
|
|
327131
|
-
const { OAuth2AuthProvider } = await import("./oauth2-provider-
|
|
327131
|
+
const { OAuth2AuthProvider } = await import("./oauth2-provider-MZAUZWUS.js");
|
|
327132
327132
|
const provider = new OAuth2AuthProvider(authConfig, options.agentName ?? "unknown", agentCard, options.agentCardUrl);
|
|
327133
327133
|
await provider.initialize();
|
|
327134
327134
|
return provider;
|
|
@@ -346547,7 +346547,7 @@ var Config = class {
|
|
|
346547
346547
|
};
|
|
346548
346548
|
}
|
|
346549
346549
|
this.modelConfigService = new ModelConfigService(modelConfigServiceConfig ?? DEFAULT_MODEL_CONFIGS);
|
|
346550
|
-
this.experimentalJitContext = params.experimentalJitContext ??
|
|
346550
|
+
this.experimentalJitContext = params.experimentalJitContext ?? false;
|
|
346551
346551
|
this.experimentalMemoryManager = params.experimentalMemoryManager ?? false;
|
|
346552
346552
|
this.topicUpdateNarration = params.topicUpdateNarration ?? false;
|
|
346553
346553
|
this.modelSteering = params.modelSteering ?? false;
|