Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.03 KB

File metadata and controls

27 lines (17 loc) · 1.03 KB

Release v1.2.7

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.

Scope

  • Published package version: 1.2.7
  • Previous stable release: v1.2.6

What Changed

  • added native Codex CLI discovery on PATH so Homebrew and release-binary installs can be resolved when @openai/codex/bin/codex.js is 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.exe versus extensionless codex precedence
  • expanded wrapper regression coverage for native binary discovery, direct native forwarding, Windows shim patterns, and path-patching test guards

Validation

  • npm test
  • npm run lint
  • npm run build

Related

  • Previous release notes: docs/releases/v1.2.6.md