Release line: stable
This patch release makes the codex wrapper work with native official Codex CLI installs in addition to the existing npm launcher layout, while preserving the existing codex auth ... runtime behavior.
- Published package version:
1.2.7 - Previous stable release:
v1.2.6
- added native Codex CLI discovery on
PATHso Homebrew and release-binary installs can be resolved when@openai/codex/bin/codex.jsis not present - taught the wrapper to launch JavaScript entrypoints with Node and native executables directly, instead of assuming every real Codex target is a JS launcher
- hardened native path handling for POSIX self-wrapper loops and Windows
codex.exeversus extensionlesscodexprecedence - expanded wrapper regression coverage for native binary discovery, direct native forwarding, Windows shim patterns, and path-patching test guards
npm testnpm run lintnpm run build
- Previous release notes:
docs/releases/v1.2.6.md