Skip to content

v1.2.0 — Fix codex app-server spawn failure

Latest

Choose a tag to compare

@lich99 lich99 released this 02 Mar 14:16

Bug fix

  • Fixed "Codex process exited before ready (code=2)": The PATH augmentation for non-interactive shells was prioritizing Node.js v22's bin directory (which has old codex 0.29.0 without app-server --listen support) over Node.js v20's (which has codex 0.106.0). Now correctly detects nvm default alias and prioritizes that version.

Full changelog

v1.1.0...v1.2.0