Alex Orlovskyi
Alex Orlovskyi
I Thinks that's also what https://github.com/oraios/serena MCP tries to achieve. Have an eye on them, but it would 100% be preferable to see as native Claude Code capability.
+1 towards solving this with hooks. Currently experimenting with: ```json "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "afplay /System/Library/Sounds/Glass.aiff" } ] } ], "Notification": [ {...
Just created similar workaround to @clouedoc with https://github.com/julienXX/terminal-notifier ```json "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "terminal-notifier -group 'PROJECT_NAME' -title 'Claude Code Stopped' -subtitle \"Event: $CLAUDE_EVENT_TYPE\"...