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:
parent
f24bea4d14
commit
dd701f4bf5
@ -1,6 +1,5 @@
|
||||
{
|
||||
"cleanupPeriodDays": 30,
|
||||
"remoteControlAtStartup": true,
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(git status)",
|
||||
@ -244,5 +243,7 @@
|
||||
"repo": "anthropics/skills"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"remoteControlAtStartup": true,
|
||||
"effortLevel": "xhigh"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user