From dd701f4bf549ed4a35763e0a617cc1c96d1edb4d Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 27 Apr 2026 13:16:24 +0200 Subject: [PATCH] chore(settings): reorder keys and add effortLevel xhigh Move remoteControlAtStartup to the bottom of the file (next to other top-level user preferences) and add effortLevel: xhigh as the default reasoning effort. Co-Authored-By: Claude --- settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index a949caf..77369e5 100644 --- a/settings.json +++ b/settings.json @@ -1,6 +1,5 @@ { "cleanupPeriodDays": 30, - "remoteControlAtStartup": true, "permissions": { "allow": [ "Bash(git status)", @@ -244,5 +243,7 @@ "repo": "anthropics/skills" } } - } + }, + "remoteControlAtStartup": true, + "effortLevel": "xhigh" }