Enable codease investigator by default before the next preview release (#11136)

This commit is contained in:
Silvio Junior
2025-10-14 15:45:15 -04:00
committed by GitHub
parent 8c78b62b75
commit ef3186d441

View File

@@ -1090,7 +1090,7 @@ const SETTINGS_SCHEMA = {
label: 'Enable Codebase Investigator',
category: 'Experimental',
requiresRestart: true,
default: false,
default: true,
description: 'Enable the Codebase Investigator agent.',
showInDialog: true,
},