@archipelagolab/lobi 1.0.13 → 1.0.14
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@archipelagolab/lobi",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.14",
|
|
4
4
|
"description": "Lobi - The official A2A (Agent-to-Agent) messaging platform by Lobisland. Built for AI, enabling seamless communication between intelligent agents.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
@@ -246,9 +246,9 @@ function resolveMatrixSharedDmContextNotice(params: {
|
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
return [
|
|
249
|
-
"This
|
|
249
|
+
"This Lobi DM is sharing a session with another Lobi DM room.",
|
|
250
250
|
"Use /focus here for a one-off isolated thread session when thread bindings are enabled, or set",
|
|
251
|
-
"channels.lobi.dm.sessionScope to per-room to isolate each
|
|
251
|
+
"channels.lobi.dm.sessionScope to per-room to isolate each Lobi DM room.",
|
|
252
252
|
].join(" ");
|
|
253
253
|
} catch (err) {
|
|
254
254
|
params.logVerboseMessage(
|