docs(tools): add Related sections and unify See also to Related · openclaw/openclaw@6667f66
vincentkoc
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -120,7 +120,7 @@ If pnpm bootstrap still fails, the updater now stops early with a package-manage
|
120 | 120 | |
121 | 121 | `openclaw --update` rewrites to `openclaw update` (useful for shells and launcher scripts). |
122 | 122 | |
123 | | -## See also |
| 123 | +## Related |
124 | 124 | |
125 | 125 | - `openclaw doctor` (offers to run update first on git checkouts) |
126 | 126 | - [Development channels](/install/development-channels) |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -303,7 +303,7 @@ the intended remote workspace.
|
303 | 303 | 5. In `remote` mode: seed once on create, then operate directly on the remote |
304 | 304 | workspace. |
305 | 305 | |
306 | | -## See also |
| 306 | +## Related |
307 | 307 | |
308 | 308 | - [Sandboxing](/gateway/sandboxing) -- modes, scopes, and backend comparison |
309 | 309 | - [Sandbox vs Tool Policy vs Elevated](/gateway/sandbox-vs-tool-policy-vs-elevated) -- debugging blocked tools |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -132,7 +132,7 @@ Fix-it keys (pick one):
|
132 | 132 | |
133 | 133 | In `"non-main"` mode, group/channel keys are _not_ main. Use the main session key (shown by `sandbox explain`) or switch mode to `"off"`. |
134 | 134 | |
135 | | -## See also |
| 135 | +## Related |
136 | 136 | |
137 | 137 | - [Sandboxing](/gateway/sandboxing) -- full sandbox reference (modes, scopes, backends, images) |
138 | 138 | - [Multi-Agent Sandbox & Tools](/tools/multi-agent-sandbox-tools) -- per-agent overrides and precedence |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -193,7 +193,7 @@ This example uses Gemma 4 on a local `inferrs` server.
|
193 | 193 | For general help, see [Troubleshooting](/help/troubleshooting) and [FAQ](/help/faq). |
194 | 194 | </Tip> |
195 | 195 | |
196 | | -## See also |
| 196 | +## Related |
197 | 197 | |
198 | 198 | <CardGroup cols={2}> |
199 | 199 | <Card title="Local models" href="/gateway/local-models" icon="server"> |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -800,3 +800,9 @@ Restart the gateway after changing these values.
|
800 | 800 | | `AcpRuntimeError: Permission prompt unavailable in non-interactive mode` | `permissionMode` blocks writes/exec in non-interactive ACP session. | Set `plugins.entries.acpx.config.permissionMode` to `approve-all` and restart gateway. See [Permission configuration](#permission-configuration). | |
801 | 801 | | ACP session fails early with little output | Permission prompts are blocked by `permissionMode`/`nonInteractivePermissions`. | Check gateway logs for `AcpRuntimeError`. For full permissions, set `permissionMode=approve-all`; for graceful degradation, set `nonInteractivePermissions=deny`. | |
802 | 802 | | ACP session stalls indefinitely after completing work | Harness process finished but ACP session did not report completion. | Monitor with `ps aux \| grep acpx`; kill stale processes manually. | |
| 803 | + |
| 804 | +## Related |
| 805 | + |
| 806 | +- [Sub-agents](/tools/subagents) |
| 807 | +- [Multi-agent sandbox tools](/tools/multi-agent-sandbox-tools) |
| 808 | +- [Agent send](/tools/agent-send) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -48,3 +48,9 @@ The tool accepts a single `input` string that wraps one or more file operations:
|
48 | 48 | "input": "*** Begin Patch\n*** Update File: src/index.ts\n@@\n-const foo = 1\n+const foo = 2\n*** End Patch" |
49 | 49 | } |
50 | 50 | ``` |
| 51 | + |
| 52 | +## Related |
| 53 | + |
| 54 | +- [Diffs](/tools/diffs) |
| 55 | +- [Exec tool](/tools/exec) |
| 56 | +- [Code execution](/tools/code-execution) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -143,3 +143,9 @@ Notes:
|
143 | 143 | - Remote CDP profiles accept `http://`, `https://`, `ws://`, and `wss://`. |
144 | 144 | Use HTTP(S) for `/json/version` discovery, or WS(S) when your browser |
145 | 145 | service gives you a direct DevTools socket URL. |
| 146 | + |
| 147 | +## Related |
| 148 | + |
| 149 | +- [Browser](/tools/browser) |
| 150 | +- [Browser login](/tools/browser-login) |
| 151 | +- [Browser WSL2 troubleshooting](/tools/browser-wsl2-windows-remote-cdp-troubleshooting) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -71,3 +71,9 @@ openclaw browser open https://x.com --browser-profile openclaw --target host
|
71 | 71 | ``` |
72 | 72 | |
73 | 73 | Or disable sandboxing for the agent that posts updates. |
| 74 | + |
| 75 | +## Related |
| 76 | + |
| 77 | +- [Browser](/tools/browser) |
| 78 | +- [Browser Linux troubleshooting](/tools/browser-linux-troubleshooting) |
| 79 | +- [Browser WSL2 troubleshooting](/tools/browser-wsl2-windows-remote-cdp-troubleshooting) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -217,3 +217,9 @@ When in doubt:
|
217 | 217 | - verify the Windows Chrome endpoint locally first |
218 | 218 | - verify the same endpoint from WSL2 second |
219 | 219 | - only then debug OpenClaw config or Control UI auth |
| 220 | + |
| 221 | +## Related |
| 222 | + |
| 223 | +- [Browser](/tools/browser) |
| 224 | +- [Browser login](/tools/browser-login) |
| 225 | +- [Browser Linux troubleshooting](/tools/browser-linux-troubleshooting) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -115,3 +115,9 @@ Before shipping a new capability, verify:
|
115 | 115 | |
116 | 116 | If a PR skips the capability layer and hardcodes vendor behavior into a |
117 | 117 | channel/tool, send it back and define the contract first. |
| 118 | + |
| 119 | +## Related |
| 120 | + |
| 121 | +- [Plugin](/tools/plugin) |
| 122 | +- [Creating skills](/tools/creating-skills) |
| 123 | +- [Tools and plugins](/tools) |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。