vault backup: 2026-03-16 18:10:20

This commit is contained in:
2026-03-16 18:10:20 +08:00
parent 391c7aa76b
commit 209b18bb93
5 changed files with 34 additions and 15 deletions

View File

@@ -0,0 +1,26 @@
# acp核心配置
```json
{
"acp": {
"enabled": true,
"dispatch": { "enabled": true },
"backend": "acpx",
"defaultAgent": "claude",
"allowedAgents": ["claude", "codex", "pi", "opencode", "gemini"],
"maxConcurrentSessions": 8
}
}
```
# 权限配置:
```bash
openclaw config set plugins.entries.acpx.config.permissionMode approve-all
openclaw config set plugins.entries.acpx.config.nonInteractivePermissions fail
```
# 重启并验证
```bash
openclaw restart
```