feat(acp): enable dispatch by default

This commit is contained in:
Peter Steinberger
2026-03-03 00:47:25 +00:00
parent 6649c22471
commit 36dfd462a8
5 changed files with 9 additions and 6 deletions

View File

@@ -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":