revert: chore(config): disable agents by default (#23672)

This commit is contained in:
Abhi
2026-03-24 16:14:48 -04:00
committed by GitHub
parent 84f40768a1
commit 055ff92276
9 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -1932,7 +1932,7 @@ const SETTINGS_SCHEMA = {
label: 'Enable Agents',
category: 'Experimental',
requiresRestart: true,
default: false,
default: true,
description: 'Enable local and remote subagents.',
showInDialog: false,
},