



























@@ -27,21 +27,21 @@ Dedicated deep references:
2727- [Slash commands](/tools/slash-commands) for the current built-in + bundled command catalog
2828- owning channel/plugin pages for channel-specific command surfaces
292930-Config format is **JSON5** (comments + trailing commas allowed). All fields are optional — OpenClaw uses safe defaults when omitted.
30+Config format is **JSON5** (comments + trailing commas allowed). All fields are optional - OpenClaw uses safe defaults when omitted.
31313232---
33333434## Channels
353536-Per-channel config keys moved to a dedicated page — see
37-[Configuration — channels](/gateway/config-channels) for `channels.*`,
36+Per-channel config keys moved to a dedicated page - see
37+[Configuration - channels](/gateway/config-channels) for `channels.*`,
3838including Slack, Discord, Telegram, WhatsApp, Matrix, iMessage, and other
3939bundled channels (auth, access control, multi-account, mention gating).
40404141## Agent defaults, multi-agent, sessions, and messages
424243-Moved to a dedicated page — see
44-[Configuration — agents](/gateway/config-agents) for:
43+Moved to a dedicated page - see
44+[Configuration - agents](/gateway/config-agents) for:
45454646- `agents.defaults.*` (workspace, model, thinking, heartbeat, memory, media, skills, sandbox)
4747- `multiAgent.*` (multi-agent routing and bindings)
@@ -54,13 +54,13 @@ Moved to a dedicated page — see
5454## Tools and custom providers
55555656Tool policy, experimental toggles, provider-backed tool config, and custom
57-provider / base-URL setup moved to a dedicated page — see
58-[Configuration — tools and custom providers](/gateway/config-tools).
57+provider / base-URL setup moved to a dedicated page - see
58+[Configuration - tools and custom providers](/gateway/config-tools).
59596060## Models
61616262Provider definitions, model allowlists, and custom provider setup live in
63-[Configuration — tools and custom providers](/gateway/config-tools#custom-providers-and-base-urls).
63+[Configuration - tools and custom providers](/gateway/config-tools#custom-providers-and-base-urls).
6464The `models` root also owns global model-catalog behavior.
65656666```json5
@@ -968,7 +968,7 @@ Notes:
968968- `otel.headers`: extra HTTP/gRPC metadata headers sent with OTel export requests.
969969- `otel.serviceName`: service name for resource attributes.
970970- `otel.traces` / `otel.metrics` / `otel.logs`: enable trace, metrics, or log export.
971-- `otel.sampleRate`: trace sampling rate `0`–`1`.
971+- `otel.sampleRate`: trace sampling rate `0`-`1`.
972972- `otel.flushIntervalMs`: periodic telemetry flush interval in ms.
973973- `otel.captureContent`: opt-in raw content capture for OTEL span attributes. Defaults to off. Boolean `true` captures non-system message/tool content; the object form lets you enable `inputMessages`, `outputMessages`, `toolInputs`, `toolOutputs`, and `systemPrompt` explicitly.
974974- `OTEL_SEMCONV_STABILITY_OPT_IN=gen_ai_latest_experimental`: environment toggle for latest experimental GenAI span provider attributes. By default spans keep the legacy `gen_ai.system` attribute for compatibility; GenAI metrics use bounded semantic attributes.
@@ -998,7 +998,7 @@ Notes:
998998}
999999```
100010001001-- `channel`: release channel for npm/git installs — `"stable"`, `"beta"`, or `"dev"`.
1001+- `channel`: release channel for npm/git installs - `"stable"`, `"beta"`, or `"dev"`.
10021002- `checkOnStart`: check for npm updates when the gateway starts (default: `true`).
10031003- `auto.enabled`: enable background auto-update for package installs (default: `false`).
10041004- `auto.stableDelayHours`: minimum delay in hours before stable-channel auto-apply (default: `6`; max: `168`).
@@ -1162,9 +1162,9 @@ Current builds no longer include the TCP bridge. Nodes connect over the Gateway
11621162}
11631163```
116411641165-- `maxAttempts`: maximum retries for one-shot jobs on transient errors (default: `3`; range: `0`–`10`).
1166-- `backoffMs`: array of backoff delays in ms for each retry attempt (default: `[30000, 60000, 300000]`; 1–10 entries).
1167-- `retryOn`: error types that trigger retries — `"rate_limit"`, `"overloaded"`, `"network"`, `"timeout"`, `"server_error"`. Omit to retry all transient types.
1165+- `maxAttempts`: maximum retries for one-shot jobs on transient errors (default: `3`; range: `0`-`10`).
1166+- `backoffMs`: array of backoff delays in ms for each retry attempt (default: `[30000, 60000, 300000]`; 1-10 entries).
1167+- `retryOn`: error types that trigger retries - `"rate_limit"`, `"overloaded"`, `"network"`, `"timeout"`, `"server_error"`. Omit to retry all transient types.
1168116811691169Applies only to one-shot cron jobs. Recurring jobs use separate failure handling.
11701170@@ -1189,7 +1189,7 @@ Applies only to one-shot cron jobs. Recurring jobs use separate failure handling
11891189- `after`: consecutive failures before an alert fires (positive integer, min: `1`).
11901190- `cooldownMs`: minimum milliseconds between repeated alerts for the same job (non-negative integer).
11911191- `includeSkipped`: count consecutive skipped runs toward the alert threshold (default: `false`). Skipped runs are tracked separately and do not affect execution-error backoff.
1192-- `mode`: delivery mode — `"announce"` sends via a channel message; `"webhook"` posts to the configured webhook.
1192+- `mode`: delivery mode - `"announce"` sends via a channel message; `"webhook"` posts to the configured webhook.
11931193- `accountId`: optional account or channel id to scope alert delivery.
1194119411951195### `cron.failureDestination`
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。