docs: typography hygiene across 6 pages

This commit is contained in:
Vincent Koc
2026-05-05 21:03:26 -07:00
parent 2df7ec5671
commit c5ea7c4d0f
6 changed files with 10 additions and 10 deletions

View File

@@ -96,7 +96,7 @@ Notes:
## Config
- `tools.exec.notifyOnExit` (default: true): when true, backgrounded exec sessions enqueue a system event and request a heartbeat on exit.
- `tools.exec.approvalRunningNoticeMs` (default: 10000): emit a single running notice when an approval-gated exec runs longer than this (0 disables).
- `tools.exec.approvalRunningNoticeMs` (default: 10000): emit a single "running" notice when an approval-gated exec runs longer than this (0 disables).
- `tools.exec.timeoutSec` (default: 1800): default per-command exec timeout in seconds. Per-call `timeout` overrides it; per-call `timeout: 0` disables the exec process timeout.
- `tools.exec.host` (default: `auto`; resolves to `sandbox` when sandbox runtime is active, `gateway` otherwise)
- `tools.exec.security` (default: `deny` for sandbox, `full` for gateway + node when unset)
@@ -143,7 +143,7 @@ openclaw config get agents.list
openclaw config set agents.list[0].tools.exec.node "node-id-or-name"
```
Control UI: the Nodes tab includes a small Exec node binding panel for the same settings.
Control UI: the Nodes tab includes a small "Exec node binding" panel for the same settings.
## Session overrides (`/exec`)