Discover and explore top open-source AI tools and projects—updated daily.
ZekerTopAI CLI task completion notifications across multiple channels
Top 96.7% on SourcePulse
This project provides an intelligent notification system for AI CLI task completion, supporting Claude Code, Codex, OpenCode, and Gemini. It targets users who need timely alerts for long-running AI tasks without constant monitoring, offering flexible multi-channel notifications and optional AI summaries to enhance productivity.
How It Works
The tool employs a dual-pronged approach for detecting AI task completion: leveraging explicit "Hooks" or plugins for supported CLIs (Claude Code, Gemini CLI, OpenCode) via lifecycle events, and falling back to "Watch" mode, which monitors local logs and infers completion after a quiet period. This hybrid strategy, combined with "Smart Debouncing" that adjusts notification timing based on task type, ensures accurate and timely alerts across various AI assistants. An optional AI summary feature provides concise task output digests.
Quick Start & Requirements
.env, run executable.npm install, configure .env, run via node ai-reminder.js or npm run dev.Highlighted Details
.env for sensitive data and settings.json for GUI-managed settings.Maintenance & Community
The project is actively maintained, evidenced by a detailed changelog up to v2.4.0 and a recent architecture migration from Electron to Tauri. Contributions are welcomed via Issues and Pull Requests. No specific community links (Discord/Slack) or sponsorship details are provided.
Licensing & Compatibility
The project's license is not explicitly stated in the README, which is a critical omission for adoption decisions, particularly for commercial use. It is designed for integration with AI CLIs like Claude Code, Codex, OpenCode, and Gemini.
Limitations & Caveats
The absence of a specified license poses a significant adoption risk. Log monitoring ("Watch" mode) introduces notification latency due to its reliance on quiet periods. Desktop notifications and tray features are primarily Windows-centric. Optimal performance for certain CLIs depends on the correct setup of their respective Hooks/plugins, while Codex relies on the less immediate Watch mode.
2 weeks ago
Inactive
eyaltoledano