@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/channel.d.ts.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
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
|
}
|