docs(status): add troubleshooting footer
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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…");
|
||||
|
||||
Reference in New Issue
Block a user