feat(skills): promote skills settings to stable (#17713)

This commit is contained in:
Abhi
2026-01-27 19:09:52 -05:00
committed by Sandy Tao
parent d8e9db3761
commit 31c6fef1e8
5 changed files with 23 additions and 17 deletions
+3 -4
View File
@@ -1454,12 +1454,12 @@ const SETTINGS_SCHEMA = {
},
skills: {
type: 'boolean',
label: 'Agent Skills',
label: 'Agent Skills (Deprecated)',
category: 'Experimental',
requiresRestart: true,
default: false,
description: 'Enable Agent Skills (experimental).',
showInDialog: true,
description: '[Deprecated] Enable Agent Skills (experimental).',
showInDialog: false,
},
codebaseInvestigatorSettings: {
type: 'object',
@@ -1615,7 +1615,6 @@ const SETTINGS_SCHEMA = {
default: true,
description: 'Enable Agent Skills.',
showInDialog: true,
ignoreInDocs: true,
},
disabled: {
type: 'array',