@agentvault/agentvault 0.19.41 → 0.19.42

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
@@ -63623,7 +63623,7 @@ var init_channel = __esm({
63623
63623
  kind: "a2a",
63624
63624
  id: ch.hubAddress,
63625
63625
  label: `A2A: ${ch.hubAddress}`,
63626
- available: this._state === "ready" && !!ch.session?.ratchetState
63626
+ available: this._state === "ready" && (!!ch.session?.ratchetState || !!ch.mlsGroupId && this._mlsGroups.has(`a2a:${ch.channelId}`))
63627
63627
  });
63628
63628
  }
63629
63629
  }