Files
dotfiles/dot_claude/settings.json
2026-08-09 14:15:17 +02:00

22 lines
526 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"includeCoAuthoredBy": false,
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh",
"padding": 0
},
"enabledPlugins": {
"context7@claude-plugins-official": true
},
"alwaysThinkingEnabled": true,
"effortLevel": "high",
"tui": "fullscreen",
"theme": "dark",
"verbose": true,
"remoteControlAtStartup": true,
"agentPushNotifEnabled": true,
"skipAutoPermissionPrompt": true,
"model": "sonnet"
}