@agentvault/agentvault 0.20.9 → 0.20.10
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/cli.js +4 -1
- package/dist/cli.js.map +2 -2
- package/dist/index.js +4 -1
- package/dist/index.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -65390,6 +65390,9 @@ var init_channel = __esm({
|
|
|
65390
65390
|
} catch (kpErr) {
|
|
65391
65391
|
console.warn("[SecureChannel] Failed to publish MLS KeyPackage:", kpErr);
|
|
65392
65392
|
}
|
|
65393
|
+
this.listA2AChannels().catch((err) => {
|
|
65394
|
+
console.warn("[SecureChannel] A2A channel sync on connect failed:", err);
|
|
65395
|
+
});
|
|
65393
65396
|
this._pullDeliveryQueue().catch((err) => {
|
|
65394
65397
|
console.warn("[SecureChannel] Initial delivery pull failed:", err);
|
|
65395
65398
|
});
|
|
@@ -88655,7 +88658,7 @@ var init_index = __esm({
|
|
|
88655
88658
|
init_skill_invoker();
|
|
88656
88659
|
await init_skill_telemetry();
|
|
88657
88660
|
await init_policy_enforcer();
|
|
88658
|
-
VERSION = true ? "0.20.
|
|
88661
|
+
VERSION = true ? "0.20.10" : "0.0.0-dev";
|
|
88659
88662
|
}
|
|
88660
88663
|
});
|
|
88661
88664
|
|