enable cli_help agent by default (#16100)

This commit is contained in:
Tommaso Sciortino
2026-01-07 15:43:12 -08:00
committed by GitHub
parent 51d3f44d51
commit 1aa35c8796
7 changed files with 12 additions and 10 deletions

View File

@@ -1467,7 +1467,7 @@ const SETTINGS_SCHEMA = {
label: 'Enable CLI Help Agent',
category: 'Experimental',
requiresRestart: true,
default: false,
default: true,
description: 'Enable the CLI Help Agent.',
showInDialog: true,
},