# oh-my-openagent v5.0.0-beta.25 - Product: oh-my-openagent (https://whatsnew.fyi/product/oh-my-openagent) - Vendor: oh-my-openagent - Date: 2026-08-28 - Version: v5.0.0-beta.25 - Original notes: https://github.com/code-yeongyu/oh-my-openagent/releases/tag/v5.0.0-beta.25 - Permalink: https://whatsnew.fyi/product/oh-my-openagent/releases/v5.0.0-beta.25 - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Preserve spaced Windows runtime paths in lsp-daemon - **changed** — Adopt current publish workflows on the release lane including npm registry propagation retry, musl smoke libstdc++, and Windows USERPROFILE provisioning ##### v5.0.0-beta.25 — stability rollback release **This release re-ships the stable v5.0.0-beta.22 codebase as the newest beta.** beta.23/beta.24 introduced multiple regressions (interactive session/TUI defects among them), so beta.25 rolls the beta channel back to the last known-good tree while those changes are reworked on `dev`. ###### What's inside - Product code identical to v5.0.0-beta.22 (senpi engine pin `2026.8.26-2`). - One targeted backport: `fix(lsp-daemon): preserve spaced Windows runtime paths` (68211da9d), so Windows platform packages build from source instead of failing in the release pipeline. - Release-infrastructure updates only (no runtime impact): current publish workflows adopted on the release lane — npm registry propagation retry, musl smoke `libstdc++`, Windows `USERPROFILE` provisioning. ###### Not inside Post-beta.22 features and fixes that landed on `dev` are intentionally absent. They return in a future beta once the beta.22-parity audit passes. ###### Upgrade ``` npm i -g omo-ai@beta # resolves to 5.0.0-0.beta.25 ``` ###### Verification - Full 3-OS CI green on the release SHA `549009348`. - 24/24 platform packages live on npm at `5.0.0-beta.25`. - Fresh-install smoke: `omo 5.0.0-0.beta.25 (engine: senpi 2026.8.26-2)`.