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

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
月光博客
月光博客
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
U
Unit 42
云风的 BLOG
云风的 BLOG
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
B
Blog
C
Check Point Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
量子位
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell

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
chore: remove coven extension · openclaw/openclaw@f7797ca
BunsDev · 2026-04-28 · via Recent Commits to openclaw:main

@@ -186,77 +186,6 @@ Override the command or version in plugin config:

186186187187

See [Plugins](/tools/plugin).

188188189-

## Optional Coven backend

190-191-

OpenClaw can also register a bundled, opt-in `coven` ACP backend for operators

192-

who want ACP coding sessions supervised by a local [Coven](https://github.com/OpenCoven/coven)

193-

daemon instead of launched directly through ACPX.

194-195-

This is intentionally an extension, not a core runtime path:

196-197-

- the default ACPX backend stays unchanged for normal installs;

198-

- Coven has its own daemon, socket, session store, harness mapping, and project

199-

boundary model;

200-

- the bridge can be enabled, disabled, configured, and reviewed independently

201-

through the plugin system; and

202-

- OpenClaw remains responsible for ACP session routing, chat bindings, task

203-

state, and fallback policy while Coven owns harness supervision.

204-205-

Minimal opt-in config:

206-207-

```json5

208-

{

209-

acp: {

210-

enabled: true,

211-

backend: "coven",

212-

defaultAgent: "codex",

213-

},

214-

plugins: {

215-

entries: {

216-

coven: {

217-

enabled: true,

218-

config: {

219-

// Optional. Defaults to ~/.coven. Environment variables are not used for this trust anchor.

220-

covenHome: "~/.coven",

221-

// Optional. Defaults to <covenHome>/coven.sock; overrides must resolve to that path.

222-

socketPath: "~/.coven/coven.sock",

223-

// Optional. Defaults to false; enable only when direct ACP fallback is acceptable.

224-

allowFallback: false,

225-

// Optional. Used only when allowFallback is true.

226-

fallbackBackend: "acpx",

227-

},

228-

},

229-

},

230-

},

231-

}

232-

```

233-234-

When selected, OpenClaw checks Coven daemon health over the configured Unix

235-

socket before launching. A successful launch creates a Coven session and records

236-

the Coven session id in the ACP runtime handle. If the health check or launch

237-

fails, OpenClaw fails closed by default so `acp.backend="coven"` cannot silently

238-

downgrade to direct ACP execution. Set `allowFallback: true` only when direct

239-

ACP fallback is an explicit, acceptable operator choice.

240-241-

For path safety, `~` in `covenHome` and `socketPath` expands to the current

242-

user home directory, and configured Coven paths must be absolute after that

243-

expansion. OpenClaw rejects workspace-relative Coven daemon paths because the

244-

daemon socket is a local user trust anchor, not repository-controlled state.

245-

`socketPath` must resolve to `<covenHome>/coven.sock`; OpenClaw does not allow

246-

arbitrary Coven socket filenames because the daemon socket is the local trust

247-

anchor. Keep `covenHome` owned by the OpenClaw user and private (`0700`);

248-

OpenClaw rejects symlinked, shared-accessible, shared-writable, or non-socket

249-

Coven socket paths before connecting. The Coven backend currently requires Unix

250-

socket validation and fails closed on Windows rather than trusting a socket path

251-

whose owner and permissions cannot be validated by this plugin.

252-253-

The default harness mapping sends known ACP agent ids such as `codex`, `claude`,

254-

`gemini`, and `opencode` to explicitly authorized Coven harness ids. Unknown

255-

ACP agent ids are rejected instead of being forwarded as harness names. Override

256-

`plugins.entries.coven.config.harnesses` only when your local Coven install uses

257-

custom harness names, and keep `acp.allowedAgents` aligned with the intended

258-

chat-exposed harness set.

259-260189

### Automatic dependency install

261190262191

When you install OpenClaw globally with `npm install -g openclaw`, the acpx