@google/gemini-cli-a2a-server 0.11.1 → 0.11.2
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 -6
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/a2a-server.mjs
CHANGED
|
@@ -288503,8 +288503,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
288503
288503
|
var PointerVector = import_vector.default.PointerVector;
|
|
288504
288504
|
|
|
288505
288505
|
// packages/core/dist/src/generated/git-commit.js
|
|
288506
|
-
var GIT_COMMIT_INFO = "
|
|
288507
|
-
var CLI_VERSION = "0.11.
|
|
288506
|
+
var GIT_COMMIT_INFO = "f36dec6a";
|
|
288507
|
+
var CLI_VERSION = "0.11.2";
|
|
288508
288508
|
|
|
288509
288509
|
// packages/core/dist/src/ide/detect-ide.js
|
|
288510
288510
|
var IDE_DEFINITIONS = {
|
|
@@ -290970,7 +290970,7 @@ function createContentGeneratorConfig(config2, authType) {
|
|
|
290970
290970
|
return contentGeneratorConfig;
|
|
290971
290971
|
}
|
|
290972
290972
|
async function createContentGenerator(config2, gcConfig, sessionId2) {
|
|
290973
|
-
const version3 = "0.11.
|
|
290973
|
+
const version3 = "0.11.2";
|
|
290974
290974
|
const userAgent = `GeminiCLI/${version3} (${process.platform}; ${process.arch})`;
|
|
290975
290975
|
const baseHeaders = {
|
|
290976
290976
|
"User-Agent": userAgent
|
|
@@ -348781,9 +348781,7 @@ var Config = class {
|
|
|
348781
348781
|
this.useWriteTodos = params.useWriteTodos ?? false;
|
|
348782
348782
|
this.initialUseModelRouter = params.useModelRouter ?? false;
|
|
348783
348783
|
this.useModelRouter = this.initialUseModelRouter;
|
|
348784
|
-
this.disableModelRouterForAuth = params.disableModelRouterForAuth ?? [
|
|
348785
|
-
AuthType2.LOGIN_WITH_GOOGLE
|
|
348786
|
-
];
|
|
348784
|
+
this.disableModelRouterForAuth = params.disableModelRouterForAuth ?? [];
|
|
348787
348785
|
this.enableMessageBusIntegration = params.enableMessageBusIntegration ?? false;
|
|
348788
348786
|
this.codebaseInvestigatorSettings = {
|
|
348789
348787
|
enabled: params.codebaseInvestigatorSettings?.enabled ?? false,
|