From 95735c3978fd997dd2fde1b7386a126e65b1d550 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 15 Jan 2026 10:00:00 +0000 Subject: [PATCH] chore: bump version to 2026.1.14-1 --- CHANGELOG.md | 2 +- docs/tools/web.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",