fix: return setup hint when web_search lacks key

This commit is contained in:
Peter Steinberger
2026-01-15 05:35:22 +00:00
parent ca1902fb4e
commit 2e70c3ceab
3 changed files with 15 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
- Security: add detect-secrets CI scan and baseline guidance. (#227) — thanks @Hyaxia.
- Tools: add `web_search`/`web_fetch` (Brave API), auto-enable `web_fetch` for sandboxed sessions, and remove the `brave-search` skill.
- CLI/Docs: add a web tools configure section for storing Brave API keys and update onboarding tips.
- Tools: return a setup hint (docs link) when web_search runs without a Brave API key.
- Browser: add Chrome extension relay takeover mode (toolbar button), plus `clawdbot browser extension install/path` and remote browser control via `clawdbot browser serve` + `browser.controlToken`.
### Fixes