@memoryrelay/plugin-memoryrelay-ai 0.9.6 → 0.9.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.
package/index.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * OpenClaw Memory Plugin - MemoryRelay (Single File Version)
3
- * Version: 0.9.6
3
+ * Version: 0.9.7
4
4
  */
5
5
 
6
6
  import type { OpenClawPluginApi } from "openclaw/plugin-sdk";
@@ -3,24 +3,24 @@
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.6",
6
+ "version": "0.9.7",
7
7
  "uiHints": {
8
8
  "apiKey": {
9
9
  "label": "MemoryRelay API Key",
10
10
  "sensitive": true,
11
11
  "placeholder": "mem_prod_...",
12
- "help": "API key from memoryrelay.ai (or use ${MEMORYRELAY_API_KEY} env var)"
12
+ "help": "API key from memoryrelay.ai (or use MEMORYRELAY_API_KEY env var)"
13
13
  },
14
14
  "agentId": {
15
15
  "label": "Agent ID",
16
16
  "placeholder": "iris",
17
- "help": "Unique identifier for this agent in MemoryRelay (or use ${MEMORYRELAY_AGENT_ID} env var)"
17
+ "help": "Unique identifier for this agent in MemoryRelay (or use MEMORYRELAY_AGENT_ID env var)"
18
18
  },
19
19
  "apiUrl": {
20
20
  "label": "API URL",
21
21
  "placeholder": "https://api.memoryrelay.net",
22
22
  "advanced": true,
23
- "help": "MemoryRelay API endpoint (or use ${MEMORYRELAY_API_URL} env var)"
23
+ "help": "MemoryRelay API endpoint (or use MEMORYRELAY_API_URL env var)"
24
24
  },
25
25
  "defaultProject": {
26
26
  "label": "Default Project",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memoryrelay/plugin-memoryrelay-ai",
3
- "version": "0.9.6",
3
+ "version": "0.9.7",
4
4
  "description": "OpenClaw memory plugin for MemoryRelay API - sessions, decisions, patterns, projects & semantic search",
5
5
  "type": "module",
6
6
  "main": "index.ts",