oh-my-openagent v5.0.0-beta.23

v5.0.0-beta.23Pre-release
Added 5
  • expose the format request on the client surface in lsp-daemon
  • expose formatting as an LSP tool in lsp-core
  • format documents through the resident language server in lsp-core
  • cap resident language server clients in lsp-core
  • add zero-dependency DAP client script for debugging
Changed 2
  • widen integration time budgets for Windows
  • tolerate cold-start latency in DAP session waits for debugging
Fixed 13
  • install musl runtime for arm64 smoke
  • avoid Windows self-reexec in omo-native
  • stop Windows self-provisioning loop in omo-native
  • copy Windows runtime without rename in omo-native
  • avoid locked Windows self-provisioning target in omo-native
  • align platform smoke runtime contracts

From oh-my-openagent

  • 43d9c058e Merge pull request #7448 from code-yeongyu/fix/release-arm64-musl-smoke
  • 8307b47c9 fix(release): install musl runtime for arm64 smoke
  • f056bdcfb Merge pull request #7447 from code-yeongyu/fix/omo-native-windows-inprocess
  • f9f483753 fix(omo-native): avoid Windows self-reexec
  • 5e53d2733 Merge pull request #7445 from code-yeongyu/fix/omo-native-windows-argv-identity
  • 650aee784 fix(omo-native): stop Windows self-provisioning loop
  • 09fe012d6 Merge pull request #7443 from code-yeongyu/fix/omo-native-windows-copy
  • 24c3c1611 fix(omo-native): copy Windows runtime without rename
  • 1679b0fcd Merge pull request #7442 from code-yeongyu/fix/windows-ci-time-budgets
  • 8897ead88 test(windows): widen integration time budgets
  • 73a023c02 Merge pull request #7440 from code-yeongyu/fix/omo-native-windows-provisioning
  • cf15df923 fix(omo-native): avoid locked Windows self-provisioning target
  • 61f9583d3 Merge pull request #7439 from code-yeongyu/fix/release-platform-smoke-runtime
  • db060f555 fix(release): align platform smoke runtime contracts
  • 7eef11790 Merge pull request #7436 from code-yeongyu/fix/windows-lsp-daemon-build-shell
  • 68211da9d fix(lsp-daemon): preserve spaced Windows runtime paths
  • 4de49c0a0 Merge pull request #7434 from code-yeongyu/release/v5.0.0-beta.23-source-state
  • 4e0ced272 fix(test): preserve Windows RPC admission timeout
  • d3d294adc Merge pull request #7435 from code-yeongyu/chore/beta23-changelog-followups
  • dfa171ce8 Merge pull request #7433 from code-yeongyu/fix/worktree-sweep-windows-timeout
  • 0a5cf16c8 docs(changelog): record post-beta23 merges
  • 5c2f56b99 Merge pull request #7430 from code-yeongyu/feature/post-mutation-pipeline
  • 8323d15a2 merge: sync latest dev
  • 462e21a59 test(debugging): give answering dap sessions a realistic request timeout
  • 6939f6a62 test(debugging): tolerate cold-start latency in dap session waits
  • b9631886e Merge pull request #7427 from code-yeongyu/release/v5.0.0-beta.23-source-state
  • cdeaba6f7 merge: sync latest dev
  • 3e1e6b377 Merge remote-tracking branch 'origin/dev' into release-beta23-source-refresh
  • c6b1d190e Merge pull request #7432 from code-yeongyu/fix/windows-release-portability
  • a7204c8a1 merge: sync dev into post-mutation pipeline
  • faec5fe96 test(formatter): cover required policy override
  • c890495e7 docs(formatter): clarify opt-in policy
  • b7a094cda docs(qa): note CI bundle refresh
  • 430cc5638 test(omo-opencode): raise worktree sweep clone timeout
  • ae1e8370f Merge remote-tracking branch 'origin/dev' into fix/windows-release-portability
  • 261a62cd2 fix(codex): preserve installer executable mode
  • edf1fa369 fix(windows): harden dap and atomic persistence
  • 9f420d5db fix(config): preserve absent format settings
  • a5bb28c60 Merge pull request #7429 from code-yeongyu/fix/codex-650k-context-window
  • d9d83ee03 fix(omo-codex): raise GPT-5.6 context window to 650k
  • 8776e8025 Merge pull request #7420 from bokjk/fix/config-watch-duplicate-extension-standdown
  • f356d1781 Merge pull request #7428 from code-yeongyu/feature/lsp-format-capability
  • 8c4981fef test(lsp-core): prove a stale format edit cannot corrupt the file
  • 3ccbfafcd test(lsp-tools-mcp): pin the format tool in the exported surface
  • 884d5dda2 docs(lsp): record format capability QA evidence
  • 3fa101d66 test(lsp-daemon): live QA driver for the format request
  • 9033c2df3 feat(lsp-daemon): expose the format request on the client surface
  • cbf5ea049 feat(lsp-core): expose formatting as an LSP tool
  • 7eff4762e feat(lsp-core): format documents through the resident language server
  • 84cae2987 feat(lsp-core): cap resident language server clients
  • 0a8194d3c Merge pull request #7426 from code-yeongyu/release/20260827-beta23-pin
  • 4c44bc7c1 Merge remote-tracking branch 'origin/dev' into release/20260827-beta23-pin
  • ef2587905 Merge pull request #7425 from code-yeongyu/feat/debugging-dap-client
  • 5fad12bfd Merge remote-tracking branch 'origin/dev' into feat/debugging-dap-client
  • 2dc8f0cd9 feat(debugging): add zero-dependency DAP client script
  • 339833ad5 Merge pull request #7424 from code-yeongyu/feature/lsp-core-local-binary-resolution
  • e93fd066d fix(lsp-core): keep node-launched servers selectable
  • c07e1d04e docs(lsp-core): describe repo-local binary resolution
  • 224c233f9 test(lsp-core): live QA driver for repo-local binary resolution
  • a0227ed27 feat(lsp-core): offer the repo-local install before the global one
  • 106e626df feat(lsp-core): spawn the resolved server binary
  • 1a33d028f feat(lsp-core): resolve repo-local language server binaries
  • 0163d75d8 Merge pull request #7422 from code-yeongyu/feat/debugging-instruments
  • 200531da1 docs(debugging): add Frida, structured-interface, and instrument references
  • 7cf71e77b Merge pull request #7416 from code-yeongyu/fix/thread-receipts-followup
  • 9e23380f3 docs(thread): name both routes to an uncertain receipt
  • 63d0c1573 fix(thread): degrade to uncertain when a receipt side effect throws
  • 1b046c39b Merge pull request #7415 from code-yeongyu/feat/thread-tools
  • 20e456d0c docs(thread): component guide
  • 1c0432b9e test(thread): resilience and restart scenarios
  • 506835076 test(thread): cross-surface and ui-exposure qa
  • 33ba9a60b feat(thread): ordered delivery mailbox
  • 9aaf75259 feat(thread): cross-session prompt routing
  • fda4e6d86 feat(thread): durable receipts and idempotency
  • 533f23075 feat(thread): cross-project address book
  • 5b01772c2 feat(thread): bounded transcript reader
  • 998c1d933 feat(thread): addressing and scope resolution
  • 6c498804c feat(thread): tool contracts and error taxonomy
  • dde5d6898 Merge pull request #7406 from code-yeongyu/fix/7325-subagent-model-resolution
  • 636c76342 fix(delegate): refresh subagent models and preserve fallback providers (#7325)
  • 87d6aa41e Merge pull request #7403 from code-yeongyu/fix/7337-false-complete
  • f2e7bec11 Merge pull request #7414 from code-yeongyu/test/dag-fallback-abort-waiter-guard
  • 5e67b4575 fix(task): reject empty background completions (#7337)
  • dc1ab0fd9 Merge pull request #7413 from code-yeongyu/fix/dag-owner-completion-loss
  • 35ea43a38 Merge pull request #7409 from code-yeongyu/fix/7344-sdk-oauth-result
  • 5f234ad9f Merge pull request #7407 from code-yeongyu/fix/1143-dag-start-barrel
  • 0819b8bc4 test(claude-sdk-oauth): document patched runtime seam (#7344)
  • f21b2e892 fix(claude-sdk-oauth): preserve unclaimed result causes (#7344)
  • b98042a30 Merge pull request #7405 from code-yeongyu/fix/7355-pitui-barrel
  • 9b127df82 Merge pull request #7404 from code-yeongyu/fix/7335-holdlock-orphan

Thank you to 1 community contributor:

  • @sisyphus-dev-ai:
    • Merge pull request #7427 from code-yeongyu/release/v5.0.0-beta.23-source-state
View original

Upgraded? How did it go?

Discussion