OMP Switch v0.5.6
OMP Switch v0.5.6
This patch release hardens session and gateway behavior while making the desktop workspace clearer, more accessible, and more resilient in compact windows.
Downloads
| Artifact | Platform | Notes |
|---|---|---|
| OMP-Switch-Setup-0.5.6.exe | Windows x64 | NSIS installer, per-user |
| OMP-Switch-0.5.6-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.
Changed
- Accessible, quiet desktop controls:
- Unified icon-only actions behind a reusable
IconButton, so each action has both a tooltip and an accessible name. - Added named save, conflict, confirmation, and shortcut dialogs.
- Added a focus-managed inspector drawer with initial focus, Escape dismissal, and trigger-focus restoration.
- Unified icon-only actions behind a reusable
- Focused motion and responsive behavior:
- Replaced broad transitions, overshooting navigation motion, global child staggering, and workspace scaling with short property-level transitions.
- Honors
prefers-reduced-motionfor Motion-driven drawer and navigation changes. - Uses a 56px vertical icon rail at 760px-wide desktop windows; the Electron minimum width is now 760px.
- Clearer operational pages:
- Gateway starts with one full-width empty state and one primary creation action.
- Usage now separates date filtering from export and reindexing.
- Model cards use one current-state signal rather than duplicate preferred-state badges.
Fixed
- Provider editor fields now belong to a semantic form, support Enter to save, and provide stable names for browser tooling.
- Interactive controls use a dedicated visible border token while quiet dividers remain subtle.
- Session empty details use less vertical space in compact windows.
Security
- Sanitized FTS snippets before rendering, isolated gateway health probes to the selected profile, and hardened session-index metadata handling.
Known Limitations
- Gateway remains a local Windows feature and requires a configured pool before it can route requests.
- OAuth integration continues to depend on each provider's external authentication flow.
- Session indexing is local-only and reflects files available beneath the active profile's agent directory.
- Update checking requires the release workflow's
OMP_UPDATE_ED25519secret to upload a signed manifest.
Verify what you downloaded
(Get-FileHash -Algorithm SHA256 ".\OMP-Switch-Setup-0.5.6.exe").Hash.ToLower()
(Get-FileHash -Algorithm SHA256 ".\OMP-Switch-0.5.6-win.zip").Hash.ToLower()
# Compare both values with SHA256SUMS.txt.
gh attestation verify ".\OMP-Switch-Setup-0.5.6.exe" --repo skh2945932142/omp-switch