From 57dafec0ec44bf464232d1d1d0cb0c42d864787e Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 11 Jan 2026 01:06:58 +0100 Subject: [PATCH] docs(status): add troubleshooting footer --- CHANGELOG.md | 5 +++++ package.json | 2 +- src/commands/status-all.ts | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2aff66da..efe149257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2026.1.10-3 + +### Fixes +- CLI/Status: add troubleshooting link footer to `clawdbot status --all` output. + ## 2026.1.10-2 ### Fixes diff --git a/package.json b/package.json index dc7554347..b4eaf86e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clawdbot", - "version": "2026.1.10-2", + "version": "2026.1.10-3", "description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent", "type": "module", "main": "dist/index.js", diff --git a/src/commands/status-all.ts b/src/commands/status-all.ts index 977801745..c633f4067 100644 --- a/src/commands/status-all.ts +++ b/src/commands/status-all.ts @@ -612,6 +612,7 @@ export async function statusAllCommand( lines.push(""); lines.push(muted("Pasteable debug report. Auth tokens redacted.")); + lines.push("Troubleshooting: https://docs.clawd.bot/troubleshooting"); lines.push(""); progress.setLabel("Rendering…");