惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
GbyAI
GbyAI
Engineering at Meta
Engineering at Meta
有赞技术团队
有赞技术团队
博客园 - 【当耐特】
H
Hackread – Cybersecurity News, Data Breaches, AI and More
WordPress大学
WordPress大学
博客园_首页
美团技术团队
H
Help Net Security
MongoDB | Blog
MongoDB | Blog
宝玉的分享
宝玉的分享
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
J
Java Code Geeks
A
About on SuperTechFans
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog
雷峰网
雷峰网
爱范儿
爱范儿

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
docs(tools): add Related sections and unify See also to R...
vincentkoc · 2026-04-24 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -120,7 +120,7 @@ If pnpm bootstrap still fails, the updater now stops early with a package-manage

120120
121121

`openclaw --update` rewrites to `openclaw update` (useful for shells and launcher scripts).

122122
123-

## See also

123+

## Related

124124
125125

- `openclaw doctor` (offers to run update first on git checkouts)

126126

- [Development channels](/install/development-channels)

Original file line numberDiff line numberDiff line change

@@ -303,7 +303,7 @@ the intended remote workspace.

303303

5. In `remote` mode: seed once on create, then operate directly on the remote

304304

workspace.

305305
306-

## See also

306+

## Related

307307
308308

- [Sandboxing](/gateway/sandboxing) -- modes, scopes, and backend comparison

309309

- [Sandbox vs Tool Policy vs Elevated](/gateway/sandbox-vs-tool-policy-vs-elevated) -- debugging blocked tools

Original file line numberDiff line numberDiff line change

@@ -132,7 +132,7 @@ Fix-it keys (pick one):

132132
133133

In `"non-main"` mode, group/channel keys are _not_ main. Use the main session key (shown by `sandbox explain`) or switch mode to `"off"`.

134134
135-

## See also

135+

## Related

136136
137137

- [Sandboxing](/gateway/sandboxing) -- full sandbox reference (modes, scopes, backends, images)

138138

- [Multi-Agent Sandbox & Tools](/tools/multi-agent-sandbox-tools) -- per-agent overrides and precedence

Original file line numberDiff line numberDiff line change

@@ -193,7 +193,7 @@ This example uses Gemma 4 on a local `inferrs` server.

193193

For general help, see [Troubleshooting](/help/troubleshooting) and [FAQ](/help/faq).

194194

</Tip>

195195
196-

## See also

196+

## Related

197197
198198

<CardGroup cols={2}>

199199

<Card title="Local models" href="/gateway/local-models" icon="server">

Original file line numberDiff line numberDiff line change

@@ -800,3 +800,9 @@ Restart the gateway after changing these values.

800800

| `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). |

801801

| 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`. |

802802

| 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 numberDiff line numberDiff line change

@@ -48,3 +48,9 @@ The tool accepts a single `input` string that wraps one or more file operations:

4848

"input": "*** Begin Patch\n*** Update File: src/index.ts\n@@\n-const foo = 1\n+const foo = 2\n*** End Patch"

4949

}

5050

```

51+
52+

## Related

53+
54+

- [Diffs](/tools/diffs)

55+

- [Exec tool](/tools/exec)

56+

- [Code execution](/tools/code-execution)

Original file line numberDiff line numberDiff line change

@@ -143,3 +143,9 @@ Notes:

143143

- Remote CDP profiles accept `http://`, `https://`, `ws://`, and `wss://`.

144144

Use HTTP(S) for `/json/version` discovery, or WS(S) when your browser

145145

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 numberDiff line numberDiff line change

@@ -71,3 +71,9 @@ openclaw browser open https://x.com --browser-profile openclaw --target host

7171

```

7272
7373

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 numberDiff line numberDiff line change

@@ -217,3 +217,9 @@ When in doubt:

217217

- verify the Windows Chrome endpoint locally first

218218

- verify the same endpoint from WSL2 second

219219

- 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 numberDiff line numberDiff line change

@@ -115,3 +115,9 @@ Before shipping a new capability, verify:

115115
116116

If a PR skips the capability layer and hardcodes vendor behavior into a

117117

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)