The notification is native to the operating system and carries the project name, which is what makes it useful when three editors are working at once and you are reading something else entirely.
A notifier for AI code editors. When a response completes, it raises a native system notification — the macOS notification centre, the Windows notification system, or libnotify on Linux — with the project name as the title.
- Native notifications on macOS, Windows and Linux, each with icon and sound support
- The current project name shown as the title, so several editor windows stay distinguishable
- Custom message text, custom icon, and sound that can be turned off
- Two ways to fire: automatically when a response finishes, or called deliberately at a point you choose
Node.js with npm, and libnotify on Linux. It is built from source and the config points at the built file. One extra step actually makes it fire on its own: add a user rule telling the assistant to call it only as the final step after the answer is complete, and enable auto-run in the editor.
Build from source — clone the repository and build it, then point your client at the binary
