@google/gemini-cli-a2a-server 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/dist/a2a-server.mjs +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/a2a-server.mjs
CHANGED
|
@@ -209121,8 +209121,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
209121
209121
|
var init_git_commit = __esm({
|
|
209122
209122
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
209123
209123
|
"use strict";
|
|
209124
|
-
GIT_COMMIT_INFO = "
|
|
209125
|
-
CLI_VERSION = "0.36.0-preview.
|
|
209124
|
+
GIT_COMMIT_INFO = "201c74c03";
|
|
209125
|
+
CLI_VERSION = "0.36.0-preview.8";
|
|
209126
209126
|
}
|
|
209127
209127
|
});
|
|
209128
209128
|
|
|
@@ -332058,7 +332058,7 @@ function getVersion() {
|
|
|
332058
332058
|
}
|
|
332059
332059
|
versionPromise = (async () => {
|
|
332060
332060
|
const pkgJson = await getPackageJson(__dirname4);
|
|
332061
|
-
return "0.36.0-preview.
|
|
332061
|
+
return "0.36.0-preview.8";
|
|
332062
332062
|
})();
|
|
332063
332063
|
return versionPromise;
|
|
332064
332064
|
}
|
|
@@ -434733,7 +434733,7 @@ var init_config4 = __esm({
|
|
|
434733
434733
|
};
|
|
434734
434734
|
}
|
|
434735
434735
|
this.modelConfigService = new ModelConfigService(modelConfigServiceConfig ?? DEFAULT_MODEL_CONFIGS);
|
|
434736
|
-
this.experimentalJitContext = params.experimentalJitContext ??
|
|
434736
|
+
this.experimentalJitContext = params.experimentalJitContext ?? false;
|
|
434737
434737
|
this.experimentalMemoryManager = params.experimentalMemoryManager ?? false;
|
|
434738
434738
|
this.topicUpdateNarration = params.topicUpdateNarration ?? false;
|
|
434739
434739
|
this.modelSteering = params.modelSteering ?? false;
|