Skip to content

OMP Switch v0.5.4

Choose a tag to compare

@skh2945932142 skh2945932142 released this 23 Aug 14:22
· 41 commits to main since this release

OMP Switch v0.5.4

This release adds gateway failover tooling, richer session and usage exports, and a set of
headless CLI and provider-editor improvements.

Downloads

Artifact Platform Notes
OMP-Switch-Setup-0.5.4.exe Windows x64 NSIS installer, per-user
OMP-Switch-0.5.4-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

  • Gateway failover tooling: benchmark an upstream with a one-token probe, propagate downstream
    disconnects to upstream requests, reorder upstream priority, and harden streaming cleanup.
  • Session history tools: filter sessions by title, model, provider, or ID and export a structured
    Markdown report with usage and cost summaries.
  • Usage export: export the current profile's complete usage report as standard JSON, including
    model/provider totals and daily trends.
  • Headless CLI workflows: preview patches with plan --profile --patch without
    writing to disk, and inspect snapshot history with snapshots --profile .
  • Provider and model editing: clone models, copy canonical model selectors, and discover the
    expanded set of OMP API options from the editor.

Fixed

  • Added strict validation for model field types at the core boundary so malformed provider data is
    reported before it can be written.
  • Preserved full model identifiers and display names in the provider editor and workspace cards.

Checksums

885bfd510855ad00806bac6173aad9411e64c8111809e7be9d3a835f9e25ddb5  OMP-Switch-Setup-0.5.4.exe
2d2c026022c933030e747e06ea8e9f6e83e5dac8bfab7c64f57d61a10ed0d094  OMP-Switch-0.5.4-win.zip

Verify what you downloaded

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