You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.