claudeers.

πŸ”“ unclaimed β€” this page was auto-generated from GitHub. Are you the creator?

Claim this page β†’
// Developer Tools

ai-agents-notifier

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

Dormant
55/100
last commit 6 months ago
last release none
releases 0
open issues 1
// install
git clone https://github.com/hta218/ai-agents-notifier

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!

// compatibility

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

// 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
β˜… 72 stars
unclaimed
updated 15 days 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βŸ©β˜… 225,699β—· 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βŸ©β˜… 119,234β—· 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βŸ©β˜… 80,484β—· MIT[ claude ]
πŸ”“

πŸ™Œ OpenHands: AI-Driven Development

// devtoolsOpenHands/⟨PythonβŸ©β˜… 79,324β—· NOASSERTION[ claude ]
β†’ see how ai-agents-notifier connects across the ecosystem