@yun-zero/claw-memory 0.1.1 → 0.1.3
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 +6 -1
- package/package.json +4 -4
package/openclaw.plugin.json
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "claw-memory",
|
|
3
3
|
"name": "ClawMemory",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3",
|
|
5
5
|
"description": "AI memory system - auto-save conversations and inject memory summary",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
|
+
"configSchema": {
|
|
8
|
+
"type": "object",
|
|
9
|
+
"additionalProperties": false,
|
|
10
|
+
"properties": {}
|
|
11
|
+
},
|
|
7
12
|
"dependencies": {},
|
|
8
13
|
"scripts": {
|
|
9
14
|
"build": "tsc"
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yun-zero/claw-memory",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "OpenClaw 记忆插件 - 自动保存对话,智能注入上下文",
|
|
5
|
-
"main": "dist/
|
|
5
|
+
"main": "dist/plugin.js",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
7
|
+
"openclaw": {
|
|
8
|
+
"extensions": ["./dist/plugin.js"]
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
11
|
"build": "tsc",
|