@joshuaswarren/openclaw-engram 9.3.23 → 9.3.24
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/openclaw.plugin.json +3 -3
- package/package.json +3 -3
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "openclaw-engram",
|
|
3
3
|
"name": "Remnic OpenClaw Plugin",
|
|
4
|
-
"version": "9.3.
|
|
4
|
+
"version": "9.3.24",
|
|
5
5
|
"kind": "memory",
|
|
6
6
|
"description": "Local semantic memory for OpenClaw with bundled Remnic core runtime. Requires plugins.slots.memory set to this plugin id for hooks to fire.",
|
|
7
7
|
"setup": {
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
},
|
|
326
326
|
"qmdIndexName": {
|
|
327
327
|
"type": "string",
|
|
328
|
-
"description": "Optional QMD named index forwarded as qmd --index <name> when supported"
|
|
328
|
+
"description": "Optional QMD named index forwarded as qmd --index <name> when supported. Leave unset during upgrades unless existing QMD data already lives in that named index."
|
|
329
329
|
},
|
|
330
330
|
"qmdForceCpu": {
|
|
331
331
|
"type": "boolean",
|
|
@@ -4981,7 +4981,7 @@
|
|
|
4981
4981
|
"qmdIndexName": {
|
|
4982
4982
|
"label": "QMD Index Name",
|
|
4983
4983
|
"advanced": true,
|
|
4984
|
-
"help": "Use a named QMD index when QMD 2.5+ supports --index"
|
|
4984
|
+
"help": "Use a named QMD index when QMD 2.5+ supports --index. Changing this selects a different SQLite DB; keep it unset for existing default-index installs."
|
|
4985
4985
|
},
|
|
4986
4986
|
"qmdForceCpu": {
|
|
4987
4987
|
"label": "QMD Force CPU",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@joshuaswarren/openclaw-engram",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.24",
|
|
4
4
|
"description": "Deprecated compatibility shim for Engram installs. Re-exports @remnic/plugin-openclaw and forwards engram-access to @remnic/core.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@remnic/plugin-openclaw": "^1.0.
|
|
52
|
-
"@remnic/core": "^1.1.
|
|
51
|
+
"@remnic/plugin-openclaw": "^1.0.38",
|
|
52
|
+
"@remnic/core": "^1.1.14"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"openclaw": ">=2026.5.16-beta.1"
|