summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/tools.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/src/content/docs/tools.mdx')
-rw-r--r--packages/web/src/content/docs/tools.mdx21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/web/src/content/docs/tools.mdx b/packages/web/src/content/docs/tools.mdx
index 736480030..4c48d194b 100644
--- a/packages/web/src/content/docs/tools.mdx
+++ b/packages/web/src/content/docs/tools.mdx
@@ -248,27 +248,6 @@ This tool is disabled for subagents by default, but you can enable it manually.
---
-### todoread
-
-Read existing todo lists.
-
-```json title="opencode.json" {4}
-{
- "$schema": "https://opencode.ai/config.json",
- "permission": {
- "todoread": "allow"
- }
-}
-```
-
-Reads the current todo list state. Used by the LLM to track what tasks are pending or completed.
-
-:::note
-This tool is disabled for subagents by default, but you can enable it manually. [Learn more](/docs/agents/#permissions)
-:::
-
----
-
### webfetch
Fetch web content.