docs(gateway): split configuration-reference by extracting agent-defa… · openclaw/openclaw@07cee91
vincentkoc
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -138,7 +138,7 @@ Want “groups can only see folder X” instead of “no host access”? Keep `w
|
138 | 138 | |
139 | 139 | Related: |
140 | 140 | |
141 | | -- Configuration keys and defaults: [Gateway configuration](/gateway/configuration-reference#agentsdefaultssandbox) |
| 141 | +- Configuration keys and defaults: [Gateway configuration](/gateway/config-agents#agentsdefaultssandbox) |
142 | 142 | - Debugging why a tool is blocked: [Sandbox vs Tool Policy vs Elevated](/gateway/sandbox-vs-tool-policy-vs-elevated) |
143 | 143 | - Bind mounts details: [Sandboxing](/gateway/sandboxing#custom-bind-mounts) |
144 | 144 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -37,7 +37,7 @@ Use routing bindings to pin inbound channel traffic to a specific agent.
|
37 | 37 | If you also want different visible skills per agent, configure |
38 | 38 | `agents.defaults.skills` and `agents.list[].skills` in `openclaw.json`. See |
39 | 39 | [Skills config](/tools/skills-config) and |
40 | | -[Configuration Reference](/gateway/configuration-reference#agents-defaults-skills). |
| 40 | +[Configuration Reference](/gateway/config-agents#agents-defaults-skills). |
41 | 41 | |
42 | 42 | List bindings: |
43 | 43 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -110,7 +110,7 @@ openclaw sessions cleanup --json
|
110 | 110 | |
111 | 111 | Related: |
112 | 112 | |
113 | | -- Session config: [Configuration reference](/gateway/configuration-reference#session) |
| 113 | +- Session config: [Configuration reference](/gateway/config-agents#session) |
114 | 114 | |
115 | 115 | ## Related |
116 | 116 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -149,7 +149,7 @@ Outbound message formatting is centralized in `messages`:
|
149 | 149 | - `messages.responsePrefix`, `channels.<channel>.responsePrefix`, and `channels.<channel>.accounts.<id>.responsePrefix` (outbound prefix cascade), plus `channels.whatsapp.messagePrefix` (WhatsApp inbound prefix) |
150 | 150 | - Reply threading via `replyToMode` and per-channel defaults |
151 | 151 | |
152 | | -Details: [Configuration](/gateway/configuration-reference#messages) and channel docs. |
| 152 | +Details: [Configuration](/gateway/config-agents#messages) and channel docs. |
153 | 153 | |
154 | 154 | ## Silent replies |
155 | 155 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -630,5 +630,5 @@ See also: [/gateway/configuration](/gateway/configuration) for full configuratio
|
630 | 630 | |
631 | 631 | - [Models](/concepts/models) — model configuration and aliases |
632 | 632 | - [Model Failover](/concepts/model-failover) — fallback chains and retry behavior |
633 | | -- [Configuration Reference](/gateway/configuration-reference#agent-defaults) — model config keys |
| 633 | +- [Configuration Reference](/gateway/config-agents#agent-defaults) — model config keys |
634 | 634 | - [Providers](/providers) — per-provider setup guides |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -288,4 +288,4 @@ This applies whenever OpenClaw regenerates `models.json`, including command-driv
|
288 | 288 | - [Image Generation](/tools/image-generation) — image model configuration |
289 | 289 | - [Music Generation](/tools/music-generation) — music model configuration |
290 | 290 | - [Video Generation](/tools/video-generation) — video model configuration |
291 | | -- [Configuration Reference](/gateway/configuration-reference#agent-defaults) — model config keys |
| 291 | +- [Configuration Reference](/gateway/config-agents#agent-defaults) — model config keys |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1366,6 +1366,7 @@
|
1366 | 1366 | "pages": [ |
1367 | 1367 | "gateway/configuration", |
1368 | 1368 | "gateway/configuration-reference", |
| 1369 | +"gateway/config-agents", |
1369 | 1370 | "gateway/configuration-examples", |
1370 | 1371 | "gateway/authentication", |
1371 | 1372 | "auth-credential-semantics", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。