@archipelagolab/lobi 1.0.13 → 1.0.15

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.13",
3
+ "version": "1.0.15",
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": {
@@ -279,7 +279,7 @@ export function normalizeCompatibilityConfig({
279
279
  ...cfg,
280
280
  channels: {
281
281
  ...cfg.channels,
282
- matrix: updatedMatrix as NonNullable<OpenClawConfig["channels"]>["matrix"],
282
+ lobi: updatedMatrix as NonNullable<OpenClawConfig["channels"]>["matrix"],
283
283
  },
284
284
  },
285
285
  changes,
@@ -246,9 +246,9 @@ function resolveMatrixSharedDmContextNotice(params: {
246
246
  }
247
247
 
248
248
  return [
249
- "This Matrix DM is sharing a session with another Matrix DM room.",
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 Matrix DM room.",
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(