From 15cb154a19cabb5c3c66491a61f215ef104d5280 Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Sat, 14 Mar 2026 13:03:06 +0800
Subject: [PATCH] feat(早报): 增加昨日总结模块

---
 openclaw.json |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/openclaw.json b/openclaw.json
index 826deb2..2ab8859 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"
+          ]
         }
       }
     ]

--
Gitblit v1.9.1