fix: use agentSessionInteractiveEnabled

This commit is contained in:
Michael Bleigh
2026-04-03 13:45:59 -07:00
parent 72ec782fe0
commit 430a52fc27
4 changed files with 29 additions and 6 deletions
+10
View File
@@ -1970,6 +1970,16 @@ const SETTINGS_SCHEMA = {
description: 'Enable non-interactive agent sessions.',
showInDialog: false,
},
agentSessionInteractiveEnabled: {
type: 'boolean',
label: 'Interactive Agent Session Enabled',
category: 'Experimental',
requiresRestart: true,
default: false,
description:
'Enable the agent session implementation for the interactive CLI.',
showInDialog: false,
},
},
},
enableAgents: {