mirror of
https://github.com/nix-community/home-manager.git
synced 2026-06-05 21:02:51 +00:00
20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"compaction": {
|
|
"enabled": true,
|
|
"keepRecentTokens": 20000,
|
|
"reserveTokens": 16384
|
|
},
|
|
"defaultModel": "claude-sonnet-4-20250514",
|
|
"defaultProvider": "anthropic",
|
|
"defaultThinkingLevel": "medium",
|
|
"enabledModels": [
|
|
"claude-*",
|
|
"gpt-4o"
|
|
],
|
|
"retry": {
|
|
"enabled": true,
|
|
"maxRetries": 3
|
|
},
|
|
"theme": "dark"
|
|
}
|