Alerts

Alerts surface project-scoped events that need attention. The sidebar badge shows unread alerts, and live app events can update the badge while users are working.

What Users See

Open Alerts from the System section of the sidebar.

System update status also appears on this page when a packaged desktop app or server binary finds an available release. The update notice itself can appear throughout the app. See Updates.

UI ElementPurpose
Unread badgeShows when the selected project has alerts that have not been read.
Alert listShows failures, follow-up requests, custom app-generated notices, and Native notifications that may require a decision.
Approve or rejectRecords the human decision for a pending Native notification; a connected Automation can observe the result and continue through the matching handoff.
Mark readClears attention from one alert.
Mark all readClears all current unread alerts for the project.
Search, filter, and sortFinds alerts by text and narrows the list by state, severity, type, or source.
Bulk actionsIn selection mode, marks several alerts read or deletes selected alerts after confirmation.
DeleteRemoves alerts that are no longer useful.

Alert Types

TypeMeaning
task_failedA task failed and likely needs inspection.
task_needs_followupA task produced or requires follow-up work.
customApp logic created a custom alert.

Severities

SeverityMeaning
infoInformational.
warningAttention recommended.
errorFailure or high-priority issue.

How Alerts Fit The Workflow

Alerts are not a replacement for the task board. Use them as a notification and human-decision layer: they point you back to a task, execution, project event, or Automation handoff that deserves attention. When a task fails, open the task detail page to inspect execution output, thread history, and any generated changes.

For an Automation Human approval node, approve or reject the real pending notification in Alerts. The graph can observe that human decision and follow a configured branch, but it cannot decide for you.

A repository-changing task also creates an alert when its isolated worktree cannot be prepared. OpenVibely does not fall back to the main checkout; correct the repository or initial-commit problem before retrying.

PageWhy It Matters
AutomationsNative approval nodes wait for a human decision in Alerts.
Git Worktrees & Merge SafetyWorktree setup failures are fail-closed and actionable.
TasksMost alerts point back to task activity.
Worker Capacity & DispatchCapacity and timeouts can affect failures and delays.
InsightsLonger-term trends appear in insight surfaces.
UpdatesPackaged app update status and approval appear on Alerts.