@agentvault/agentvault 0.19.7 → 0.19.8
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/channel.d.ts.map +1 -1
- package/dist/cli.js +1 -0
- package/dist/cli.js.map +2 -2
- package/dist/index.js +1 -0
- package/dist/index.js.map +2 -2
- package/dist/openclaw-entry.d.ts.map +1 -1
- package/dist/openclaw-entry.js +5 -0
- package/dist/openclaw-entry.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -48779,6 +48779,7 @@ var init_channel = __esm({
|
|
|
48779
48779
|
await this.listA2AChannels();
|
|
48780
48780
|
const a2aCount = Object.keys(this._persisted?.a2aChannels ?? {}).length;
|
|
48781
48781
|
console.log(`[SecureChannel] A2A sync complete: ${a2aCount} channels`);
|
|
48782
|
+
this.emit("a2a_channels_synced", { count: a2aCount });
|
|
48782
48783
|
} catch (err) {
|
|
48783
48784
|
console.warn("[SecureChannel] A2A channel sync failed (non-fatal):", err);
|
|
48784
48785
|
}
|