openai_codex_releases ยท May 20, 2026 ยท release
0.132.0
New Features The Python SDK now supports first-class authentication, including API key login, ChatGPT browser and device-code flows, account inspection, and logout APIs. ( #23093 ) Python turn APIs are easier to use for text-only workflows: you can pass a plain string as input, and handle-based runs now return a richer TurnResult with collected items, timing, and usage data. ( #23151 , #23162 ) codex exec resume now accepts --output-schema , so resumed automations can keep session context while still enforcing structured JSON output. ( #23123 ) TUI startup is faster because terminal capability probes are now batched instead of waiting on several serial checks before the first interactive frame. ( #23175 ) Remote executor registration can now use standard Codex auth instead of a separate registry credential flow. ( #22769 ) App-server turns can preserve requested image fidelity, including original-resolution local images, across user inputs and image-producing tools. ( #20693 ) Bug Fixes Goal continuations now stop when they hit usage limits or a repeated blocker instead of looping and burning more tokens, and completion responses phrase usage more naturally. ( #23094 , #22907 ) The session picker is easier to trust: renamed threads now show name (thread-id) in resume hints, and pasted text works in the picker search box. ( #23234 , #23338 ) Multi-session TUI flows are more reliable: in-progress MCP calls stay marked as active during replay, and elicitation replies are sent ba