From 6308876340508fa88a768cda725d76fc82b141f0 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Mon, 16 Mar 2026 21:20:35 +0800
Subject: [PATCH] 文档:更新心跳文件,热记忆更新后自动执行git提交
---
openclaw.json | 103 ++++++++++++++++++++++++++++++++++++++-------------
1 files changed, 76 insertions(+), 27 deletions(-)
diff --git a/openclaw.json b/openclaw.json
index 826deb2..cdba716 100644
--- a/openclaw.json
+++ b/openclaw.json
@@ -1,12 +1,12 @@
{
"meta": {
- "lastTouchedVersion": "2026.3.8",
- "lastTouchedAt": "2026-03-12T03:54:52.596Z"
+ "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": {
@@ -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"
+ ]
}
}
]
@@ -125,6 +135,7 @@
"channels": {
"feishu": {
"enabled": true,
+ "domain": "feishu",
"accounts": {
"main": {
"appId": "cli_a93baf57e9badbce",
@@ -133,15 +144,23 @@
"lifehelper": {
"appId": "cli_a93a53efc2781bdf",
"appSecret": "Zr5ZpQbilUn0SuxSa0uSvdLMipyXQYbR"
+ },
+ "default": {
+ "groupPolicy": "open",
+ "dmPolicy": "open",
+ "allowFrom": ["*"]
}
},
"connectionMode": "websocket",
- "domain": "feishu",
- "groupPolicy": "open",
- "dmPolicy": "open",
- "allowFrom": [
- "*"
- ]
+ "streaming": true,
+ "timeout": 2000,
+ "idempotent": true,
+ "sessionMode": "per-chat",
+ "requireMention": true,
+ "footer": {
+ "elapsed": true,
+ "status": true
+ }
}
},
"gateway": {
@@ -168,6 +187,7 @@
]
}
},
+
"skills": {
"entries": {
"1password": {
@@ -176,29 +196,58 @@
}
},
"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/@openclaw/feishu",
+ "/home/tevin/.openclaw/extensions/memory-lancedb-pro"
]
+ },
+ "slots": {
+ "memory": "memory-lancedb-pro"
},
"entries": {
"feishu": {
"enabled": true
- }
- },
- "installs": {
- "feishu": {
- "source": "npm",
- "spec": "@m1heng-clawd/feishu",
- "installPath": "/home/tevin/.openclaw/extensions/feishu",
- "version": "0.1.16",
- "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"
+ },
+ "memory-lancedb-pro": {
+ "enabled": true,
+ "config": {
+ "embedding": {
+ "provider": "openai-compatible",
+ "apiKey": "${SILICONFLOW_API_KEY}",
+ "baseURL": "https://api.siliconflow.cn/v1",
+ "model": "BAAI/bge-large-zh-v1.5",
+ "dimensions": 1024
+ },
+ "retrieval": {
+ "mode": "hybrid",
+ "vectorWeight": 0.7,
+ "bm25Weight": 0.3,
+ "rerank": "cross-encoder",
+ "rerankProvider": "siliconflow",
+ "rerankEndpoint": "https://api.siliconflow.cn/v1/rerank",
+ "rerankModel": "BAAI/bge-reranker-v2-m3",
+ "rerankApiKey": "${SILICONFLOW_API_KEY}"
+ },
+ "autoCapture": true,
+ "autoRecall": true,
+ "smartExtraction": true,
+ "extractMinMessages": 2,
+ "extractMaxChars": 8000,
+ "sessionMemory": {
+ "enabled": false
+ },
+ "scopes": {
+ "default": "global",
+ "agentAccess": {
+ "main": ["global", "agent:main"],
+ "lifehelper": ["global", "agent:lifehelper"]
+ }
+ }
+ }
}
}
}
--
Gitblit v1.9.1