From 8303f25906f4c1ae631486af62224ce3579a83ac Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Mon, 16 Mar 2026 07:16:59 +0800
Subject: [PATCH] 优化三层记忆管理每日总结的 session 聚合能力
---
openclaw.json | 71 +++++++++++++----------------------
1 files changed, 26 insertions(+), 45 deletions(-)
diff --git a/openclaw.json b/openclaw.json
index b6bca00..697713c 100644
--- a/openclaw.json
+++ b/openclaw.json
@@ -1,12 +1,12 @@
{
"meta": {
- "lastTouchedVersion": "2026.3.12",
- "lastTouchedAt": "2026-03-14T04:35:04.375Z"
+ "lastTouchedVersion": "2026.3.13",
+ "lastTouchedAt": "2026-03-15T03:58:15.938Z"
},
"wizard": {
- "lastRunAt": "2026-03-11T06:55:00.911Z",
- "lastRunVersion": "2026.3.8",
- "lastRunCommand": "configure",
+ "lastRunAt": "2026-03-15T03:19:13.147Z",
+ "lastRunVersion": "2026.3.12",
+ "lastRunCommand": "doctor",
"lastRunMode": "local"
},
"models": {
@@ -143,15 +143,17 @@
"lifehelper": {
"appId": "cli_a93a53efc2781bdf",
"appSecret": "Zr5ZpQbilUn0SuxSa0uSvdLMipyXQYbR"
+ },
+ "default": {
+ "groupPolicy": "open",
+ "dmPolicy": "open",
+ "allowFrom": [
+ "*"
+ ]
}
},
"connectionMode": "websocket",
- "domain": "feishu",
- "groupPolicy": "open",
- "dmPolicy": "open",
- "allowFrom": [
- "*"
- ]
+ "domain": "feishu"
}
},
"gateway": {
@@ -178,31 +180,7 @@
]
}
},
- "memory": {
- "backend": "qmd",
- "citations": "auto",
- "qmd": {
- "command": "qmd",
- "searchMode": "query",
- "includeDefaultMemory": true,
- "update": {
- "interval": "5m",
- "debounceMs": 15000,
- "onBoot": true,
- "waitForBootSync": false
- },
- "limits": {
- "maxResults": 6,
- "maxSnippetChars": 500,
- "maxInjectedChars": 2000,
- "timeoutMs": 10000
- },
- "scope": {
- "default": "allow",
- "rules": []
- }
- }
- },
+
"skills": {
"entries": {
"1password": {
@@ -211,9 +189,12 @@
}
},
"plugins": {
+ "allow": [
+ "feishu"
+ ],
"load": {
"paths": [
- "/home/tevin/.nvm/versions/node/v24.14.0/lib/node_modules/openclaw/extensions/feishu"
+ "/home/tevin/.nvm/versions/node/v24.14.0/lib/node_modules/@m1heng-clawd/feishu"
]
},
"entries": {
@@ -225,15 +206,15 @@
"feishu": {
"source": "npm",
"spec": "@m1heng-clawd/feishu",
- "installPath": "/home/tevin/.openclaw/extensions/feishu",
- "version": "0.1.16",
+ "installPath": "/home/tevin/.nvm/versions/node/v24.14.0/lib/node_modules/@m1heng-clawd/feishu",
+ "version": "0.1.17",
"resolvedName": "@m1heng-clawd/feishu",
- "resolvedVersion": "0.1.16",
- "resolvedSpec": "@m1heng-clawd/feishu@0.1.16",
- "integrity": "sha512-BRbAdogf0NrjAX8HTPHcgMQ4zsx0SEFfWgoPcFYOTeq4muvGRkAXfPR14zS0ZtTGImcijatlZvgexWB7unj/pw==",
- "shasum": "47780b9ee0d1b9a8585612e6072fbd787402e03d",
- "resolvedAt": "2026-03-11T06:34:29.122Z",
- "installedAt": "2026-03-11T06:34:48.231Z"
+ "resolvedVersion": "0.1.17",
+ "resolvedSpec": "@m1heng-clawd/feishu@0.1.17",
+ "integrity": "sha512-6BMqvndOXvWvGzMJEQQdp3vX1jidaIXrwwlz6Q8F5gC+yzcuHmNqIaAxXsrVOj7jaEAtznFjGmPWZ97sGc2eRw==",
+ "shasum": "4e33e4c0cef6593da0b9e40f96d9310adc5bf6ab",
+ "resolvedAt": "2026-03-15T03:57:41.889Z",
+ "installedAt": "2026-03-15T03:58:15.894Z"
}
}
}
--
Gitblit v1.9.1