OpenAI reduces Codex context window from 372k to 272k tokens
July 20, 2026
OpenAI decreased the Codex context window size by 100,000 tokens. This reduction limits the volume of code an agent can process in a single inference pass.
HOW THIS AFFECTS YOU
●
builderYou must optimize your retrieval strategies or chunking logic to accommodate the smaller 272k token limit.