diff options
| author | Rafi Khardalian <[email protected]> | 2026-02-19 20:00:06 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-19 22:00:06 -0600 |
| commit | d86c10816d75837c8f85e7b1ab0de5ff37ecf77b (patch) | |
| tree | 871ef51fd103e2404226c333860be31faf8cdf85 /packages/web/src/content/docs/plugins.mdx | |
| parent | 04a634a80d19434c45de6775e45db7bd1b2688bd (diff) | |
| download | opencode-d86c10816d75837c8f85e7b1ab0de5ff37ecf77b.tar.gz opencode-d86c10816d75837c8f85e7b1ab0de5ff37ecf77b.zip | |
docs: clarify tool name collision precedence (#14313)
Co-authored-by: Aiden Cline <[email protected]>
Diffstat (limited to 'packages/web/src/content/docs/plugins.mdx')
| -rw-r--r-- | packages/web/src/content/docs/plugins.mdx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/plugins.mdx b/packages/web/src/content/docs/plugins.mdx index 411b827d2..a8be79821 100644 --- a/packages/web/src/content/docs/plugins.mdx +++ b/packages/web/src/content/docs/plugins.mdx @@ -308,6 +308,10 @@ The `tool` helper creates a custom tool that opencode can call. It takes a Zod s Your custom tools will be available to opencode alongside built-in tools. +:::note +If a plugin tool uses the same name as a built-in tool, the plugin tool takes precedence. +::: + --- ### Logging |
