Skip to content

Notifications

Cogno collects events from your terminal sessions and surfaces them in the notification panel. The bell icon in the side menu shows a badge when new notifications have arrived. Opening the panel clears the badge.

EventConfig key
Long-running command finishednotification.long_running_commands.enabled
Handled application exceptionnotification.exceptions.handled.enabled
Unhandled renderer exceptionnotification.exceptions.unhandled.enabled
OSC 9 messages from shell scriptsalways active

Notifications can be delivered in two ways:

ChannelDescriptionConfig key
In-appPanel inside Cogno, auto-dismisses after a timeoutnotifications.app.enabled
OSNative system notification (requires OS permission)notifications.os.enabled
SettingDefaultDescription
notification.modevisibleInitial panel visibility (off / hidden / visible)
notification.highlight_terminal_on_activitytrueHighlight the terminal tab when a notification fires
notification.long_running_commands.enabledfalseNotify when a long-running command finishes
notification.long_running_commands.minimum_duration_seconds10Minimum runtime before a command is considered long-running
notification.exceptions.handled.enabledfalseNotify on handled exceptions
notification.exceptions.unhandled.enabledfalseNotify on unhandled renderer exceptions
notification.overview.max_items30Maximum notifications kept in the panel
notifications.app.enabledtrueShow in-app notifications
notifications.app.duration_seconds5Seconds before an in-app notification auto-dismisses
notifications.os.enabledfalseSend OS-level notifications
ActionDescription
open_notificationToggle the notification panel