Skip to content

Commit 5fccd92

Browse files
authored
Remove learnMode property from claude-code-settings schema (SchemaStore#4964)
- Remove learnMode property definition from main schema file - Remove learnMode usage from test configuration file - Remove learnMode from negative test file - All schema validation and formatting checks pass
1 parent 6d9e17a commit 5fccd92

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/negative_test/claude-code-settings/wrong-property-types.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"cleanupPeriodDays": "thirty",
33
"enableAllProjectMcpServers": 1,
44
"includeCoAuthoredBy": "yes",
5-
"learnMode": "true",
65
"permissions": {
76
"additionalDirectories": "should be array",
87
"allow": "should be array"

src/schemas/json/claude-code-settings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@
191191
}
192192
}
193193
},
194-
"learnMode": {
195-
"type": "boolean",
196-
"description": "Request the model focuses more on educating and co-creating with the user, rather than just completing tasks"
197-
},
198194
"forceLoginMethod": {
199195
"type": "string",
200196
"description": "Force a specific login method, and skip the login method selection screen",

src/test/claude-code-settings/modern-complete-config.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
]
3737
},
3838
"includeCoAuthoredBy": true,
39-
"learnMode": true,
4039
"permissions": {
4140
"additionalDirectories": ["~/Documents/reference", "~/.config/claude-code"],
4241
"allow": [

0 commit comments

Comments
 (0)