fix: hide broken skills object from settings dialog (#15766)

This commit is contained in:
Krushna Korade
2026-01-07 06:25:13 +05:30
committed by GitHub
parent 4086abf375
commit 5f027cb63a

View File

@@ -1381,7 +1381,7 @@ const SETTINGS_SCHEMA = {
requiresRestart: true, requiresRestart: true,
default: false, default: false,
description: 'Enable Agent Skills (experimental).', description: 'Enable Agent Skills (experimental).',
showInDialog: false, showInDialog: true,
}, },
codebaseInvestigatorSettings: { codebaseInvestigatorSettings: {
type: 'object', type: 'object',
@@ -1518,7 +1518,7 @@ const SETTINGS_SCHEMA = {
requiresRestart: true, requiresRestart: true,
default: {}, default: {},
description: 'Settings for agent skills.', description: 'Settings for agent skills.',
showInDialog: true, showInDialog: false,
properties: { properties: {
disabled: { disabled: {
type: 'array', type: 'array',