mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 06:01:46 +00:00
feat(acp): enable dispatch by default
This commit is contained in:
@@ -163,7 +163,7 @@ export const FIELD_HELP: Record<string, string> = {
|
||||
"acp.enabled":
|
||||
"Global ACP feature gate. Keep disabled unless ACP runtime + policy are configured.",
|
||||
"acp.dispatch.enabled":
|
||||
"Independent dispatch gate for ACP session turns. Disable to keep ACP commands available while blocking ACP turn execution.",
|
||||
"Independent dispatch gate for ACP session turns (default: true). Set false to keep ACP commands available while blocking ACP turn execution.",
|
||||
"acp.backend":
|
||||
"Default ACP runtime backend id (for example: acpx). Must match a registered ACP runtime plugin backend.",
|
||||
"acp.defaultAgent":
|
||||
|
||||
Reference in New Issue
Block a user