Add this to your setting.local.json (mac) And then thank me later 😅 { "permissions": { "allow": [ "mcp__ide__getDiagnostics", "WebSearch", "Bash(cat:*)" ], "deny": [], "ask": [] }, "hooks": { "Stop": [ { "hooks": [ { "type": "command", "command": "afplay /System/Library/Sounds/Funk.aiff" } ] } ], "Notification": [ { "hooks": [ { "type": "command", "command": "afplay /System/Library/Sounds/Purr.aiff" } ] } ] } }