mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
docs: synchronize the exec config table with timeoutSeconds
Addresses the P2 finding. The tools.exec.timeoutSeconds row still described the per-call override as `timeout` and `timeout: 0`, which no longer exist. The only remaining bare `timeout` reference in this page is the deliberate contrast with the process tool's millisecond field. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01XQojYRCUdXhcKFeu4QW5Gh
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ Notes:
|
||||
|
||||
| Key | Default | Notes |
|
||||
| ------------------------------------ | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `tools.exec.timeoutSeconds` | `1800` | Default per-command exec timeout in seconds. Per-call `timeout` overrides it; per-call `timeout: 0` disables the exec process timeout. |
|
||||
| `tools.exec.timeoutSeconds` | `1800` | Default per-command exec timeout in seconds. Per-call `timeoutSeconds` overrides it; per-call `timeoutSeconds: 0` disables the exec process timeout. |
|
||||
| `tools.exec.host` | `auto` | Resolves to `sandbox` when a sandbox runtime is active, `gateway` otherwise. |
|
||||
| `tools.exec.mode` | host-derived | Canonical policy knob. See [Modes](#modes) below. |
|
||||
| `tools.exec.reviewer.model` | configured agent primary | Optional provider/model override for `mode=auto` review. |
|
||||
|
||||
Reference in New Issue
Block a user