diff options
| author | Justin Vogt <[email protected]> | 2025-11-30 05:03:20 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-29 22:03:20 -0600 |
| commit | 087479d459b5ec02f21098cbd9ec667697347824 (patch) | |
| tree | 8a3e38249160fe6a3fb19f1ae2d750751f00dc03 | |
| parent | 6e2379a28cf434009276007f383528e3ebe4ac02 (diff) | |
| download | opencode-087479d459b5ec02f21098cbd9ec667697347824.tar.gz opencode-087479d459b5ec02f21098cbd9ec667697347824.zip | |
docs: Move tip to correct tool (#4891)
| -rw-r--r-- | packages/web/src/content/docs/tools.mdx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/web/src/content/docs/tools.mdx b/packages/web/src/content/docs/tools.mdx index 78b68bef3..dd678569e 100644 --- a/packages/web/src/content/docs/tools.mdx +++ b/packages/web/src/content/docs/tools.mdx @@ -228,10 +228,6 @@ 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 @@ -249,7 +245,7 @@ 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 +:::note This tool is disabled for subagents by default, but you can enable it manually. [Learn more](/docs/agents/#tools) ::: @@ -270,6 +266,10 @@ Read existing todo lists. 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/#tools) +::: + --- ### webfetch |
