docs(status): add troubleshooting footer

This commit is contained in:
Peter Steinberger
2026-01-11 01:06:58 +01:00
parent 518dfd4e42
commit 57dafec0ec
3 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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",

View File

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