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

@@ -1,4 +1,5 @@
# acp核心配置
# 配置参数
## ACPX核心配置
```json
{
"acp": {
@@ -11,16 +12,20 @@
}
}
```
# 权限配置:
## 权限配置:
```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
```