settings.json
1 { 2 "includeCoAuthoredBy": false, 3 "hooks": { 4 "Notification": [ 5 { 6 "matcher": "", 7 "hooks": [ 8 { 9 "type": "command", 10 "command": "~/.claude/hooks/bell-notify.py" 11 } 12 ] 13 } 14 ] 15 }, 16 "statusLine": { 17 "type": "command", 18 "command": "ccstatusline", 19 "padding": 0 20 }, 21 "enabledPlugins": { 22 "ast-grep@ast-grep-marketplace": true, 23 "frontend-design@claude-code-plugins": true, 24 "code-review@claude-code-plugins": true 25 }, 26 "alwaysThinkingEnabled": true 27 }