From 828ada12edb7a6e716d71f2f24e5b65aac9fb27e Mon Sep 17 00:00:00 2001
From: TevinClaw <510129976@qq.com>
Date: Mon, 16 Mar 2026 11:34:45 +0800
Subject: [PATCH] config: 更新配置文件和定时任务状态

---
 agents/main/agent/models.json       |    2 +-
 openclaw.json                       |    2 ++
 cron/jobs.json                      |   20 ++++++++++++++------
 agents/lifehelper/agent/models.json |    2 +-
 4 files changed, 18 insertions(+), 8 deletions(-)

diff --git a/agents/lifehelper/agent/models.json b/agents/lifehelper/agent/models.json
index ffa9726..294c12b 100644
--- a/agents/lifehelper/agent/models.json
+++ b/agents/lifehelper/agent/models.json
@@ -2,7 +2,7 @@
   "providers": {
     "custom-api-siliconflow-cn": {
       "baseUrl": "https://api.siliconflow.cn",
-      "apiKey": "sk-hjxtzyxeoagiqozjdifstbmzmtdmmpiupquzfvoicyfnfnmy",
+      "apiKey": "${SILICONFLOW_API_KEY}",
       "api": "openai-completions",
       "models": [
         {
diff --git a/agents/main/agent/models.json b/agents/main/agent/models.json
index 7a0ce10..294c12b 100644
--- a/agents/main/agent/models.json
+++ b/agents/main/agent/models.json
@@ -2,7 +2,7 @@
   "providers": {
     "custom-api-siliconflow-cn": {
       "baseUrl": "https://api.siliconflow.cn",
-      "apiKey": "SILICONFLOW_CN_API_KEY",
+      "apiKey": "${SILICONFLOW_API_KEY}",
       "api": "openai-completions",
       "models": [
         {
diff --git a/cron/jobs.json b/cron/jobs.json
index 56532e2..1065ff4 100644
--- a/cron/jobs.json
+++ b/cron/jobs.json
@@ -7,7 +7,7 @@
       "description": "每天早上9点AI早报",
       "enabled": true,
       "createdAtMs": 1773390853562,
-      "updatedAtMs": 1773536472466,
+      "updatedAtMs": 1773624106557,
       "schedule": {
         "kind": "cron",
         "expr": "0 9 * * *",
@@ -25,11 +25,11 @@
         "to": "ou_53994d69bfaad1bfa5ca4c658de5b23f"
       },
       "state": {
-        "nextRunAtMs": 1773622800000,
-        "lastRunAtMs": 1773536400033,
+        "nextRunAtMs": 1773709200000,
+        "lastRunAtMs": 1773623818703,
         "lastRunStatus": "ok",
         "lastStatus": "ok",
-        "lastDurationMs": 72433,
+        "lastDurationMs": 287854,
         "lastDelivered": true,
         "lastDeliveryStatus": "delivered",
         "consecutiveErrors": 0
@@ -40,7 +40,7 @@
       "name": "memory-weekly-maintenance",
       "enabled": true,
       "createdAtMs": 1773409688576,
-      "updatedAtMs": 1773409688576,
+      "updatedAtMs": 1773624926494,
       "schedule": {
         "kind": "cron",
         "expr": "30 9 * * 1",
@@ -58,7 +58,15 @@
         "to": "ou_53994d69bfaad1bfa5ca4c658de5b23f"
       },
       "state": {
-        "nextRunAtMs": 1773624600000
+        "nextRunAtMs": 1774229400000,
+        "lastRunAtMs": 1773624600007,
+        "lastRunStatus": "error",
+        "lastStatus": "error",
+        "lastDurationMs": 326487,
+        "lastError": "⚠️ 📝 Edit: in , failed",
+        "lastDelivered": true,
+        "lastDeliveryStatus": "delivered",
+        "consecutiveErrors": 1
       }
     }
   ]
diff --git a/openclaw.json b/openclaw.json
index 3ce4a53..d9d4c0d 100644
--- a/openclaw.json
+++ b/openclaw.json
@@ -206,6 +206,8 @@
         "/home/tevin/.nvm/versions/node/v24.14.0/lib/node_modules/@openclaw/feishu"
       ]
     },
+    "slots": {
+    },
     "entries": {
       "feishu": {
         "enabled": true

--
Gitblit v1.9.1