@agentvault/agentvault 0.14.9 → 0.14.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/index.js CHANGED
@@ -47545,6 +47545,11 @@ var init_channel = __esm({
47545
47545
  this._scanEngine = new ScanEngine();
47546
47546
  await this._fetchScanRules();
47547
47547
  }
47548
+ try {
47549
+ await this.listA2AChannels();
47550
+ } catch (err) {
47551
+ console.warn("[SecureChannel] A2A channel sync failed (non-fatal):", err);
47552
+ }
47548
47553
  if (!this._telemetryReporter && this._persisted?.deviceJwt && this._persisted?.hubId) {
47549
47554
  this._telemetryReporter = new TelemetryReporter({
47550
47555
  apiBase: this.config.apiUrl,