docs: sentence-case 4 stray Title Case headings · openclaw/openclaw@74ec956
vincentkoc
·
2026-05-07
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -1259,7 +1259,7 @@ a session ended.
|
1259 | 1259 | } |
1260 | 1260 | ``` |
1261 | 1261 | |
1262 | | -## Agent And Bidi Modes |
| 1262 | +## Agent and bidi modes |
1263 | 1263 | |
1264 | 1264 | Chrome `agent` mode is optimized for "my agent is in the meeting" behavior. The |
1265 | 1265 | realtime transcription provider hears the meeting audio, final participant |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -25,7 +25,7 @@ register(api) {
|
25 | 25 | } |
26 | 26 | ``` |
27 | 27 | |
28 | | -## Config Loading And Writes |
| 28 | +## Config loading and writes |
29 | 29 | |
30 | 30 | Prefer config that was already passed into the active call path, for example `api.config` during registration or a `cfg` argument on channel/provider callbacks. This keeps one process snapshot flowing through the work instead of reparsing config on hot paths. |
31 | 31 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -118,7 +118,7 @@ Configure the proxy to:
|
118 | 118 | - Log destination, decision, status, and reason without logging request bodies, authorization headers, cookies, or other secrets. |
119 | 119 | - Keep proxy policy under version control and review changes like security-sensitive configuration. |
120 | 120 | |
121 | | -## Recommended Blocked Destinations |
| 121 | +## Recommended blocked destinations |
122 | 122 | |
123 | 123 | Use this denylist as the starting point for any forward proxy, firewall, or egress policy. |
124 | 124 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -143,7 +143,7 @@ Current runtime behavior:
|
143 | 143 | - If Readability is disabled, `web_fetch` skips straight to the selected |
144 | 144 | provider fallback. If no provider is available, it fails closed. |
145 | 145 | |
146 | | -## Trusted Env Proxy |
| 146 | +## Trusted env proxy |
147 | 147 | |
148 | 148 | If your deployment requires `web_fetch` to go through a trusted outbound |
149 | 149 | HTTP(S) proxy, set `tools.web.fetch.useTrustedEnvProxy: true`. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。