소스 검색

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 2 주 전
부모
커밋
268403683c
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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"
 }