The Wire · Showcase
ADMIN API KEYS LAND ACROSS SDKS, CODEX FIXES PTY TEARDOWN ON WINDOWS
By RepoJournal · Filed · About OpenAI
Both Node and Python SDKs shipped Admin API Key support [ref:6] [ref:11] while Codex killed a Windows bug that left terminal sessions hanging after exit [ref:2].
The openai-node v6.36.0 [1] and openai-python v2.34.0 [2] releases both introduce Admin API Keys per endpoint, expanding credential management for teams managing multiple organizations. These aren't just version bumps — they're infrastructure changes that unblock multi-tenant deployments. On the Codex side, a critical Windows PTY fix [3] resolves background terminals staying visible after shell exit by preserving ConPTY ownership through teardown, eliminating EOF propagation hangs. The same team landed three prep PRs [4] [5] that restructure process-tool plumbing and thread metadata routing [5], setting up selected environment support without changing behavior yet. A new keymap debug inspector [6] ships in the TUI to help users identify terminal key recognition issues, turning blind bug reports into actionable data. On the infrastructure side, DNS timeout coverage [7] hardens the network proxy against ambient resolver timing issues.
Action items
- → Upgrade openai-node to v6.36.0 and openai-python to v2.34.0 if you manage Admin API keys across endpoints openai/openai-node [plan]
- → If shipping on Windows with Codex, pull the PTY teardown fix [ref:2] before next release openai/codex [plan]
- → Monitor the selected environment prep PRs [ref:3] — follow-up MR will route by environment_id openai/codex [monitor]
References
- [1] v6.36.0 ↗ openai/openai-node
- [2] v2.34.0 ↗ openai/openai-python
- [3] Fix Windows PTY teardown by preserving ConPTY ownership ↗ openai/codex
- [4] Prepare selected environment plumbing ↗ openai/codex
- [5] codex: route metadata updates through ThreadStore (#20576) openai/codex
- [6] feat(tui): add keymap debug inspector ↗ openai/codex
- [7] [network-proxy] Cover DNS timeout blocking (#21105) openai/codex
FAQ
- What changed in OpenAI on May 5, 2026?
- Both Node and Python SDKs shipped Admin API Key support while Codex killed a Windows bug that left terminal sessions hanging after exit .
- What should OpenAI teams do about it?
- Upgrade openai-node to v6.36.0 and openai-python to v2.34.0 if you manage Admin API keys across endpoints • If shipping on Windows with Codex, pull the PTY teardown fix [ref:2] before next release • Monitor the selected environment prep PRs [ref:3] — follow-up MR will route by environment_id
- Which OpenAI repositories shipped on May 5, 2026?
- openai/openai-node, openai/openai-python, openai/codex