Skip to main content

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:
  1. 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.
  2. Agent-triggered notifications — The notify tool lets agents send notifications for specific events. You control when agents use this through prompts or scoped instructions.

Quick examples

Controlling notification behavior

The recommended way to configure the notify tool is via a Tool: notify scoped instruction in your system prompt or AGENTS.md:
See Instruction Files for more on scoped instructions.

Disable notifications for a specific agent

If you have an agent that should not interrupt you (e.g. a review agent), remove notify from that agent’s tool policy:

Platform notes

Notifications use your operating system’s native notification system:
PlatformNotification Type
macOSNotification Center
WindowsToast notifications
LinuxDesktop notifications (via notification daemon)
Notification settings (sound, Do Not Disturb, etc.) are controlled by your OS preferences, not Mux.

Tool definition

The notify tool definition from source: