This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // .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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <ErrorBoundary> | |
| <NotificationsWidget :userId="userId" /> | |
| <template #error> | |
| <WidgetErrorState widget-name="Notifications" /> | |
| </template> | |
| </ErrorBoundary> |
OlderNewer