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` |對文件應用補丁 |
| `todowrite` |管理待辦事項列表 |
| `todoread` |閱讀待辦事項列表 |
| `webfetch` |獲取網頁內容 |
| 工具 | 描述 |
| ----------- | ---------------- |
| `bash` | 執行 shell 命令 |
| `edit` | 修改現有文件 |
| `write` | 創建新文件 |
| `read` | 讀取文件內容 |
| `grep` | 搜索文件內容 |
| `glob` | 按模式查找文件 |
| `list` | 列出目錄內容 |
| `patch` | 對文件應用補丁 |
| `todowrite` | 管理待辦事項列表 |
| `todoread` | 閱讀待辦事項列表 |
| `webfetch` | 獲取網頁內容 |
---