diff --git a/ai-setup.sh b/ai-setup.sh index 3d841db..be87985 100755 --- a/ai-setup.sh +++ b/ai-setup.sh @@ -667,6 +667,18 @@ else fi fi +# ── 6.8. Установка Claude Notifier ────────────────────────── +info "Устанавливаю Claude Notifier..." +if [ -f "$HOME/.claude/hooks/claude-notifier-on-stop.js" ]; then + success "Claude Notifier уже установлен" +else + if curl -fsSL https://raw.githubusercontent.com/ashmitb95/claude-notifier/main/install.sh | bash; then + success "Claude Notifier установлен" + else + warn "Не удалось установить Claude Notifier" + fi +fi + # ── 7. Очистка старых функций из .bashrc / .zshrc ─────────── clean_rc() { local rc_file="$1"