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