chore: auto-update files

Charm created

Change summary

schema.json | 10 ++++++++++
1 file changed, 10 insertions(+)

Detailed changes

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,