chore: bump version to 2026.1.14-1

This commit is contained in:
Peter Steinberger
2026-01-15 10:00:00 +00:00
parent d5d33d4848
commit 95735c3978
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## 2026.1.14 (unreleased) ## 2026.1.14-1 (unreleased)
### Highlights ### Highlights
- Web search: `web_search`/`web_fetch` tools (Brave API) + first-time setup in onboarding/configure. - Web search: `web_search`/`web_fetch` tools (Brave API) + first-time setup in onboarding/configure.

View File

@@ -93,7 +93,7 @@ Fetch a URL and extract readable content.
maxChars: 50000, maxChars: 50000,
timeoutSeconds: 30, timeoutSeconds: 30,
cacheTtlMinutes: 15, cacheTtlMinutes: 15,
userAgent: "clawdbot/2026.1.14" userAgent: "clawdbot/2026.1.14-1"
} }
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "clawdbot", "name": "clawdbot",
"version": "2026.1.14", "version": "2026.1.14-1",
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent", "description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
"type": "module", "type": "module",
"main": "dist/index.js", "main": "dist/index.js",