Files
dotfiles/claude/.claude/settings.json
2026-07-28 16:52:50 -04:00

50 lines
1.0 KiB
JSON

{
"env": {
"CLAUDE_CODE_SUBAGENT_MODEL": "claude-sonnet-4-6"
},
"model": "sonnet",
"hooks": {
"Stop": [
{ "hooks": [ { "type": "command", "command": "sesh capture --commit HEAD" } ] }
],
"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
}