Skip to content

Instantly share code, notes, and snippets.

View danielkellyio's full-sized avatar

Daniel Kelly danielkellyio

View GitHub Profile
@danielkellyio
danielkellyio / settings.json
Created January 15, 2026 17:35
Claude Code Notification Hook
// .claude/settings.json
"hooks": {
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
// customize the sound by pointing to the file of your choice
"command": "afplay /System/Library/Sounds/Glass.aiff"
// or for windows
<ErrorBoundary>
<NotificationsWidget :userId="userId" />
<template #error>
<WidgetErrorState widget-name="Notifications" />
</template>
</ErrorBoundary>