feat(skills): final stable promotion cleanup (#17726)

This commit is contained in:
Abhi
2026-01-27 23:56:04 -05:00
committed by GitHub
parent ef3146eed6
commit 9035ca32bc
8 changed files with 7 additions and 190 deletions
@@ -1490,15 +1490,6 @@ const SETTINGS_SCHEMA = {
description: 'Enable Just-In-Time (JIT) context loading.',
showInDialog: false,
},
skills: {
type: 'boolean',
label: 'Agent Skills (Deprecated)',
category: 'Experimental',
requiresRestart: true,
default: false,
description: '[Deprecated] Enable Agent Skills (experimental).',
showInDialog: false,
},
useOSC52Paste: {
type: 'boolean',
label: 'Use OSC 52 Paste',