feat: show restart handoffs in gateway status

This commit is contained in:
Shakker
2026-05-05 07:49:33 +01:00
parent 3e53580d63
commit 9b0afd8141
6 changed files with 100 additions and 0 deletions

View File

@@ -295,6 +295,7 @@ openclaw gateway status --require-rpc
- If the probe succeeds, unresolved auth-ref warnings are suppressed to avoid false positives.
- Use `--require-rpc` in scripts and automation when a listening service is not enough and you need read-scope RPC calls to be healthy too.
- `--deep` adds a best-effort scan for extra launchd/systemd/schtasks installs. When multiple gateway-like services are detected, human output prints cleanup hints and warns that most setups should run one gateway per machine.
- `--deep` also reports a recent Gateway supervisor restart handoff when the service process exited cleanly for an external supervisor restart.
- Human output includes the resolved file log path plus the CLI-vs-service config paths/validity snapshot to help diagnose profile or state-dir drift.
</Accordion>