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 25ba66719f
commit 012fedb749
+1 -1
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,
},