@google/gemini-cli-a2a-server 0.21.0-nightly.20251211.8c83e1ea9 → 0.21.0-nightly.20251212.54de67536
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 +7 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/a2a-server.mjs
CHANGED
|
@@ -309535,6 +309535,10 @@ var DiscoveredMCPToolInvocation = class _DiscoveredMCPToolInvocation extends Bas
|
|
|
309535
309535
|
const functionResponse = rawResponseParts?.[0]?.functionResponse;
|
|
309536
309536
|
const response = functionResponse?.response;
|
|
309537
309537
|
if (response) {
|
|
309538
|
+
const isErrorTop = response.isError;
|
|
309539
|
+
if (isErrorTop === true || isErrorTop === "true") {
|
|
309540
|
+
return true;
|
|
309541
|
+
}
|
|
309538
309542
|
const error2 = response?.error;
|
|
309539
309543
|
const isError2 = error2?.isError;
|
|
309540
309544
|
if (error2 && (isError2 === true || isError2 === "true")) {
|
|
@@ -311908,8 +311912,8 @@ var Float64Vector = import_vector.default.Float64Vector;
|
|
|
311908
311912
|
var PointerVector = import_vector.default.PointerVector;
|
|
311909
311913
|
|
|
311910
311914
|
// packages/core/dist/src/generated/git-commit.js
|
|
311911
|
-
var GIT_COMMIT_INFO = "
|
|
311912
|
-
var CLI_VERSION = "0.21.0-nightly.
|
|
311915
|
+
var GIT_COMMIT_INFO = "54de67536";
|
|
311916
|
+
var CLI_VERSION = "0.21.0-nightly.20251212.54de67536";
|
|
311913
311917
|
|
|
311914
311918
|
// packages/core/dist/src/ide/detect-ide.js
|
|
311915
311919
|
var IDE_DEFINITIONS = {
|
|
@@ -382246,7 +382250,7 @@ var __filename = fileURLToPath10(import.meta.url);
|
|
|
382246
382250
|
var __dirname5 = path60.dirname(__filename);
|
|
382247
382251
|
async function getVersion() {
|
|
382248
382252
|
const pkgJson = await getPackageJson(__dirname5);
|
|
382249
|
-
return "0.21.0-nightly.
|
|
382253
|
+
return "0.21.0-nightly.20251212.54de67536";
|
|
382250
382254
|
}
|
|
382251
382255
|
|
|
382252
382256
|
// packages/core/dist/src/code_assist/experiments/client_metadata.js
|