@agentvault/agentvault 0.20.25 → 0.20.26

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 CHANGED
@@ -65281,7 +65281,6 @@ var init_channel = __esm({
65281
65281
  console.log(`[SecureChannel] A2A ${chId.slice(0, 8)} sync fallback: skipping \u2014 Welcome already pending for group=${groupId.slice(0, 8)}`);
65282
65282
  continue;
65283
65283
  }
65284
- await setPendingWelcome(this.config.dataDir, groupId);
65285
65284
  const mgr = new MLSGroupManager();
65286
65285
  const identity = new TextEncoder().encode(this._persisted.deviceId);
65287
65286
  const kp = await mgr.generateKeyPackage(identity);
@@ -88964,7 +88963,7 @@ var init_index = __esm({
88964
88963
  init_skill_invoker();
88965
88964
  await init_skill_telemetry();
88966
88965
  await init_policy_enforcer();
88967
- VERSION = true ? "0.20.25" : "0.0.0-dev";
88966
+ VERSION = true ? "0.20.26" : "0.0.0-dev";
88968
88967
  }
88969
88968
  });
88970
88969