diff --git a/CHANGELOG.md b/CHANGELOG.md index f8eb60804..5d996c4dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2026.1.14 (unreleased) +## 2026.1.14-1 (unreleased) ### Highlights - Web search: `web_search`/`web_fetch` tools (Brave API) + first-time setup in onboarding/configure. diff --git a/docs/tools/web.md b/docs/tools/web.md index ed8b33393..e0cce169e 100644 --- a/docs/tools/web.md +++ b/docs/tools/web.md @@ -93,7 +93,7 @@ Fetch a URL and extract readable content. maxChars: 50000, timeoutSeconds: 30, cacheTtlMinutes: 15, - userAgent: "clawdbot/2026.1.14" + userAgent: "clawdbot/2026.1.14-1" } } } diff --git a/package.json b/package.json index 8d7a906d2..53ac2e62e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clawdbot", - "version": "2026.1.14", + "version": "2026.1.14-1", "description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent", "type": "module", "main": "dist/index.js",