All posts
releaseaiuihardening

OmniMon v6.4.0: Pro AI Mode, Split Layouts and Final Hardening

OmniMon 6.4.0 adds a professional AI mode, Ask AI actions in dashboards, real backend token streaming, split layouts, stronger i18n, safer CLI paths, and cleaner desktop UX.

March 10, 2026

Release overview

OmniMon v6.4.0 sharpens the operator experience around AI, dashboards, UI consistency, and reliability. This release introduces a more capable AI workflow, finishes the real token streaming path in the backend, improves desktop ergonomics with split layouts and functional dividers, replaces emoji-heavy affordances with Lucide icons, expands i18n coverage, and removes more risky runtime paths from CLI and release automation.

AI workflow upgrades

  • Professional AI mode gives advanced users a stronger analysis path for deeper investigations
  • Ask AI buttons in dashboards make contextual analysis accessible directly from system views
  • Real backend token streaming now streams incremental AI output instead of waiting for a single final blob
  • Coverage and flaky-test fixes keep the AI surface more predictable under repeated runs

Desktop UX and layout polish

  • Split layout mode adds a more professional side-by-side workflow for dense operator screens
  • Resizable divider is now active and functional instead of decorative
  • Lucide icon migration replaces emoji-based UI affordances with cleaner, more consistent visuals
  • Transparency fixes improve legibility in panels that previously looked washed out or muddy

Internationalization and consistency

  • 60+ strings moved to i18n across network and alert components
  • Network and alert surfaces now behave more consistently across English and Spanish
  • Exports and mocks fixed for process icons and app-level tests to reduce UI drift between environments

Hardening and safer internals

  • CLI runtime safety improves by removing the last remaining risky expect() paths
  • Release checksum generation gets a stronger SHA256SUMS.txt path in CI
  • Dependency refresh updates quinn-proto to address a documented CVE and keep transport code safer
  • More unwrap/expect cleanup reduces panic-prone paths across runtime-sensitive flows

Tests and coverage

  • Desktop tests expanded for automations and plugins
  • Coverage target held at 85% with flaky-test fixes that keep validation more stable in CI
  • Landing and public release surface updated alongside the test pass so public docs stay synchronized with the shipped build

Install

# macOS
brew tap chochy2001/omnimon && brew install --cask omnimon

# Linux
curl -fsSL https://get.omnimon.com.mx | bash

# Windows
winget install chochy2001.omnimon

Full changelog on GitHub