OpenAI Codex CLI rust-v0.157.0 (2026-09-25) adds GPT-6 Sol/Luna (incl. Amazon Bedrock), enables fullscreen transcripts and auto background-server startup by default, adds an f shortcut to fork locked conversations, and enables /import in remote and local daemon sessions.
Key Takeaways
- ✓GPT-6 Sol/Luna in catalog + Amazon Bedrock (#47332/#47347)
- ✓Fullscreen transcript + auto background-server default (#47178/#47179/#47318)
- ✓f forks locked conversations; /import in remote/daemon sessions (#47185/#47317)
- ✓Proxy + network policy hardening for realtime/search (#47101/#47389)
- ✓Upgrade: npm i -g @openai/[email protected]
Project Links & Resources
Direct AccessIn-Depth Technical Analysis
Background
Coding agents need fresh model catalogs, readable long transcripts, and a way to continue when another app holds the same conversation. Codex rust-v0.157.0 / @openai/[email protected] ships GPT-6 Sol/Luna and makes fullscreen + background daemon defaults.
Architecture
GPT-6 Sol/Luna enter the catalog and Amazon Bedrock with migration prompts (#47332/#47347). Fullscreen transcript on by default with Shift-click selection (#47178/#47414). Eligible interactive sessions auto-start a background server with recovery when settings clash (#47179/#47318). f forks conversations locked by another app (#47185). /import works in remote and local daemon sessions (#47317).
Benchmarks
No new Terminal-Bench numbers. Upload timeout rises from 60s to 5 minutes with retries (#47122/#47393). Network policy covers redirects and in-flight HTTP/WebSocket, with cancel on revoke (#47389/#47407).
Get started
npm i -g @openai/[email protected] and read the rust-v0.157.0 notes.
Discussion & Comments
0Sign in to join the discussion
Connect with AI developers to exchange benchmark insights.