Skip to content

v0.5.5

Choose a tag to compare

@skh2945932142 skh2945932142 released this 24 Aug 01:36
· 34 commits to main since this release

OMP Switch v0.5.5

This release delivers comprehensive frontend architecture modularization, persistent gateway health probe monitoring with real-time latency indicators, SQLite FTS5 session full-text search, and multi-format session export (interactive offline HTML reports, Markdown, and raw JSON).

Downloads

Artifact Platform Notes
OMP-Switch-Setup-0.5.5.exe Windows x64 NSIS installer, per-user
OMP-Switch-0.5.5-win.zip Windows x64 Portable build
SHA256SUMS.txt - SHA256 verification for both artifacts

The installer and portable build include the Windows DPAPI-backed secret bridge and the packaged omp-switch-cli.exe.

Highlights

Added

  • Persistent Gateway Health Probes & LED Status Badges:
    • Automatically records upstream latency, HTTP status codes, and failure counts into SQLite with rolling history retention (up to 50 entries per upstream).
    • Runtime request observations and failovers automatically update upstream health.
    • Inline LED status capsules (🟢 healthy, 🟡 degraded, 🔴 unhealthy, ⚪ untested) with hover tooltip timelines.
    • "Probe All" toolbar action for one-click health auditing across all configured upstreams.
  • SQLite FTS5 Full-Text Session Search:
    • Fast inverted-index full-text search across all conversation turns and assistant messages using SQLite FTS5 (unicode61 tokenizer).
    • Highlighted <mark> snippet previews directly in the session list.
  • Multi-Format Session Export:
    • Export standalone offline HTML reports (.html) featuring embedded dark/light themes, monospace code blocks, and collapsible <think> thinking chain blocks (ready for Ctrl+P PDF printing).
    • Export standard Markdown (.md) and raw JSON (.json) datasets.

Refactored

  • Frontend Submodule Architecture:
    • Decoupled the 1000+ line monolithic workbench-modules.tsx into modular domain submodules: modules/surfaces/, modules/gateway/, modules/project/, and modules/sessions/.
    • Maintained complete backward compatibility via clean aggregator exports.

Checksums

28be251910c98978bdefe8fcbb112afeb852b27f6d23bcfb9502ac9b72c79fe9  OMP-Switch-Setup-0.5.5.exe
e8438273aa7c4c759d465b835b1db94f0e51b9dda929e36219907effe446049a  OMP-Switch-0.5.5-win.zip

Verify what you downloaded

(Get-FileHash -Algorithm SHA256 ".\OMP-Switch-Setup-0.5.5.exe").Hash.ToLower()
(Get-FileHash -Algorithm SHA256 ".\OMP-Switch-0.5.5-win.zip").Hash.ToLower()
# Compare both values with SHA256SUMS.txt.
gh attestation verify ".\OMP-Switch-Setup-0.5.5.exe" --repo skh2945932142/omp-switch