@memoryrelay/plugin-memoryrelay-ai 0.2.0 → 0.2.1
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/README.md +8 -0
- package/openclaw.plugin.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -396,6 +396,14 @@ MIT © 2026 MemoryRelay
|
|
|
396
396
|
|
|
397
397
|
## Changelog
|
|
398
398
|
|
|
399
|
+
### v0.2.1 (2026-02-13)
|
|
400
|
+
|
|
401
|
+
**Bug Fix:**
|
|
402
|
+
- Made `apiKey` and `agentId` optional in config schema
|
|
403
|
+
- Allows installation without pre-configuring credentials
|
|
404
|
+
- Plugin auto-detects agentId and supports MEMORYRELAY_API_KEY env var
|
|
405
|
+
- Fixes "must have required property" errors during installation
|
|
406
|
+
|
|
399
407
|
### v0.2.0 (2026-02-13) - BREAKING CHANGE
|
|
400
408
|
|
|
401
409
|
**Package Renamed to Fix Warnings:**
|
package/openclaw.plugin.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"kind": "memory",
|
|
4
4
|
"name": "MemoryRelay AI",
|
|
5
5
|
"description": "AI memory service using MemoryRelay API (api.memoryrelay.net)",
|
|
6
|
-
"version": "0.1
|
|
6
|
+
"version": "0.2.1",
|
|
7
7
|
"uiHints": {
|
|
8
8
|
"apiKey": {
|
|
9
9
|
"label": "MemoryRelay API Key",
|
|
@@ -62,6 +62,6 @@
|
|
|
62
62
|
"default": 0.3
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
|
-
"required": [
|
|
65
|
+
"required": []
|
|
66
66
|
}
|
|
67
67
|
}
|