{ "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 }