CLA-free fork of the glamourous AI coding agent for your favourite terminal 💘
1//go:build darwin 2 3package notification 4 5// notificationIcon is empty on darwin because icon support is broken. 6var notificationIcon interface{} = ""