mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-05 10:51:12 -07:00
fix: hide broken skills object from settings dialog (#15766)
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user