fix(tools): enable web_fetch by default

This commit is contained in:
Peter Steinberger
2026-01-15 07:42:01 +00:00
parent f5577ad78e
commit 081e5ef572
5 changed files with 29 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ These are **not** browser automation. For JS-heavy sites or logins, use the
- Results are cached by query for 15 minutes (configurable).
- `web_fetch` does a plain HTTP GET and extracts readable content
(HTML → markdown/text). It does **not** execute JavaScript.
- In sandboxed sessions, `web_fetch` is enabled automatically (unless explicitly disabled).
- `web_fetch` is enabled by default (unless explicitly disabled).
## Getting a Brave API key
@@ -48,7 +48,7 @@ Search the web with Braves API.
### Requirements
- `tools.web.search.enabled: true`
- `tools.web.search.enabled` must not be `false` (default: enabled)
- Brave API key (recommended: `clawdbot configure --section web`, or set `BRAVE_API_KEY`)
### Config
@@ -80,7 +80,7 @@ Fetch a URL and extract readable content.
### Requirements
- `tools.web.fetch.enabled: true`
- `tools.web.fetch.enabled` must not be `false` (default: enabled)
### Config