From 4cc5cd9252c1b9687b0cadbc71a6fdbd74ad9ecc Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Sun, 15 Mar 2026 12:32:41 +0800
Subject: [PATCH] 添加 qmd 运行忽略
---
openclaw.json | 39 +++++++++++++++++++++++++++++++++++++--
1 files changed, 37 insertions(+), 2 deletions(-)
diff --git a/openclaw.json b/openclaw.json
index 826deb2..b6bca00 100644
--- a/openclaw.json
+++ b/openclaw.json
@@ -1,7 +1,7 @@
{
"meta": {
- "lastTouchedVersion": "2026.3.8",
- "lastTouchedAt": "2026-03-12T03:54:52.596Z"
+ "lastTouchedVersion": "2026.3.12",
+ "lastTouchedAt": "2026-03-14T04:35:04.375Z"
},
"wizard": {
"lastRunAt": "2026-03-11T06:55:00.911Z",
@@ -75,6 +75,11 @@
"agentDir": "/home/tevin/.openclaw/agents/main/agent",
"model": {
"primary": "custom-api-siliconflow-cn/Pro/moonshotai/Kimi-K2.5"
+ },
+ "tools": {
+ "deny": [
+ "tts"
+ ]
}
},
{
@@ -84,6 +89,11 @@
"agentDir": "/home/tevin/.openclaw/agents/lifehelper/agent",
"model": {
"primary": "custom-api-siliconflow-cn/Pro/moonshotai/Kimi-K2.5"
+ },
+ "tools": {
+ "deny": [
+ "tts"
+ ]
}
}
]
@@ -168,6 +178,31 @@
]
}
},
+ "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": {
--
Gitblit v1.9.1