Explorar el Código

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>
bastien hace 2 semanas
padre
commit
dd701f4bf5
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      settings.json

+ 3 - 2
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"
 }