# oh-my-openagent v5.0.0-beta.6 - Product: oh-my-openagent (https://whatsnew.fyi/product/oh-my-openagent) - Vendor: oh-my-openagent - Date: 2026-08-11 - Version: v5.0.0-beta.6 - Original notes: https://github.com/code-yeongyu/oh-my-openagent/releases/tag/v5.0.0-beta.6 - Permalink: https://whatsnew.fyi/product/oh-my-openagent/releases/v5.0.0-beta.6 - 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** — LSP operations now work through symlinks and worktrees by preserving valid lexical workspace paths while safely resolving canonical ancestors - **added** — Shared telemetry core now provides per-event property allowlists, primitive-only length-bounded payloads, and explicit rejection of prompt, path, text, and IP fields - **added** — Telemetry support for DO_NOT_TRACK environment variable and configurable GeoIP behavior - **changed** — Telemetry batching and bounded shutdown with fail-closed handling for placeholder project keys - **fixed** — Memory repositories now expose commit timestamps and Git execution retries standard Git-for-Windows locations after normal ENOENT failure - **changed** — Codex and LazyCodex payloads refreshed with current telemetry, configuration, CodeGraph, and LSP behavior - **changed** — Generated Codex installer now honors DO_NOT_TRACK and disables telemetry for explicit placeholder key #### OMO 5.0.0-beta.6 Beta.6 coordinates the OpenCode and Codex editions around a more reliable shared runtime. It fixes LSP behavior in symlinked worktrees, adds a privacy-bounded telemetry/config surface, improves Windows Git discovery, and refreshes the generated Codex and LazyCodex payloads. ##### Highlights ###### LSP operations now work through symlinks and worktrees Read-only LSP tools preserve valid lexical workspace paths while safely resolving canonical ancestors. Diagnostics, definitions, references, symbols, and prepare-rename no longer fail merely because a monorepo or task worktree is reached through a symlink. Rename keeps strict canonical write confinement. ###### Shared telemetry is typed and privacy-bounded The shared telemetry core now provides: - per-event property allowlists; - primitive-only, length-bounded payloads; - explicit rejection of prompt, path, text, and IP fields; - batching and bounded shutdown; - `DO_NOT_TRACK` support; - configurable GeoIP behavior; - fail-closed handling for placeholder project keys. Unified configuration can disable telemetry with: ```json { "telemetry": { "enabled": false } } ``` Upgrade shared config consumers together before using this strict new key. ###### Memory is more reliable on Windows Memory repositories expose commit timestamps, and Git execution now retries standard Git-for-Windows locations only after a normal `ENOENT` failure. Other execution failures retain their existing behavior. ###### Codex and LazyCodex payloads are current The generated Codex installer honors `DO_NOT_TRACK`, disables telemetry for the explicit placeholder key, and ships refreshed CodeGraph, LSP, configuration, and installer artifacts. ##### Edition impact ###### OMO Ultimate for OpenCode Beta.6 primarily consumes the shared LSP worktree fix. It introduces no new OpenCode hook, tool, CLI, schema, or agent migration relative to beta.5. ###### OMO Light for Codex Beta.6 refreshes installer and marketplace payloads with current telemetry, configuration, CodeGraph, and LSP behavior. ##### Migration note for users coming from 4.x The runtime command introduced during the 5.0 beta line remains: ```text omo ... -> omo-agent-toolkit ... ``` Rerunning the installer removes only installer-managed legacy wrappers and preserves user-owned `omo` files. ##### Release surfaces - `oh-my-opencode@5.0.0-beta.6` - `oh-my-openagent@5.0.0-beta.6` - `lazycodex-ai@5.0.0-beta.6` - Codex marketplace plugin `omo@sisyphuslabs` - platform launcher packages stamped `5.0.0-beta.6` **Full diff:** https://github.com/code-yeongyu/oh-my-openagent/compare/v5.0.0-beta.5...v5.0.0-beta.6 --- ##### Complete generated changelog - 55326d2a8 Merge pull request #6760 from code-yeongyu/fix/windows-memory-lock-beta6 - 807b62f62 test(memory): budget Windows lazy initialization - 1a9d0e7da fix(memory): tolerate Windows lock sharing races - 150a06992 Merge pull request #6750 from code-yeongyu/release/v5.0.0-beta.6-source-state - 0dd0ec220 Merge pull request #6743 from code-yeongyu/fix/lsp-symlink-worktree - b542b7c2c fix(lsp-core): preserve resolved read paths - b75406420 fix(lsp-core): allow lexical symlink reads - b1574d648 Merge pull request #6737 from code-yeongyu/fix/omo-native-geoip-on - bceb9cf76 Merge pull request #6736 from code-yeongyu/fix/omo-memory-windows-git-fallback - 19e3d3ae3 Merge pull request #6735 from code-yeongyu/fix/coding-agent-sessions-omo - f332aaff8 docs(qa): record Windows memory git fallback evidence - f4d77d7fc test(omo-memory): allow for Windows Git latency - ded9d68bc fix(omo-memory): locate standard Git on Windows - ca95292c7 Merge pull request #6733 from code-yeongyu/fix/omo-native-placeholder-key - 77210223c docs(qa): record OMO session discovery proof - 7ad95a80b fix(telemetry-core): treat the unconfigured OmO Native placeholder key as telemetry disabled - 1b91e9771 Merge pull request #6721 from code-yeongyu/fix/memory-footer-evidence-eol - 16cbd41ef docs(qa) _[Truncated at 4000 characters — full notes: https://github.com/code-yeongyu/oh-my-openagent/releases/tag/v5.0.0-beta.6]_