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 <noreply@anthropic.com>
This commit is contained in:
bastien 2026-04-27 13:16:24 +02:00
parent f24bea4d14
commit dd701f4bf5

View File

@ -1,6 +1,5 @@
{ {
"cleanupPeriodDays": 30, "cleanupPeriodDays": 30,
"remoteControlAtStartup": true,
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(git status)", "Bash(git status)",
@ -244,5 +243,7 @@
"repo": "anthropics/skills" "repo": "anthropics/skills"
} }
} }
} },
"remoteControlAtStartup": true,
"effortLevel": "xhigh"
} }