notification

macOS notifications for Claude Code events

View on GitHub
Author udecode
Namespace @udecode/dotai
Category general
Version 1.0.0
Stars 1,127
Downloads 3
self.md verified
Table of content

macOS notifications for Claude Code events

Installation

npx claude-plugins install @udecode/dotai/notification

Contents

Folders: hooks

Files: README.md

Documentation

macOS notifications for Claude Code events.

Features

Displays native macOS notifications for:

Prerequisites

Requires terminal-notifier to be installed:

brew install terminal-notifier

Installation

/plugin marketplace add udecode/dotai
/plugin install notification@dotai

Restart Claude Code to activate the hooks.

What You’ll See

How It Works

The plugin uses hooks to intercept Claude Code events and displays notifications with:

Customization

Edit .claude-plugin/plugins/notification/hooks/hooks.json to:

Troubleshooting

Notifications not appearing:

  1. Check terminal-notifier is installed: which terminal-notifier
  2. Enable notifications for Terminal/iTerm in System Settings โ†’ Notifications
  3. Verify plugin is enabled: /plugin

Want to disable:

/plugin disable notification@dotai

License

MIT

Source

View on GitHub

Tags: general