Install global notification support for all Claude sessions
Installs global notification support so all Claude Code sessions automatically receive notifications.
/plugin marketplace add blueraai/claude-code-anywhere/plugin install claude-code-anywhere@blueraInstall global notification support so ALL Claude Code sessions get notifications automatically.
~/.claude-code-anywhere/bin/claude
claude commands and auto-loads the plugin~/.claude-code-anywhere/plugins/claude-code-anywhere/.zshrc/.bashrc for PATH| Aspect | Before (Session-Only) | After (Global) |
|---|---|---|
| New terminal | Need /notify on | Just works |
| Multiple sessions | Each needs setup | All connected |
| Daemon | Stops with session | Always running |
| Reboots | Need restart | Auto-starts |
${CLAUDE_PLUGIN_ROOT}/scripts/install.shAfter running this command, tell the user:
exec $SHELL or open a new terminalwhich claude should show ~/.claude-code-anywhere/bin/claude/notify-test/notify-doctor if anything seems wrong/notify uninstall
Or manually: bash ~/.claude-code-anywhere/plugins/claude-code-anywhere/scripts/uninstall.sh