vault backup: 2026-03-16 18:45:08

This commit is contained in:
2026-03-16 18:45:09 +08:00
parent 209b18bb93
commit 23ab8d9748
2 changed files with 10 additions and 5 deletions

View File

@@ -0,0 +1,31 @@
# 配置参数
## ACPX核心配置
```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
/acp doctor
```
# 启动命令
```bash
/acp spawn claude --mode oneshot --thread auto --cwd /Users/yuyue07/Desktop/openclaw
```