@google/gemini-cli-a2a-server 0.21.0-preview.6 → 0.21.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
|
@@ -311908,8 +311908,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
311908
311908
|
var PointerVector = import_vector.default.PointerVector;
|
|
311909
311909
|
|
|
311910
311910
|
// packages/core/dist/src/generated/git-commit.js
|
|
311911
|
-
var GIT_COMMIT_INFO = "
|
|
311912
|
-
var CLI_VERSION = "0.21.0
|
|
311911
|
+
var GIT_COMMIT_INFO = "1f1bbc462";
|
|
311912
|
+
var CLI_VERSION = "0.21.0";
|
|
311913
311913
|
|
|
311914
311914
|
// packages/core/dist/src/ide/detect-ide.js
|
|
311915
311915
|
var IDE_DEFINITIONS = {
|
|
@@ -315094,7 +315094,7 @@ async function createContentGenerator(config3, gcConfig, sessionId2) {
|
|
|
315094
315094
|
if (gcConfig.fakeResponses) {
|
|
315095
315095
|
return FakeContentGenerator.fromFile(gcConfig.fakeResponses);
|
|
315096
315096
|
}
|
|
315097
|
-
const version4 = "0.21.0
|
|
315097
|
+
const version4 = "0.21.0";
|
|
315098
315098
|
const customHeadersEnv = process.env["GEMINI_CLI_CUSTOM_HEADERS"] || void 0;
|
|
315099
315099
|
const userAgent = `GeminiCLI/${version4} (${process.platform}; ${process.arch})`;
|
|
315100
315100
|
const customHeadersMap = parseCustomHeaders(customHeadersEnv);
|
|
@@ -382142,7 +382142,7 @@ async function getClientMetadata() {
|
|
|
382142
382142
|
clientMetadataPromise = (async () => ({
|
|
382143
382143
|
ideName: "IDE_UNSPECIFIED",
|
|
382144
382144
|
pluginType: "GEMINI",
|
|
382145
|
-
ideVersion: "0.21.0
|
|
382145
|
+
ideVersion: "0.21.0",
|
|
382146
382146
|
platform: getPlatform(),
|
|
382147
382147
|
updateChannel: await getReleaseChannel(__dirname5)
|
|
382148
382148
|
}))();
|