From 6c54977c155a69d07d8d749481cfd7cdd6b3a35a Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 11 Jan 2026 03:35:28 +0100 Subject: [PATCH] chore(release): 2026.1.11-6 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62bbe9e7..360ff38dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2026.1.11-6 + +### Fixes +- CLI/Status: make the “More” footer shorter and easier to scan (newlines + context-aware suggestions). +- Docs/FAQ: make `clawdbot status` the first diagnostic step (and point to `status --all` for pasteable reports). + ## 2026.1.11-5 ### New Features and Changes diff --git a/package.json b/package.json index 241e356be..48d6439cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clawdbot", - "version": "2026.1.11-5", + "version": "2026.1.11-6", "description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent", "type": "module", "main": "dist/index.js",