@google/gemini-cli-a2a-server 0.41.0-preview.3 → 0.41.1
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 -5
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/a2a-server.mjs
CHANGED
|
@@ -209422,8 +209422,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
209422
209422
|
var init_git_commit = __esm({
|
|
209423
209423
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
209424
209424
|
"use strict";
|
|
209425
|
-
GIT_COMMIT_INFO = "
|
|
209426
|
-
CLI_VERSION = "0.41.
|
|
209425
|
+
GIT_COMMIT_INFO = "7d5b3584f";
|
|
209426
|
+
CLI_VERSION = "0.41.1";
|
|
209427
209427
|
}
|
|
209428
209428
|
});
|
|
209429
209429
|
|
|
@@ -329384,7 +329384,7 @@ function getVersion() {
|
|
|
329384
329384
|
}
|
|
329385
329385
|
versionPromise = (async () => {
|
|
329386
329386
|
const pkgJson = await getPackageJson(__dirname4);
|
|
329387
|
-
return "0.41.
|
|
329387
|
+
return "0.41.1";
|
|
329388
329388
|
})();
|
|
329389
329389
|
return versionPromise;
|
|
329390
329390
|
}
|
|
@@ -395972,8 +395972,7 @@ var init_policy_engine = __esm({
|
|
|
395972
395972
|
return false;
|
|
395973
395973
|
if (!hasRedirection(command))
|
|
395974
395974
|
return false;
|
|
395975
|
-
|
|
395976
|
-
if (sandboxEnabled && (this.approvalMode === ApprovalMode.AUTO_EDIT || this.approvalMode === ApprovalMode.YOLO)) {
|
|
395975
|
+
if (this.approvalMode === ApprovalMode.AUTO_EDIT || this.approvalMode === ApprovalMode.YOLO) {
|
|
395977
395976
|
return false;
|
|
395978
395977
|
}
|
|
395979
395978
|
return true;
|