Files
dotfiles/claude/.claude/settings.json

47 lines
967 B
JSON

{
"env": {
"CLAUDE_CODE_SUBAGENT_MODEL": "claude-sonnet-4-6"
},
"model": "sonnet",
"hooks": {
"SubagentStop": [
{
"hooks": [
{
"type": "command",
"command": "python3 ~/.claude/scripts/ntfy-recap.py 2>/dev/null || true",
"timeout": 15,
"async": true
}
]
}
],
"SessionEnd": [
{
"hooks": [
{
"type": "command",
"command": "python3 ~/.claude/scripts/ntfy-recap.py 2>/dev/null || true",
"timeout": 15,
"async": true
}
]
}
]
},
"enabledPlugins": {
"pyright-lsp@claude-plugins-official": true,
"caveman@caveman": true
},
"extraKnownMarketplaces": {
"caveman": {
"source": {
"source": "github",
"repo": "JuliusBrussee/caveman"
}
}
},
"theme": "dark-daltonized",
"skipAutoPermissionPrompt": true
}