Files
get/claude/settings.json
2026-07-23 08:55:57 +02:00

39 lines
808 B
JSON

{
"env": {
"CLAUDE_CODE_SCROLL_SPEED": "3",
"ANTHROPIC_MODEL": "sonnet",
"CLAUDE_CODE_USE_POWERSHELL_TOOL": "1"
},
"model": "opus[1m]",
"effortLevel": "high",
"autoUpdatesChannel": "latest",
"tui": "fullscreen",
"showMessageTimestamps": true,
"permissions": {
"defaultMode": "auto",
"allow": [],
"additionalDirectories": []
},
"enabledPlugins": {
"superpowers@claude-plugins-official": true,
"context7@claude-plugins-official": true,
"core@nicecode": true
},
"extraKnownMarketplaces": {
"nicecode": {
"source": {
"source": "github",
"repo": "lachtan/nicecode"
}
}
},
"spinnerVerbs": {
"mode": "replace",
"verbs": [
"Analyzing code",
"Crafting solutions",
"Working hard"
]
}
}