enescaakir/notify

7 stars · Last commit 2026-04-20

Windows toast notifications for Claude Code — alerts on permission prompts and task completion.

README preview

# notify

<p align="center">
  <img src="banner.png" width="380" alt="notify preview" />
</p>

Claude Code plugin for Windows — fires toast notifications and audio on permission requests and task completion.

## Events

| Hook | When | Behavior |
|------|------|----------|
| `PreToolUse` | Tool called | Starts 3s delayed notification |
| `PostToolUse` | Tool completes (auto-approved) | Cancels pending notification |
| `Stop` | Task completed | Toast: "Task completed." |

## How Permission Detection Works

`notify-permission.ps1` fires on every `PreToolUse`:

View full repository on GitHub →