diff options
| author | Justin Vogt <[email protected]> | 2025-11-28 22:49:24 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-28 15:49:24 -0600 |
| commit | 7f537d2e98047f9a31ee758ac8c70461e836cbb4 (patch) | |
| tree | 753770bace7267ae564bd185f6623504ae310644 | |
| parent | 753443b16f2673e2d8933e9a18bad05414295379 (diff) | |
| download | opencode-7f537d2e98047f9a31ee758ac8c70461e836cbb4.tar.gz opencode-7f537d2e98047f9a31ee758ac8c70461e836cbb4.zip | |
docs: Add tip to tools about subagents re todos (#4875)
| -rw-r--r-- | packages/web/src/content/docs/tools.mdx | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/tools.mdx b/packages/web/src/content/docs/tools.mdx index 11761d4c8..c148bc6f1 100644 --- a/packages/web/src/content/docs/tools.mdx +++ b/packages/web/src/content/docs/tools.mdx @@ -228,6 +228,11 @@ Apply patches to files. This tool applies patch files to your codebase. Useful for applying diffs and patches from various sources. +:::tip +This tool is disabled for subagents by default, but you can enable it manually. [Learn more](/docs/agents/#tools) +::: + + --- ### todowrite @@ -245,6 +250,10 @@ Manage todo lists during coding sessions. Creates and updates task lists to track progress during complex operations. The LLM uses this to organize multi-step tasks. +:::tip +This tool is disabled for subagents by default, but you can enable it manually. [Learn more](/docs/agents/#tools) +::: + --- ### todoread |
