Overview
Mux can send system notifications to alert you about important events. Notifications appear as native OS notifications (macOS Notification Center, Windows Toast, Linux notification daemon) and work even when Mux is in the background. Clicking a notification takes you directly to the workspace that sent it. There are two ways to receive notifications:- Automatic notifications — Toggle the bell icon in the workspace header to get notified when the agent completes a response. Use Ctrl+Shift+N (⌘+Shift+N on macOS) to toggle quickly.
-
Agent-triggered notifications — The
notifytool lets agents send notifications for specific events. You control when agents use this through prompts or scoped instructions.
Quick examples
Controlling notification behavior
Via Tool scoped instructions (recommended)
The recommended way to configure thenotify tool is via a Tool: notify scoped instruction in your system prompt or AGENTS.md:
Disable notifications for a specific agent
If you have an agent that should not interrupt you (e.g. areview agent), remove notify from that agent’s tool policy:
Platform notes
Notifications use your operating system’s native notification system:| Platform | Notification Type |
|---|---|
| macOS | Notification Center |
| Windows | Toast notifications |
| Linux | Desktop notifications (via notification daemon) |
Tool definition
Thenotify tool definition from source: