Skip to content

Catalyst Dev — Change Log

Version 6.25.0

Apr 15, 2026

Modern React Orchestration Monitor

The orchestration monitor is now a React SPA with shimmer loading, worker search/filtering, animated KPIs, and a collapsible sidebar. Code-split lazy loading reduces initial bundle size while 15+ componentized views replace the previous 4000-line vanilla JavaScript implementation. All existing orchestrator functionality (Overview, Workers, Timeline, Events tabs) works identically with improved performance and modern SaaS-style UX.

PRs

  • dev: migrate orch-monitor to React SPA with modern SaaS UI (#135) (0790005)