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…");