@memoryrelay/plugin-memoryrelay-ai 0.9.5 → 0.9.6

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/index.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OpenClaw Memory Plugin - MemoryRelay (Single File Version)
3
- * Version: 0.9.5
3
+ * Version: 0.9.6
4
4
  */
5
5
 
6
6
  import type { OpenClawPluginApi } from "openclaw/plugin-sdk";
@@ -3,7 +3,7 @@
3
3
  "kind": "memory",
4
4
  "name": "MemoryRelay AI",
5
5
  "description": "AI memory service with sessions, decisions, patterns & projects (api.memoryrelay.net)",
6
- "version": "0.9.5",
6
+ "version": "0.9.6",
7
7
  "uiHints": {
8
8
  "apiKey": {
9
9
  "label": "MemoryRelay API Key",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memoryrelay/plugin-memoryrelay-ai",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "OpenClaw memory plugin for MemoryRelay API - sessions, decisions, patterns, projects & semantic search",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -39,7 +39,7 @@
39
39
  "openclaw": {
40
40
  "id": "plugin-memoryrelay-ai",
41
41
  "extensions": [
42
- "./index.ts"
42
+ "index.ts"
43
43
  ]
44
44
  },
45
45
  "files": [