# oh-my-openagent v5.0.0-beta.11 - Product: oh-my-openagent (https://whatsnew.fyi/product/oh-my-openagent) - Vendor: oh-my-openagent - Date: 2026-08-19 - Version: v5.0.0-beta.11 - Original notes: https://github.com/code-yeongyu/oh-my-openagent/releases/tag/v5.0.0-beta.11 - Permalink: https://whatsnew.fyi/product/oh-my-openagent/releases/v5.0.0-beta.11 - 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'. --- - **added** — Memory pressure is surfaced to the agent, and dream runs launch automatically when memory crosses the threshold - **added** — Dream tier rebalancing is driven by memory-file access ledger that records which files actually get read - **fixed** — CLI entry is now forwarded to memory reflection, fork mode, and people-ask launches when installed via npm - **fixed** — Reflection retries through provider outages instead of dying on the first 500 - **added** — Dream runs now carry enforced token budgets with committed per-file estimates - **added** — DAG boundary enforces planning discipline with advisory planning warnings and spawn policy dispatch - **fixed** — Reloading the extension is now blocked while a DAG run is in flight with a notification when the run pauses - **fixed** — Completed resident team members no longer vanish from the team widget - **fixed** — Category selection gates route back to the caller instead of swallowing the decision - **fixed** — When a category's model is unavailable, the fallback chain advances to the next model - **fixed** — The permission.task setting is now respected on main agents in OpenCode - **added** — Paste images straight into the TUI as [Image #N] markers that ride the message in reading order - **fixed** — Context windows fixed for Claude and GPT at 1M tokens and Grok at 500K tokens - **fixed** — Reasoning levels now drive both Cursor surfaces - **fixed** — Catalogs collapse into clean selectable model identities - **fixed** — Active goals no longer park forever after a flooded session load or settings hot-reload - **fixed** — Transient provider stream-start timeouts now honor the full configured retry budget - **fixed** — Messages typed while auto-compaction runs are queued and delivered after it settles instead of being silently discarded - **fixed** — Memory-file access tracking now normalizes keys to handle Windows path separators correctly - **fixed** — LSP read-only requests now resolve paths outside the session's working directory - **changed** — Bundled Senpi upgraded to version 2026.8.18-3 ##### 🧠 Memory That Feels Pressure — And Acts On It Your agent's memory now knows when it's getting full. Memory pressure is surfaced directly to the agent, and when it crosses the threshold, dream runs (memory consolidation) launch automatically instead of waiting for a quiet moment. Dreams now carry enforced token budgets with committed per-file estimates, and a new memory-file access ledger records which files actually get read — so dream tier rebalancing is driven by evidence, not guesswork. ##### 🔧 Memory Children Actually Spawn On npm Installs If you installed omo via npm, memory reflection and people-ask children died within milliseconds with `node: bad option: --fork` — the Senpi CLI entry was silently dropped from the spawn argv, so node received CLI flags it doesn't understand. The CLI entry is now forwarded everywhere: reflection, fork mode, and people-ask launches. Reflection also retries through provider outages instead of dying on the first 500. ##### 🕸️ mass-ulw Grows Teeth The dag boundary now enforces planning discipline: mass-ulw runs start with advisory planning warnings, dag agent-node dispatch goes through the spawn policy, and reloading the extension is blocked while a DAG run is in flight — with a notification when the run pauses instead of a silent mid-run reload. ##### 👥 Team & Task Fixes That Were Bugging You Completed resident team members no longer vanish from the team widget. Category selection gates route back to the caller instead of swallowing the decision, and when a category's model is unavailable, the fallback chain actually advances to the next model. On the OpenCode side, your `permission.task` setting is now respected on main agents. ##### 🖼️ Bundled Senpi 2026.8.18-3 The Senpi upgrade alone is worth the update: - **Paste images straight into the TUI** — clipboard pastes attach as `[Image #N]` markers that ride your message in reading order, instead of dumping a temp file path into the composer. - **Cursor, corrected** — context windows fixed (Claude and GPT 5.5/5.6 at 1M, Grok at 500K), reasoning levels now drive both Cursor surfaces, and catalogs collapse into clean selectable model identities. - **Goals that resume** — an active goal no longer parks forever after a flooded session load or a settings hot-reload; sending a message re-engages it. - **Retries that use their full budget** — transient provider stream-start timeouts were being aborted 60s before their own deadline; the watchdog now honors the full configured retry budget. - **Compaction stops eating your typing** — messages typed while auto-compaction runs are queued and delivered after it settles, not silently discarded. - **Headless OAuth continuity** — `-p -c` sends only your new turn, verified against a private sidecar; imports, forks, and drift fail closed. - **Linux glibc hosts** now get the glibc Claude binary before the musl variant, and published tarballs keep their Babel 8 closure so the codemode sidecar starts cleanly. ##### 🪟 Windows Fixes Memory-file access tracking recorded its ledger keys with Windows path separators, so the dream tier's usage counts never matched the POSIX keys every consumer reads — reads on Windows effectively went uncounted. Keys are now normalized, and the reflection health report no longer mis-reports a dormant streak. ##### 🔧 Tooling Fixes The LSP tools refused to answer for any file outside the session's working directory, so diagnostics, definitions, and references silently came back empty when you worked across a worktree or a sibling checkout. Read-only LSP requests now resolve those paths. --- - 6259bfeda Merge pull request #7035 from code-yeongyu/release/v5.0.0-beta.11-source-state - 44c97b8d1 Merge pull request #7036 from code-yeongyu/fix/zod-copy-windows-timeout - b16ef0f84 test(omo-opencode): give the MCP server loader hooks a windows budget - 2dd90cf9d test(omo-opencode): raise the host-zod copy ceiling windows overshoots - b0f0e1bc5 Merge pull request #70 _[Truncated at 4000 characters — full notes: https://github.com/code-yeongyu/oh-my-openagent/releases/tag/v5.0.0-beta.11]_