Files
.dotfiles/claude/settings.json

22 lines
468 B
JSON

{
"permissions": {
"allow": [
"mcp__todo-mcp__*",
"mcp__nixos__*",
"Bash(git remote get-url origin)"
]
},
"model": "claude-fable-5-1[1m]",
"hooks": {},
"statusLine": {
"type": "command",
"command": "sh \"${CLAUDE_CONFIG_DIR:-$HOME/.claude}/statusline-command.sh\""
},
"effortLevel": "high",
"tui": "default",
"skipDangerousModePermissionPrompt": true,
"theme": "dark",
"voiceEnabled": true,
"mcpServers": {}
}