From b07664e3570a3bef19f52c39cafa400dba876c0b Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Tue, 28 Apr 2026 16:57:57 +0000 Subject: [PATCH] chore: auto-update files --- schema.json | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/schema.json b/schema.json index f60fd4f5f696f2d5f17aa4d5b2af4d6089336722..9d610579b90dedb636522532b3648d441fc0057f 100644 --- a/schema.json +++ b/schema.json @@ -102,10 +102,7 @@ } }, "additionalProperties": false, - "type": "object", - "required": [ - "tools" - ] + "type": "object" }, "HookConfig": { "properties": { @@ -354,8 +351,7 @@ "context_window", "default_max_tokens", "can_reason", - "supports_attachments", - "options" + "supports_attachments" ] }, "ModelOptions": { @@ -708,10 +704,7 @@ } }, "additionalProperties": false, - "type": "object", - "required": [ - "completions" - ] + "type": "object" }, "Token": { "properties": { @@ -779,11 +772,7 @@ } }, "additionalProperties": false, - "type": "object", - "required": [ - "ls", - "grep" - ] + "type": "object" } } }