From 8006c2b019b662b09e901523ba985a425d7783f7 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Mon, 16 Mar 2026 10:53:10 +0800
Subject: [PATCH] 添加本地三层记忆记录文件到git

---
 openclaw.json |   54 ++++++++++++------------------------------------------
 1 files changed, 12 insertions(+), 42 deletions(-)

diff --git a/openclaw.json b/openclaw.json
index 6928b52..3ce4a53 100644
--- a/openclaw.json
+++ b/openclaw.json
@@ -152,8 +152,17 @@
           ]
         }
       },
+      "domain": "feishu",
       "connectionMode": "websocket",
-      "domain": "feishu"
+      "streaming": true,
+      "timeout": 2000,
+      "idempotent": true,
+      "sessionMode": "per-chat",
+      "requireMention": true,
+      "footer": {
+        "elapsed": true,
+        "status": true
+      }
     }
   },
   "gateway": {
@@ -180,31 +189,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": {
@@ -218,27 +203,12 @@
     ],
     "load": {
       "paths": [
-        "/home/tevin/.nvm/versions/node/v24.14.0/lib/node_modules/@m1heng-clawd/feishu"
+        "/home/tevin/.nvm/versions/node/v24.14.0/lib/node_modules/@openclaw/feishu"
       ]
     },
     "entries": {
       "feishu": {
         "enabled": true
-      }
-    },
-    "installs": {
-      "feishu": {
-        "source": "npm",
-        "spec": "@m1heng-clawd/feishu",
-        "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.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