@google/gemini-cli-a2a-server 0.17.0-preview.0 → 0.18.0-nightly.20251118.7cc5234b9
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
|
@@ -295716,8 +295716,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
295716
295716
|
var PointerVector = import_vector.default.PointerVector;
|
|
295717
295717
|
|
|
295718
295718
|
// packages/core/dist/src/generated/git-commit.js
|
|
295719
|
-
var GIT_COMMIT_INFO = "
|
|
295720
|
-
var CLI_VERSION = "0.
|
|
295719
|
+
var GIT_COMMIT_INFO = "7cc5234b9";
|
|
295720
|
+
var CLI_VERSION = "0.18.0-nightly.20251118.7cc5234b9";
|
|
295721
295721
|
|
|
295722
295722
|
// packages/core/dist/src/ide/detect-ide.js
|
|
295723
295723
|
var IDE_DEFINITIONS = {
|
|
@@ -298567,7 +298567,7 @@ async function createContentGenerator(config2, gcConfig, sessionId2) {
|
|
|
298567
298567
|
if (gcConfig.fakeResponses) {
|
|
298568
298568
|
return FakeContentGenerator.fromFile(gcConfig.fakeResponses);
|
|
298569
298569
|
}
|
|
298570
|
-
const version3 = "0.
|
|
298570
|
+
const version3 = "0.18.0-nightly.20251118.7cc5234b9";
|
|
298571
298571
|
const userAgent = `GeminiCLI/${version3} (${process.platform}; ${process.arch})`;
|
|
298572
298572
|
const baseHeaders = {
|
|
298573
298573
|
"User-Agent": userAgent
|
|
@@ -355135,7 +355135,7 @@ async function getClientMetadata() {
|
|
|
355135
355135
|
clientMetadataPromise = (async () => ({
|
|
355136
355136
|
ideName: "IDE_UNSPECIFIED",
|
|
355137
355137
|
pluginType: "GEMINI",
|
|
355138
|
-
ideVersion: "0.
|
|
355138
|
+
ideVersion: "0.18.0-nightly.20251118.7cc5234b9",
|
|
355139
355139
|
platform: getPlatform(),
|
|
355140
355140
|
updateChannel: await getReleaseChannel(__dirname5)
|
|
355141
355141
|
}))();
|