# oh-my-openagent v5.0.0-beta.9 - Product: oh-my-openagent (https://whatsnew.fyi/product/oh-my-openagent) - Vendor: oh-my-openagent - Date: 2026-08-17 - Version: v5.0.0-beta.9 - Original notes: https://github.com/code-yeongyu/oh-my-openagent/releases/tag/v5.0.0-beta.9 - Permalink: https://whatsnew.fyi/product/oh-my-openagent/releases/v5.0.0-beta.9 - 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'. --- - **changed** — OMO Native now runs on Senpi engine 2026.8.17 with cursor-cli-oauth fallback lane, ignored tool-call loop hard-stop, retry-exhausted steering resume, -fast codex variants, and Cloudflare-gateway/Cerebras catalog fixes - **changed** — The /publish endpoint now accepts an exact semver version and dispatches it with exact run-ID ownership to prevent accidental stable-line bumps from the beta channel - **changed** — Beta changelogs now compare against the previous beta in the same channel, non-semver release tags are ignored safely, and GitHub releases are explicitly marked as pre-release - **fixed** — Windows root tests no longer run under Git Bash and release validation is deduplicated through gate reuse - **fixed** — RPC model-admission diagnostics now use a hardened port with preserved probe environments - **fixed** — Reflection entries now render as senpi notices, stale reflection-failure streaks stop alerting, and the reflection reservation is released on abort - **fixed** — Codex spawn callee boundary is anchored and on-complete hooks inject the correct shell platform - **added** — Parallel local test path-group runner for faster test suites - **added** — @babel/parser is now shipped for bundled Senpi codemode ##### OMO 5.0.0-beta.9 **Senpi 2026.8.17 engine + beta releases that publish themselves correctly** ###### Changed - **Latest Senpi engine** — OMO Native now runs on `@code-yeongyu/senpi@2026.8.17` ([#6977](https://github.com/code-yeongyu/oh-my-openagent/pull/6977)). Every workspace pin, lock surface, and the provider compatibility map moved in lockstep. The engine brings the cursor-cli-oauth fallback lane, ignored tool-call loop hard-stop, retry-exhausted steering resume, `-fast` codex variants, and Cloudflare-gateway/Cerebras catalog fixes. - **Explicit beta publishes** — `/publish` now accepts an exact semver such as `5.0.0-beta.9` and dispatches it with exact run-ID ownership ([#6970](https://github.com/code-yeongyu/oh-my-openagent/pull/6970)). No more accidental stable-line bumps from the beta channel. - **Beta release notes done right** — beta changelogs compare against the previous beta in the same channel, non-semver release tags are ignored safely, and GitHub releases are explicitly marked pre-release ([#6970](https://github.com/code-yeongyu/oh-my-openagent/pull/6970)). ###### Fixed - Windows root tests no longer run under Git Bash ([#6957](https://github.com/code-yeongyu/oh-my-openagent/pull/6957)); release validation is deduplicated through gate reuse; RPC model-admission diagnostics got a hardened port with preserved probe environments. - Memory: reflection entries render as senpi notices, stale reflection-failure streaks stop alerting, and the reflection reservation is released on abort ([#6971](https://github.com/code-yeongyu/oh-my-openagent/pull/6971), [#6967](https://github.com/code-yeongyu/oh-my-openagent/pull/6967), #6978 pending). - Codex: spawn callee boundary anchored; on-complete hooks inject the correct shell platform. ###### Added - Parallel local test path-group runner for faster suites ([#6974](https://github.com/code-yeongyu/oh-my-openagent/pull/6974)); `@babel/parser` shipped for bundled Senpi codemode ([#6965](https://github.com/code-yeongyu/oh-my-openagent/pull/6965)). **Install / upgrade:** ``` bun i -g oh-my-opencode@beta bun i -g oh-my-openagent@beta bun i -g lazycodex-ai@beta npm i -g omo-ai@beta ```