Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 63 additions & 28 deletions catalog/cli-reference.json

Large diffs are not rendered by default.

243 changes: 204 additions & 39 deletions catalog/env-vars.json

Large diffs are not rendered by default.

128 changes: 111 additions & 17 deletions catalog/hooks.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion catalog/keybindings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": "https://code.claude.com/docs/en/keybindings.md",
"fetchedAt": "2026-05-18T12:35:00.020Z",
"fetchedAt": "2026-06-22T14:43:12.862Z",
"count": 20,
"contexts": [
{
Expand Down
2 changes: 1 addition & 1 deletion catalog/mcp.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": "https://code.claude.com/docs/en/mcp.md",
"fetchedAt": "2026-05-18T12:34:59.431Z",
"fetchedAt": "2026-06-22T14:43:11.209Z",
"count": 3,
"scopes": [
{
Expand Down
12 changes: 8 additions & 4 deletions catalog/model-config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"source": "https://code.claude.com/docs/en/model-config.md",
"fetchedAt": "2026-05-22T14:01:08.197Z",
"count": 5,
"fetchedAt": "2026-06-22T14:43:15.416Z",
"count": 6,
"effortLevels": [
{
"name": "high",
"description": "Balances token usage and intelligence. Use as a minimum for intelligence-sensitive work, or to reduce token spend relative to `xhigh`"
"description": "Balances token usage and intelligence. Default on Fable 5, Opus 4.8, Opus 4.6, and Sonnet 4.6"
},
{
"name": "low",
Expand All @@ -19,9 +19,13 @@
"name": "medium",
"description": "Reduces token usage for cost-sensitive work that can trade off some intelligence"
},
{
"name": "ultracode",
"description": "A Claude Code setting that plans a [dynamic workflow](/en/workflows) for each substantive task with `xhigh` per-message reasoning. Session-only"
},
{
"name": "xhigh",
"description": "Best results for most coding and agentic tasks. Recommended default on Opus 4.7"
"description": "Deeper reasoning at higher token spend. Default on Opus 4.7"
}
]
}
4 changes: 2 additions & 2 deletions catalog/permissions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": "https://code.claude.com/docs/en/permissions.md",
"fetchedAt": "2026-05-18T12:34:59.743Z",
"fetchedAt": "2026-06-22T14:43:12.067Z",
"count": 6,
"modes": [
{
Expand All @@ -13,7 +13,7 @@
},
{
"name": "bypassPermissions",
"description": "Skips all permission prompts. Root and home directory removals such as `rm -rf /` still prompt as a circuit breaker"
"description": "Skips permission prompts, except those forced by explicit `ask` rules. Root and home directory removals such as `rm -rf /` also still prompt as a circuit breaker"
},
{
"name": "default",
Expand Down
Loading