claudeers.
// Developer Tools

ai-agents-notifier

πŸ“’ Send system notifications when your AI Coding Agents (CLI-based) requests permissions or completes tasks.

Actively maintained
100/100
last commit 5 days ago
last release none
releases 0
open issues 0
// star history

Install with your AI

Paste into Claude Code, Cursor, or any agent β€” it reads the repo and wires the tool into your project.

Install and set up ai-agents-notifier (git-clone project) into my current project.
Found on https://claudeers.com/ai-agents-notifier
Repo: https://github.com/hta218/ai-agents-notifier
Homepage/docs: β€”
Detected install method: git-clone β†’ git clone https://github.com/hta218/ai-agents-notifier
Category: devtools. Platforms: cli, desktop, web.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or clone
git clone https://github.com/hta218/ai-agents-notifier

// compatibility

Platformscli, desktop, web
Operating systemsβ€”
AI compatibilityclaude
Licenseβ€”
Pricingopen-source
LanguageShell

AI Agents Notifier

πŸ“’ Desktop notifications for CLI-based AI coding agents

A cross-platform notification system that integrates with command-line AI coding agents to show desktop notifications for sessions, completions, and permission requests.

Note: This is specifically for CLI/terminal-based AI agents, not IDE extensions or web-based coding assistants.

Supported AI Agents

  • βœ… Claude Code CLI - Native hook integration
  • βœ… GitHub Copilot CLI - Native hook integration
  • πŸ”œ Gemini CLI - Not yet implemented (PRs welcome!)

Installation

Claude Code CLI

πŸ“– See claude/SETUP.md for installation instructions

Quick start:

curl -o ~/.claude/claude-code-notifier.sh \
  https://raw.githubusercontent.com/hta218/ai-agents-notifier/main/claude/claude-code-notifier.sh
chmod +x ~/.claude/claude-code-notifier.sh

Then configure ~/.claude/settings.json - see claude/settings.example.json


GitHub Copilot CLI

πŸ“– See copilot/SETUP.md for installation instructions

Quick start:

curl -o ~/.copilot/copilot-cli-notifier.sh \
  https://raw.githubusercontent.com/hta218/ai-agents-notifier/main/copilot/copilot-cli-notifier.sh
chmod +x ~/.copilot/copilot-cli-notifier.sh

Then configure hooks per-project in hooks.json (project root) - see copilot/settings.example.json

Note: Copilot CLI hooks are project-based. You need to create hooks.json in the root of each repository where you want notifications.


Usage

Claude Code CLI

πŸ“– See claude/SETUP.md

Notifications appear for:

  • SessionStart β†’ "Session started πŸš€"
  • SessionEnd β†’ "Session completed βœ…"
  • Stop β†’ "Response finished 🏁"
  • Notification β†’ Original message from Claude

Notification Preview


GitHub Copilot CLI

πŸ“– See copilot/SETUP.md

Notifications appear for:

  • sessionStart β†’ "New session started πŸš€" / "Session resumed ♻️"
  • sessionEnd β†’ "Session completed βœ…" / "Session ended with errors ❌"
  • preToolUse β†’ "Permission: [tool] πŸ””" (when about to execute)
  • errorOccurred β†’ "Error: [error type] ⚠️"

Requirements

  • terminal-notifier for pushing notifications
  • jq for JSON processing
  • Install: brew install terminal-notifier jq

Linux

  • notify-send (usually pre-installed)
  • Install if missing: sudo apt install libnotify-bin

Windows

  • PowerShell (built-in on modern Windows)
  • Uses Windows Toast notifications

Customization

See each agent's SETUP.md for customization options:

Contributing

Contributions are welcome!

Want to add support for another CLI-based AI agent?

  • Gemini CLI integration needed
  • Other CLI AI coding agents welcome

Feel free to submit issues and pull requests!

// faq

What is ai-agents-notifier?

πŸ“’ Send system notifications when your AI Coding Agents (CLI-based) requests permissions or completes tasks.. It is open-source on GitHub.

Is ai-agents-notifier free to use?

ai-agents-notifier is open-source, so it is free to use.

What category does ai-agents-notifier belong to?

ai-agents-notifier is listed under automation in the Claudeers registry of Claude-compatible tools.

0 views
β˜… 75 stars
unclaimed
updated 2 months ago

// embed badge

ai-agents-notifier on Claudeers
[![Claudeers](https://claudeers.com/api/badge/ai-agents-notifier.svg)](https://claudeers.com/ai-agents-notifier)

// retro hit counter

ai-agents-notifier hit counter
[![Hits](https://claudeers.com/api/counter/ai-agents-notifier.svg)](https://claudeers.com/ai-agents-notifier)

// reviews

// guestbook

0/500

// related in Developer Tools

πŸ”“

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Curs…

// devtoolsaffaan-m/⟨JavaScriptβŸ©β˜… 240,305β—· MIT[ claude ]
πŸ”“

Use Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA

// devtoolsgarrytan/⟨TypeScriptβŸ©β˜… 128,278β—· MIT[ claude ]
πŸ”“

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// devtoolssafishamsi/⟨PythonβŸ©β˜… 109,277β—· MIT[ claude ]
πŸ”“

Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

// devtoolsDietrichGebert/⟨JavaScriptβŸ©β˜… 104,762β—· MIT[ claude ]
β†’ see how ai-agents-notifier connects across the ecosystem