@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/index.js
CHANGED
|
@@ -65389,6 +65389,9 @@ var init_channel = __esm({
|
|
|
65389
65389
|
} catch (kpErr) {
|
|
65390
65390
|
console.warn("[SecureChannel] Failed to publish MLS KeyPackage:", kpErr);
|
|
65391
65391
|
}
|
|
65392
|
+
this.listA2AChannels().catch((err) => {
|
|
65393
|
+
console.warn("[SecureChannel] A2A channel sync on connect failed:", err);
|
|
65394
|
+
});
|
|
65392
65395
|
this._pullDeliveryQueue().catch((err) => {
|
|
65393
65396
|
console.warn("[SecureChannel] Initial delivery pull failed:", err);
|
|
65394
65397
|
});
|
|
@@ -94547,7 +94550,7 @@ var init_index = __esm({
|
|
|
94547
94550
|
init_skill_invoker();
|
|
94548
94551
|
await init_skill_telemetry();
|
|
94549
94552
|
await init_policy_enforcer();
|
|
94550
|
-
VERSION = true ? "0.20.
|
|
94553
|
+
VERSION = true ? "0.20.10" : "0.0.0-dev";
|
|
94551
94554
|
}
|
|
94552
94555
|
});
|
|
94553
94556
|
await init_index();
|