Skip to content

Commit 13e3c00

Browse files
committed
docs(gateway): restore warning code formatting
1 parent 91a37ce commit 13e3c00

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/cli/gateway.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ All query commands use WebSocket RPC.
158158
</Tabs>
159159

160160
<Note>
161-
When you set --url, the CLI does not fall back to config or environment credentials. Pass --token or --password explicitly. Missing explicit credentials is an error.
161+
When you set `--url`, the CLI does not fall back to config or environment credentials. Pass `--token` or `--password` explicitly. Missing explicit credentials is an error.
162162
</Note>
163163

164164
### `gateway health`
@@ -334,7 +334,7 @@ If you pass `--url`, that explicit target is added ahead of both. Human output l
334334
- `Local loopback`
335335

336336
<Note>
337-
If multiple probe targets are reachable, it prints all of them. An SSH tunnel, TLS/proxy URL, and configured remote URL can all point at the same gateway even when their transport ports differ; multiple_gateways is reserved for distinct or identity-ambiguous reachable gateways. Multiple gateways are supported when you use isolated profiles (e.g., a rescue bot), but most installs still run a single gateway.
337+
If multiple probe targets are reachable, it prints all of them. An SSH tunnel, TLS/proxy URL, and configured remote URL can all point at the same gateway even when their transport ports differ; `multiple_gateways` is reserved for distinct or identity-ambiguous reachable gateways. Multiple gateways are supported when you use isolated profiles (e.g., a rescue bot), but most installs still run a single gateway.
338338
</Note>
339339

340340
```bash
@@ -378,10 +378,10 @@ openclaw gateway probe --json
378378

379379
</Accordion>
380380
<Accordion title="Common warning codes">
381-
- ssh_tunnel_failed: SSH tunnel setup failed; the command fell back to direct probes.
382-
- multiple_gateways: distinct gateway identities were reachable, or OpenClaw could not prove reachable targets are the same gateway. An SSH tunnel, proxy URL, or configured remote URL to the same gateway does not trigger this warning.
383-
- auth_secretref_unresolved: a configured auth SecretRef could not be resolved for a failed target.
384-
- probe_scope_limited: WebSocket connect succeeded, but the read probe was limited by missing operator.read.
381+
- `ssh_tunnel_failed`: SSH tunnel setup failed; the command fell back to direct probes.
382+
- `multiple_gateways`: distinct gateway identities were reachable, or OpenClaw could not prove reachable targets are the same gateway. An SSH tunnel, proxy URL, or configured remote URL to the same gateway does not trigger this warning.
383+
- `auth_secretref_unresolved`: a configured auth SecretRef could not be resolved for a failed target.
384+
- `probe_scope_limited`: WebSocket connect succeeded, but the read probe was limited by missing `operator.read`.
385385

386386
</Accordion>
387387
</AccordionGroup>

docs/gateway/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ Look for:
625625
Common signatures:
626626

627627
- `SSH tunnel failed to start; falling back to direct probes.` → SSH setup failed, but the command still tried direct configured/loopback targets.
628-
- multiple reachable gateway identities detected -> distinct gateways answered, or OpenClaw could not prove reachable targets are the same gateway. An SSH tunnel, proxy URL, or configured remote URL to the same gateway is treated as one gateway with multiple transports, even when transport ports differ.
628+
- `multiple reachable gateway identities detected` distinct gateways answered, or OpenClaw could not prove reachable targets are the same gateway. An SSH tunnel, proxy URL, or configured remote URL to the same gateway is treated as one gateway with multiple transports, even when transport ports differ.
629629
- `Read-probe diagnostics are limited by gateway scopes (missing operator.read)` → connect worked, but detail RPC is scope-limited; pair device identity or use credentials with `operator.read`.
630630
- `Gateway accepted the WebSocket connection, but follow-up read diagnostics failed` → connect worked, but the full diagnostic RPC set timed out or failed. Treat this as a reachable Gateway with degraded diagnostics; compare `connect.ok` and `connect.rpcOk` in `--json` output.
631631
- `Capability: pairing-pending` or `gateway closed (1008): pairing required` → the gateway answered, but this client still needs pairing/approval before normal operator access.

0 commit comments

Comments
 (0)