Skip to content

Commit 6fdf362

Browse files
dicksontsaibogini
andauthored
Fix claude-code-settings outputStyle capitalization (SchemaStore#5020)
Co-authored-by: bogini <[email protected]>
1 parent 83230d1 commit 6fdf362

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,9 +297,9 @@
297297
},
298298
"outputStyle": {
299299
"type": "string",
300-
"description": "The output style to use. Can be 'default', 'explanatory', 'learning', or a custom style name.",
300+
"description": "The output style to use (case-sensitive). Can be 'default', 'Explanatory', 'Learning', or a custom style name.",
301301
"minLength": 1,
302-
"examples": ["default", "explanatory", "learning"]
302+
"examples": ["default", "Explanatory", "Learning"]
303303
},
304304
"forceLoginOrgUUID": {
305305
"type": "string",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
]
3737
},
3838
"includeCoAuthoredBy": true,
39+
"outputStyle": "Explanatory",
3940
"permissions": {
4041
"additionalDirectories": ["~/Documents/reference", "~/.config/claude-code"],
4142
"allow": [

0 commit comments

Comments
 (0)