no-mistakes(review): Add pct exec variants to B4.5 LiteLLM key injection check

This commit is contained in:
root
2026-07-22 22:08:36 +00:00
parent a31f07baef
commit f1477a5279
+3
View File
@@ -307,6 +307,9 @@ cli_agent_setup_mixin.py patch is missing):
```bash ```bash
ssh root@<CT> "grep -c 'no-key-required' /root/.hermes/logs/gateway.log 2>/dev/null || echo 0" ssh root@<CT> "grep -c 'no-key-required' /root/.hermes/logs/gateway.log 2>/dev/null || echo 0"
# pct exec variant for Koonimo/Koby:
ssh root@192.168.68.15 "pct exec 113 -- grep -c 'no-key-required' /root/.hermes/logs/gateway.log 2>/dev/null || echo 0"
ssh root@192.168.68.15 "pct exec 111 -- grep -c 'no-key-required' /root/.hermes/logs/gateway.log 2>/dev/null || echo 0"
``` ```
If > 0 → flag `no_key_required_count: <count>`, note as degraded — provider If > 0 → flag `no_key_required_count: <count>`, note as degraded — provider