From 7c35da49003d2a69aa2fa50cd84894698209bb53 Mon Sep 17 00:00:00 2001 From: thzxx Date: Wed, 10 Jun 2026 14:53:03 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20README=E4=BF=AE=E5=A4=8D=20=E2=80=94=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=B3=BB=E7=BB=9F17=E2=86=9216/=E5=88=A0?= =?UTF-8?q?=E9=99=A4append=5Ffile/=E4=BF=AE=E5=A4=8D=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F/=E6=9B=B4=E6=96=B0=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E9=83=A8=E5=88=86/=E5=B7=A5=E5=85=B7=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 0b263c1..f4f3ac9 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ | 📋 | **自定义文件** | SOUL.md(人格,不可压缩)+ AGENT.md(行为准则)+ USER.md(用户画像),工作空间优先,内置默认 fallback | | 🎯 | **技能自动生成 v1.1** | 工具调用链自动提取 → 语义匹配 → 参数自优化 → 未使用衰减 → 技能链合并,越用越精准 | | 🌐 | **MCP 协议扩展** | JSON-RPC 2.0 over stdio,动态工具发现,Shadowing 防护 | -|| 🔍 | **四引擎联网搜索** | Bing + 百度 + DuckDuckGo + Google 并行聚合,5分钟缓存,URL可达性预检,web_fetch支持自动重试+移动端UA+SPA浏览器渲染回退 | +| 🔍 | **四引擎联网搜索** | Bing + 百度 + DuckDuckGo + Google 并行聚合,智能排序+时间过滤+摘要增强,web_fetch支持反爬+UA切换+浏览器回退 | | 🌏 | **浏览器控制** | 打开网页 · 截图 · 执行 JS · 提取内容 · 点击 · 输入 · 滚动 · 关闭 | | 🖥️ | **工作空间面板** | 终端(实时流式输出)+ 文件浏览器,命令安全检查 | | 🔢 | **上下文长度自动检测** | 切换模型时自动从 model_info 获取实际支持的上下文长度,无需手动配置 | @@ -55,26 +55,25 @@ ## 🔧 工具清单
-📁 文件系统(17 个) +📁 文件系统(16 个) | 工具 | 功能 | |------|------| -| `read_file` | 读取文件内容 | -| `write_file` | 写入文件 | +| `read_file` | 读取文件(文本/binary,2000行默认) | +| `write_file` | 写入/追加文件(支持base64二进制) | | `list_directory` | 列出目录内容 | | `search_files` | 搜索文件(正则/通配符) | | `create_directory` | 创建目录 | -| `delete_file` | 删除文件 | +| `delete_file` | 删除文件/目录(返回大小) | | `move_file` | 移动/重命名文件 | | `copy_file` | 复制文件 | -| `append_file` | 追加内容到文件 | -| `edit_file` | 编辑文件(查找替换) | +| `edit_file` | 编辑文件(支持正则替换) | | `get_file_info` | 获取文件元信息 | -| `tree` | 目录树结构 | +| `tree` | 目录树结构(默认5层深度) | | `download_file` | 下载文件 | | `diff_files` | 文件差异对比 | | `replace_in_files` | 批量替换 | -| `read_multiple_files` | 批量读取 | +| `read_multiple_files` | 批量读取(50文件/10KB) | | `compress` | 压缩文件/目录 |
@@ -283,26 +282,25 @@ npm run dist # 构建 Windows 安装包 ## 🔧 Tool List
-📁 File System (17) +📁 File System (16) | Tool | Function | |------|------| -| `read_file` | Read file content | -| `write_file` | Write file | +| `read_file` | Read file (text/binary, 2000 lines default) | +| `write_file` | Write/append file (base64 binary support) | | `list_directory` | List directory contents | | `search_files` | Search files (regex/wildcard) | | `create_directory` | Create directory | -| `delete_file` | Delete file | +| `delete_file` | Delete file/dir (returns size) | | `move_file` | Move/rename file | | `copy_file` | Copy file | -| `append_file` | Append content to file | -| `edit_file` | Edit file (find & replace) | +| `edit_file` | Edit file (regex support) | | `get_file_info` | Get file metadata | -| `tree` | Directory tree structure | +| `tree` | Directory tree (default 5 levels) | | `download_file` | Download file | | `diff_files` | File diff comparison | | `replace_in_files` | Batch replace | -| `read_multiple_files` | Batch read | +| `read_multiple_files` | Batch read (50 files/10KB) | | `compress` | Compress file/directory |
@@ -327,7 +325,7 @@ npm run dist # 构建 Windows 安装包
-🌐 Browser Control (8) +🌐 Browser Control (9) | Tool | Function | |------|------|