Skip to content

Catalyst Dev — Change Log

Version 6.12.0

Apr 14, 2026

Multi-Frontend SSE Event Architecture

Catalyst now sends all orchestration events through a standardized envelope format with filtering support. Connect multiple frontends or tools to the same session using SSE query params like ?filter=session-update,metrics-update or ?session=abc123 to get only the events you need. The new typed event system supports session updates, metrics changes, and annotation events with automatic envelope wrapping for consistent downstream processing.

PRs

  • dev: SSE event architecture for multiple frontends (#111) (6433182)