releaseuiaicharts
OmniMon v6.5.0: Smart Kill & Charts Fix
Smart kill dialog with browser tab names, AI safety check button, fixed dynamic charts rendering, unified theme system, and browser tabs visible in basic mode.
March 12, 2026
Release overview
Version 6.5.0 is the Sprint 5 release: a focused update that makes the kill dialog smarter, fixes chart rendering across all views, unifies the theme system, and improves process details visibility.
Smart Kill Dialog
When terminating browser processes, OmniMon now shows exactly which tabs will be closed:
- Browser tab names in kill confirmation. The dialog lists open tabs (up to 5 visible, with a “+N more” indicator) so you know what you’re closing before confirming.
- “Ask AI” button. A new button in the kill dialog lets you consult the AI assistant about whether it’s safe to terminate the selected processes, with a pre-built prompt including the process names.
- Per-browser tab grouping. Tabs are grouped by browser (Chrome, Brave, etc.) and only shown once per browser to avoid duplicates from helper processes.
Charts Fixed
- Dynamic Y-axis scaling. Fixed
autoscaleInfoProviderreturningnullinstead ofundefined, which broke chart rendering in lightweight-charts v5. - Retry mechanism. Charts now retry initialization if the container didn’t have dimensions on first attempt, fixing blank sparklines on dashboard load.
- Incremental data sync. Only new data points are pushed to the chart on each poll cycle, avoiding layout thrashing and improving performance.
Unified Theme System
- Single theme engine. Removed the legacy dual-theme system that was overwriting CSS variables and causing invisible text in light mode.
- Three themes. Dark, Light, and Cyberpunk — all driven by a single
applyThemeTokens()function with proper contrast ratios. - Auto theme detection. The “Auto” option uses
prefers-color-schemeto match the OS preference.
Process Details Improved
- Browser tabs visible in basic mode. The process detail modal now shows associated browser tabs without requiring Pro Mode toggle.
- Flash-free startup. Dark background applied via inline style on the body element prevents the white flash before the theme loads.
Install
# macOS
brew tap chochy2001/omnimon && brew install --cask omnimon
# Linux
curl -fsSL https://get.omnimon.com.mx | bash
# Windows
winget install chochy2001.omnimon