Skip to content

Notifications

aimux can notify you when agents need attention: permission prompts, errors, completion, or idle state changes. Notifications work via terminal bell and macOS Notification Center.

notifications:
enabled: true # master switch
on_waiting: true # agent needs permission
on_error: true # agent crashed
on_idle: false # agent finished a turn
on_done: true # agent finished
sound: false # macOS notification sound
bell: true # terminal bell
desktop: true # macOS Notification Center
EventDefaultWhen
WaitingOnAgent needs user permission (tool approval)
ErrorOnAgent process crashed or errored
IdleOffAgent finished a turn (noisy if on)
DoneOnAgent session completed

Press m in the TUI to mute all notifications for the current session. This does not change the config file.