OP OpsProbe

Release notes

OpsProbe v0.2.9: alert response workflow.

Released on August 5, 2026, v0.2.9 adds acknowledgement, temporary mute, escalation tracking, and a live alert event feed.

Release date August 5, 2026 Version v0.2.9 Type patch

Quick answer

OpsProbe now lets users respond to open incidents directly in the console. Users can acknowledge an incident, mute it temporarily, and see alert events for incident open, recovery, manual action, and escalation.

What changed

  • Open incidents now include Acknowledge and Mute actions.
  • Incident rows show acknowledgement, mute, and escalation state.
  • The worker records alert events when incidents open, recover, or pass the five-minute escalation window.
  • The Alerts panel shows recent incident transitions and manual response activity.

API and schema

  • Added alert feed endpoint for workspace alert events.
  • Added incident acknowledgement and mute endpoints.
  • Added incident response fields for acknowledgement, mute, and escalation tracking.
  • Added alert_events as a standardized outbox and activity model.

Maintainability

web/app.js remains a grandfathered oversized file after adding release-critical console actions. The follow-up split plan is to separate console state, incident actions, alert rendering, and monitor rendering before or during v0.3.0.

Known limits

The release records alert outbox rows, but real email delivery is not connected yet. Provider-specific delivery is planned after the response workflow stabilizes.