diff --git a/schema.json b/schema.json index c3f444bab103c4fa5ba05ff9e3930a338c462588..3379bee09fde443082a029c2a67155f299562e12 100644 --- a/schema.json +++ b/schema.json @@ -373,6 +373,16 @@ "type": "boolean", "description": "Disable desktop notifications", "default": false + }, + "disabled_skills": { + "items": { + "type": "string", + "examples": [ + "crush-config" + ] + }, + "type": "array", + "description": "List of skill names to disable and hide from the agent" } }, "additionalProperties": false,