Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By decko
Smart desktop notifications when Claude Code is waiting for input. Shows session name, last message, and tmux context. Focus-aware.
npx claudepluginhub decko/claude-code-notifySmart desktop notifications for Claude Code. Get notified when Claude finishes responding — with session name, last message, and tmux context. Focus-aware: won't bother you if you're already looking.
When Claude Code stops and is waiting for your input, you get a notification like:
(w:2) my-project
Fixed the authentication bug by updating the session config...
/rename (falls back to directory name)# Clone the repo
git clone https://github.com/decko/claude-code-notify.git ~/.claude/plugins/claude-code-notify
# Enable in Claude Code
claude plugins add claude-code-notify
Copy hooks/stop-hook.sh and register in your ~/.claude/settings.json:
{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash /path/to/stop-hook.sh"
}
]
}
]
}
}
jq — JSON parsingnotify-send (Linux) or osascript (macOS) — notificationstmux (optional) — focus detection and window indexbash 4+Fedora/RHEL:
sudo dnf install jq libnotify
Ubuntu/Debian:
sudo apt install jq libnotify-bin
macOS:
brew install jq
# osascript is built-in
Set environment variables in your shell profile (.bashrc, .zshrc):
| Variable | Default | Description |
|---|---|---|
CLAUDE_NOTIFY_CONTEXT | false | Show [Work]/[Personal] prefix |
CLAUDE_NOTIFY_URGENCY | normal | Urgency: low, normal, critical |
Example:
export CLAUDE_NOTIFY_CONTEXT=true
export CLAUDE_NOTIFY_URGENCY=normal
| Command | Description |
|---|---|
/notify-help | Show configuration and status |
/notify-test | Send a test notification |
Multi-session development in tmux — Running Claude in 3-4 tmux panes working on different tasks (tests, refactoring, docs). Get notified exactly when each session needs your attention, without constantly switching panes to check.
Long-running operations — Kick off a complex task (large codebase refactor, test suite run, dependency upgrade) and switch to other work. The notification tells you when Claude is done and what it said.
Code review while Claude works — Send Claude a task, switch to your browser to review a PR or read docs. The notification pops up when Claude needs your input, with enough context in the body to decide if it's urgent.
Pair programming across projects — Working on a primary project while Claude handles a side task in another session. The window index in the notification (w:2) tells you exactly which tmux window to jump to.
Meeting multitasking — Start a Claude task before a meeting, get a notification when it's done. Check it when the meeting ends.
The plugin suppresses notifications when you're already looking at the Claude session:
| Environment | Method | Notes |
|---|---|---|
| tmux | Pane + window + terminal focus | Best experience |
| macOS (no tmux) | Frontmost app check | Detects Terminal, iTerm2, kitty, etc. |
| Linux (no tmux) | Always notify | Wayland limits focus detection |
/rename history in the transcriptIf another Stop hook (like ralph-loop) continues the conversation, the stop_hook_active flag is set and this plugin skips the notification. Due to non-deterministic hook ordering, occasional false-positive notifications may occur when ralph-loop is active.
MIT
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Native Windows toast notifications for Claude Code with window activation
Desktop notifications showing what Claude Code is working on - stay informed even when the terminal is not in focus. Optional sound alerts and AI summaries
Smart notifications for Claude Code task statuses (Go implementation)
Warp terminal integration for Claude Code - native notifications, and more to come
Monitor and navigate Claude Code sessions across workspaces
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim