diff options
| author | Aiden Cline <[email protected]> | 2026-03-25 11:21:42 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-25 16:21:42 +0000 |
| commit | 77fc88c8ade8e5a620ebbe1197f3a572d29ae91a (patch) | |
| tree | 153ba48632283a0bc0f9d9f92232b89c88762bfd /packages/web/src/content/docs/tools.mdx | |
| parent | cafc2b204b8061b66b4fe010aaa2848d8f9e1bc8 (diff) | |
| download | opencode-77fc88c8ade8e5a620ebbe1197f3a572d29ae91a.tar.gz opencode-77fc88c8ade8e5a620ebbe1197f3a572d29ae91a.zip | |
chore: remove dead code for todoread tool (#19128)
Diffstat (limited to 'packages/web/src/content/docs/tools.mdx')
| -rw-r--r-- | packages/web/src/content/docs/tools.mdx | 21 |
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. |
