From 7572ce1f0f2b9d1d02258d11a051c9ce1f75a3f7 Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Thu, 2 Apr 2026 20:39:16 +0000 Subject: [PATCH] chore: auto-update files --- schema.json | 10 ++++++++++ 1 file changed, 10 insertions(+) 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,