From 45b8b6c330bb2474f094012d1795c39f50d11b5f Mon Sep 17 00:00:00 2001 From: OpenClaw Agent Date: Tue, 28 Apr 2026 11:07:27 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E5=B8=AE=E5=8A=A9?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E5=92=8CREADME=EF=BC=8C=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=BF=87=E6=97=B6=E5=8A=9F=E8=83=BD=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 帮助面板:修正工具分类(文件系统 12→16,系统&网络→命令执行+联网搜索),分类数 6→8 - README:移除不存在的 cron-manager(定时任务)功能描述(中英文) - 所有变更基于实际代码分析,38 个工具注册与 tool-registry.ts 一致 --- README.md | 2 -- src/renderer/index.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 76439bb..fb10209 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ | 📊 | **技能自动生成** | 从成功的工具调用链自动提取可复用技能(≥2 步),Level 0 摘要 | | 🗜️ | **上下文管理** | 滑动窗口 + LLM 摘要压缩(50% 自动触发)+ /compress 手动触发 | | 👥 | **子代理委派** | spawn_task 工具,独立上下文 + 超时保护 | -| ⏰ | **定时任务** | cron-manager,支持一次性/周期性调度 | | 📈 | **Token 仪表盘** | 全局 + 会话统计,消耗趋势图,2 秒刷新 | | 🎨 | **暖色调 UI** | 奶白 `#FAF7F2` + 珊瑚橙 `#E8734A`,长时间使用不疲劳 | | 🔔 | **系统托盘** | 原生托盘集成 | @@ -266,7 +265,6 @@ npm run dist # 构建 Windows 安装包 | 📊 | **Auto Skill Generation** | Extracts reusable skills from successful tool call chains (≥2 steps), Level 0 summaries | | 🗜️ | **Context Management** | Sliding window + LLM summary compression (auto at 50%) + /compress manual trigger | | 👥 | **Sub-agent Delegation** | spawn_task tool, isolated context + timeout protection | -| ⏰ | **Cron Tasks** | cron-manager, one-time and periodic scheduling | | 📈 | **Token Dashboard** | Global + session stats, consumption trend chart, 2s refresh | | 🎨 | **Warm-tone UI** | Cream `#FAF7F2` + coral `#E8734A`, fatigue-free for extended use | | 🔔 | **System Tray** | Native tray integration | diff --git a/src/renderer/index.html b/src/renderer/index.html index f1b5f60..ed8df2c 100644 --- a/src/renderer/index.html +++ b/src/renderer/index.html @@ -388,7 +388,7 @@