feat: enable message bus integration by default (#14329)

This commit is contained in:
Allen Hutchison
2025-12-02 16:05:54 -08:00
committed by GitHub
parent 344f2f26e7
commit 533a3fb312
5 changed files with 13 additions and 5 deletions
+1 -1
View File
@@ -1055,7 +1055,7 @@ const SETTINGS_SCHEMA = {
label: 'Enable Message Bus Integration',
category: 'Tools',
requiresRestart: true,
default: false,
default: true,
description: oneLine`
Enable policy-based tool confirmation via message bus integration.
When enabled, tools automatically respect policy engine decisions (ALLOW/DENY/ASK_USER) without requiring individual tool implementations.