Skip to content

Commit eef17e3

Browse files
oronbzdomdomegg
andauthored
claude-code-settings: add xhigh effortLevel + marketplace autoUpdate/lastUpdated (SchemaStore#5591)
Co-authored-by: domdomegg <domdomegg@users.noreply.github.com>
1 parent ca0172f commit eef17e3

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
},
397397
"effortLevel": {
398398
"type": "string",
399-
"enum": ["low", "medium", "high"],
399+
"enum": ["low", "medium", "high", "xhigh"],
400400
"description": "Control Opus 4.6 adaptive reasoning effort. Lower effort is faster and cheaper for straightforward tasks, higher effort provides deeper reasoning. Defaults vary by model and plan (Opus 4.6 defaults to medium for Max and Team subscribers). Use /effort auto to reset to model default. Also configurable via CLAUDE_CODE_EFFORT_LEVEL environment variable. See https://code.claude.com/docs/en/model-config#adjust-effort-level"
401401
},
402402
"fastMode": {
@@ -963,6 +963,14 @@
963963
"installLocation": {
964964
"type": "string",
965965
"description": "Local cache path where marketplace manifest is stored (auto-generated if not provided)"
966+
},
967+
"autoUpdate": {
968+
"type": "boolean",
969+
"description": "Whether to automatically update this marketplace on Claude Code startup. Written automatically by Claude Code when you toggle auto-update for a marketplace"
970+
},
971+
"lastUpdated": {
972+
"type": "string",
973+
"description": "ISO 8601 timestamp of the last marketplace refresh. Written automatically by Claude Code"
966974
}
967975
},
968976
"required": ["source"],
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"effortLevel": "xhigh",
3+
"model": "opus"
4+
}

src/test/claude-code-settings/marketplace-host-pattern.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
}
88
},
99
"internal-git": {
10+
"autoUpdate": true,
11+
"lastUpdated": "2026-04-20T10:00:00Z",
1012
"source": {
1113
"hostPattern": "git.internal.example.com",
1214
"source": "hostPattern"

0 commit comments

Comments
 (0)