Skip to content

Desktop Notifications

Crush sends desktop notifications when:

  • A tool call requires your permission
  • The agent finishes its turn

Notifications are only sent when the terminal window isn't focused and your terminal supports reporting focus state.

Configuration

To disable desktop notifications, set disable_notifications to true in your config:

jsonc
{
  "$schema": "https://charm.land/crush.json",
  "options": {
    "disable_notifications": false, // default
  },
}

Platform Notes

On macOS, notifications currently lack icons due to platform limitations.