From 67b041642c8a786787e44360d60002d41b4569d2 Mon Sep 17 00:00:00 2001 From: "A.K.M. Adib" Date: Fri, 24 Apr 2026 15:21:45 -0400 Subject: [PATCH] generate settings --- schemas/settings.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/settings.schema.json b/schemas/settings.schema.json index f4263fcc3e..999b7bbbe0 100644 --- a/schemas/settings.schema.json +++ b/schemas/settings.schema.json @@ -2737,8 +2737,8 @@ "enablePermanentToolApproval": { "title": "Allow Permanent Tool Approval", "description": "Enable the \"Allow for all future sessions\" option in tool confirmation dialogs.", - "markdownDescription": "Enable the \"Allow for all future sessions\" option in tool confirmation dialogs.\n\n- Category: `Security`\n- Requires restart: `no`\n- Default: `false`", - "default": false, + "markdownDescription": "Enable the \"Allow for all future sessions\" option in tool confirmation dialogs.\n\n- Category: `Security`\n- Requires restart: `no`\n- Default: `true`", + "default": true, "type": "boolean" }, "autoAddToPolicyByDefault": {