From 6b8db36a158253cdb4c2a24d3b6411ca35e788c1 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 16 Jan 2026 23:16:59 +0000 Subject: [PATCH] docs: clarify Brave web_search defaults (#1046) (thanks @YuriNachos) --- CHANGELOG.md | 1 + docs/tools/web.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 978155aa2..35f9c7b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ - Daemon: share profile/state-dir resolution across service helpers and honor `CLAWDBOT_STATE_DIR` for Windows task scripts. - Docs: clarify multi-gateway rescue bot guidance. (#969) — thanks @bjesuiter. - Docs: add `/help` hub, Node/npm PATH sanity guide, and installer PATH warnings (for “installed but command not found” setups). (#861) +- Docs: clarify web_search country defaults to Brave’s region choice. (#1046) — thanks @YuriNachos. - Agents: add Current Date & Time system prompt section with configurable time format (auto/12/24). - Agents: default to no narration for routine tool calls. (#1008) — thanks @cpojer. - Tools: normalize Slack/Discord message timestamps with `timestampMs`/`timestampUtc` while keeping raw provider fields. diff --git a/docs/tools/web.md b/docs/tools/web.md index 7d5f0ff97..5de9381c0 100644 --- a/docs/tools/web.md +++ b/docs/tools/web.md @@ -73,7 +73,7 @@ Search the web with Brave’s API. - `query` (required) - `count` (1–10; default from config) -- `country` (optional): 2-letter country code for region-specific results (e.g., "DE", "US", "ALL"). Default: "US" +- `country` (optional): 2-letter country code for region-specific results (e.g., "DE", "US", "ALL"). If omitted, Brave chooses its default region. - `search_lang` (optional): ISO language code for search results (e.g., "de", "en", "fr") - `ui_lang` (optional): ISO language code for UI elements