@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
|
@@ -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 = "
|
|
250039
|
-
var CLI_VERSION = "0.36.0-preview.
|
|
250038
|
+
var GIT_COMMIT_INFO = "201c74c03";
|
|
250039
|
+
var CLI_VERSION = "0.36.0-preview.7";
|
|
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.
|
|
276498
|
+
return "0.36.0-preview.7";
|
|
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-
|
|
329929
|
+
const { OAuth2AuthProvider } = await import("./oauth2-provider-QOWLZC44.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 ??
|
|
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;
|