diff options
| author | Aiden Cline <[email protected]> | 2025-09-04 13:35:25 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-09-04 13:35:25 -0500 |
| commit | 9186c3feae5c58ee8669e22b379574e4c51f284a (patch) | |
| tree | bd488d0aed37cf5281cb68ab20052c25124d3727 | |
| parent | f171250033d8180020e5498b4076ceaffde86d6f (diff) | |
| download | opencode-9186c3feae5c58ee8669e22b379574e4c51f284a.tar.gz opencode-9186c3feae5c58ee8669e22b379574e4c51f284a.zip | |
fix: webfetch prompt mistake (#2424)
| -rw-r--r-- | packages/opencode/src/tool/webfetch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/opencode/src/tool/webfetch.txt b/packages/opencode/src/tool/webfetch.txt index 05486771e..c1217f57b 100644 --- a/packages/opencode/src/tool/webfetch.txt +++ b/packages/opencode/src/tool/webfetch.txt @@ -5,7 +5,7 @@ - Use this tool when you need to retrieve and analyze web content Usage notes: - - IMPORTANT: If an MCP-provided web fetch tool is available, prefer using that tool instead of this one, as it may have fewer restrictions. All MCP-provided tools start with "mcp__". + - IMPORTANT: if another tool is present that offers better web fetching capabilities, is more targeted to the task, or has fewer restrictions, prefer using that tool instead of this one. - The URL must be a fully-formed valid URL - HTTP URLs will be automatically upgraded to HTTPS - The prompt should describe what information you want to extract from the page |
