From 38938880eb8916d36079fd2405e7d336f8550517 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Sun, 15 Mar 2026 23:23:58 +0800
Subject: [PATCH] 优化 memory-management 技能:增强跨 session 消息聚合能力
---
openclaw.json | 26 +-------------------------
1 files changed, 1 insertions(+), 25 deletions(-)
diff --git a/openclaw.json b/openclaw.json
index 6928b52..697713c 100644
--- a/openclaw.json
+++ b/openclaw.json
@@ -180,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": 12000
- },
- "scope": {
- "default": "allow",
- "rules": []
- }
- }
- },
+
"skills": {
"entries": {
"1password": {
--
Gitblit v1.9.1