docs(status): add troubleshooting footer
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026.1.10-3
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- CLI/Status: add troubleshooting link footer to `clawdbot status --all` output.
|
||||||
|
|
||||||
## 2026.1.10-2
|
## 2026.1.10-2
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "clawdbot",
|
"name": "clawdbot",
|
||||||
"version": "2026.1.10-2",
|
"version": "2026.1.10-3",
|
||||||
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
|
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|||||||
@@ -612,6 +612,7 @@ export async function statusAllCommand(
|
|||||||
|
|
||||||
lines.push("");
|
lines.push("");
|
||||||
lines.push(muted("Pasteable debug report. Auth tokens redacted."));
|
lines.push(muted("Pasteable debug report. Auth tokens redacted."));
|
||||||
|
lines.push("Troubleshooting: https://docs.clawd.bot/troubleshooting");
|
||||||
lines.push("");
|
lines.push("");
|
||||||
|
|
||||||
progress.setLabel("Rendering…");
|
progress.setLabel("Rendering…");
|
||||||
|
|||||||
Reference in New Issue
Block a user