oh-my-codex v0.11.2
7 PRs in the release window
0.11.2 is a hotfix release that stabilizes tmux/state behavior, fixes a CI-only publish-blocking race in the TypeScript full coverage lane, and adds first-class deep-interview support to the OMX state APIs.
Highlights
Tmux / state hotfixes
- Restored ambient tmux bootstrap behavior for state tools after the regression introduced by #979
- Real tmux tests are isolated from live maintainer sessions by default
deep-interviewnow works with OMX state APIs (state_read,state_write,state_clear,state_get_status)
CI / release hardening
- Fixed the CI-only race where
npm pack --dry-runcould rebuild dist during parallel tests and breakCoverage Report (TypeScript Full) - Release smoke remains focused on install + boot + core commands instead of optional helper binaries
What's Changed
Fixes
- hotfix(state): restore ambient tmux bootstrap for state tools (#986)
- fix: isolate real tmux tests from ambient maintainer sessions by default (#980, closes #960)
- fix: support deep-interview in OMX state mode handling (#987)
- fix(release): slim packed-install smoke to core commands (#983, closes #982)
- fix: keep full-suite auto-nudge fixtures aligned with canonical pane routing (#981)
Features
Referenced issues
Contributors
- @Yeachan-Heo (Bellman)
Full Changelog: v0.11.1...v0.11.2