Files
BlueRoseNote/07-Other/AI/AI Agent/OpenClaw/OpenClaw ACPX配置.md

624 B

配置参数

ACPX核心配置

{
	"acp": {
		"enabled": true,
		"dispatch": { "enabled": true },
		"backend": "acpx",
		"defaultAgent": "claude",
		"allowedAgents": ["claude", "codex", "pi", "opencode", "gemini"],
		"maxConcurrentSessions": 8
		}
}

权限配置:

openclaw config set plugins.entries.acpx.config.permissionMode approve-all
openclaw config set plugins.entries.acpx.config.nonInteractivePermissions fail

重启并验证

openclaw restart
/acp doctor

启动命令

/acp spawn claude --mode oneshot --thread auto --cwd /Users/yuyue07/Desktop/openclaw