fix(gateway): show connect vs RPC status

This commit is contained in:
Peter Steinberger
2026-01-11 03:54:58 +01:00
parent 054a6d301c
commit 11f897b7df
4 changed files with 17 additions and 3 deletions

View File

@@ -13,6 +13,11 @@
### Fixes
- CLI/Status: replace the footer with a 3-line “Next steps” recommendation (share/debug/probe), and gate probes behind gateway reachability.
## 2026.1.11-8
### Fixes
- CLI/Gateway: clarify that `clawdbot gateway status` reports RPC health (connect + RPC) and shows RPC failures separately from connect failures.
## 2026.1.11-5
### New Features and Changes