summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/zh-cn/tools.mdx
diff options
context:
space:
mode:
authorAiden Cline <[email protected]>2026-03-25 11:21:42 -0500
committerGitHub <[email protected]>2026-03-25 16:21:42 +0000
commit77fc88c8ade8e5a620ebbe1197f3a572d29ae91a (patch)
tree153ba48632283a0bc0f9d9f92232b89c88762bfd /packages/web/src/content/docs/zh-cn/tools.mdx
parentcafc2b204b8061b66b4fe010aaa2848d8f9e1bc8 (diff)
downloadopencode-77fc88c8ade8e5a620ebbe1197f3a572d29ae91a.tar.gz
opencode-77fc88c8ade8e5a620ebbe1197f3a572d29ae91a.zip
chore: remove dead code for todoread tool (#19128)
Diffstat (limited to 'packages/web/src/content/docs/zh-cn/tools.mdx')
-rw-r--r--packages/web/src/content/docs/zh-cn/tools.mdx21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/web/src/content/docs/zh-cn/tools.mdx b/packages/web/src/content/docs/zh-cn/tools.mdx
index 529292189..4f68a9cf3 100644
--- a/packages/web/src/content/docs/zh-cn/tools.mdx
+++ b/packages/web/src/content/docs/zh-cn/tools.mdx
@@ -248,27 +248,6 @@ description: 管理 LLM 可以使用的工具。
---
-### todoread
-
-读取现有的待办事项列表。
-
-```json title="opencode.json" {4}
-{
- "$schema": "https://opencode.ai/config.json",
- "permission": {
- "todoread": "allow"
- }
-}
-```
-
-读取当前待办事项列表的状态。LLM 使用此工具来跟踪哪些任务待处理、哪些已完成。
-
-:::note
-该工具默认对子代理禁用,但您可以手动启用。[了解更多](/docs/agents/#permissions)
-:::
-
----
-
### webfetch
获取网页内容。