@google/gemini-cli-a2a-server 0.15.0-preview.7 → 0.15.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.
- package/dist/a2a-server.mjs +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/a2a-server.mjs
CHANGED
|
@@ -295899,8 +295899,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
295899
295899
|
var PointerVector = import_vector.default.PointerVector;
|
|
295900
295900
|
|
|
295901
295901
|
// packages/core/dist/src/generated/git-commit.js
|
|
295902
|
-
var GIT_COMMIT_INFO = "
|
|
295903
|
-
var CLI_VERSION = "0.15.0
|
|
295902
|
+
var GIT_COMMIT_INFO = "37af6f4f8";
|
|
295903
|
+
var CLI_VERSION = "0.15.0";
|
|
295904
295904
|
|
|
295905
295905
|
// packages/core/dist/src/ide/detect-ide.js
|
|
295906
295906
|
var IDE_DEFINITIONS = {
|
|
@@ -298705,7 +298705,7 @@ async function createContentGenerator(config2, gcConfig, sessionId2) {
|
|
|
298705
298705
|
if (gcConfig.fakeResponses) {
|
|
298706
298706
|
return FakeContentGenerator.fromFile(gcConfig.fakeResponses);
|
|
298707
298707
|
}
|
|
298708
|
-
const version3 = "0.15.0
|
|
298708
|
+
const version3 = "0.15.0";
|
|
298709
298709
|
const userAgent = `GeminiCLI/${version3} (${process.platform}; ${process.arch})`;
|
|
298710
298710
|
const baseHeaders = {
|
|
298711
298711
|
"User-Agent": userAgent
|
|
@@ -355006,7 +355006,7 @@ async function getClientMetadata() {
|
|
|
355006
355006
|
if (!clientMetadataPromise) {
|
|
355007
355007
|
clientMetadataPromise = (async () => ({
|
|
355008
355008
|
ideName: "GEMINI_CLI",
|
|
355009
|
-
ideVersion: "0.15.0
|
|
355009
|
+
ideVersion: "0.15.0",
|
|
355010
355010
|
platform: getPlatform(),
|
|
355011
355011
|
updateChannel: await getReleaseChannel(__dirname5)
|
|
355012
355012
|
}))();
|