chore: generate

This commit is contained in:
opencode-agent[bot]
2026-02-09 17:35:30 +00:00
parent dc53086c1e
commit d578f80f00
222 changed files with 6797 additions and 6590 deletions

View File

@@ -225,19 +225,19 @@ Markdown 文件名成为模式名称(例如,`review.md` 创建`review` 模
這裡是所有可以通過模式配置控制的工具。
|工具|描述 |
| ----------- | ----------------------- |
| `bash` | 执行shell命令 |
| `edit` | 修改现有文件 |
| `write` |创建新文件 |
| `read` | 读取文件内容 |
| `grep` |搜索文件内容 |
| `glob` |按模式查找文件 |
| `list` | 上市目录内容 |
| `patch` |对文件应用补丁 |
| 工具 | 描述 |
| ----------- | ---------------- |
| `bash` | 执行shell命令 |
| `edit` | 修改现有文件 |
| `write` | 创建新文件 |
| `read` | 读取文件内容 |
| `grep` | 搜索文件内容 |
| `glob` | 按模式查找文件 |
| `list` | 上市目录内容 |
| `patch` | 对文件应用补丁 |
| `todowrite` | 管理待办事项列表 |
| `todoread` |阅读待办事项列表 |
| `webfetch` |获取网页内容 |
| `todoread` | 阅读待办事项列表 |
| `webfetch` | 获取网页内容 |
---