@wazionapps/openclaw-memory-nexo-brain 7.38.6 → 7.38.7

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.
@@ -51,7 +51,7 @@ export class McpBridge {
51
51
  await this.send("initialize", {
52
52
  protocolVersion: "2024-11-05",
53
53
  capabilities: {},
54
- clientInfo: { name: "openclaw-memory-nexo-brain", version: "7.38.6" },
54
+ clientInfo: { name: "openclaw-memory-nexo-brain", version: "7.38.7" },
55
55
  });
56
56
  await this.send("notifications/initialized", {});
57
57
  this.initialized = true;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@wazionapps/openclaw-memory-nexo-brain",
3
- "version": "7.38.6",
4
- "description": "OpenClaw memory plugin powered by the NEXO Desktop runtime core: local memory, Deep Sleep, trust scoring, and guarded continuity.",
3
+ "version": "7.38.7",
4
+ "description": "OpenClaw memory plugin powered by the NEXO Desktop runtime core: local memory, Deep Sleep, Evolution support-ticket mode, trust scoring, and guarded continuity.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "exports": "./dist/index.js",