Restore GPT-5.6 Sol’s 372k Codex context window, or provide an opt-in setting

Open
#34,619 7 comments 25 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Active
Tech stack
rust
Domain
cli, desktop, devtools

Research direction

Start by reviewing related issues #32803, #32806, and #31860, then inspect the current Codex CLI and desktop configuration or context-profile entry points. Done means either restoring the 372k profile for the stated paid surfaces or providing a supported opt-in setting, with the usage impact and rollout behavior documented.

Written by the indexing model from the issue text.

Description

app CLI config context enhancement

Restore GPT-5.6 Sol’s 372k Codex context window, or provide an opt-in setting

What variant of Codex are you using?

Codex desktop app and/or Codex CLI with a ChatGPT subscription.

  • Subscription: Pro 20x
  • Codex version: 26.715.70719
  • Platform: Mac app Apple Silicon
  • Model: gpt-5.6-sol
What feature would you like to see?

Please restore GPT-5.6 Sol’s original 372,000-token Codex context profile, which provided approximately 353,400 effective tokens under the current 95% effective-window policy.

If restoring 372k as the default is not currently possible, please provide a supported per-model or per-thread option that lets users choose the 372k profile, with a clear warning about any additional usage impact.

Summary

GPT-5.6 Sol launched in Codex with:

Raw context window:       372,000
Effective context window: 353,400

The current server-delivered profile provides:

Raw context window:       272,000
Effective context window: 258,400

That is a reduction of 95,000 effective tokens, or approximately 26.9%.

This is a material product regression for long-running, detail-sensitive workflows. The earlier 372k profile noticeably improved continuity and reduced the loss of important information caused by compaction.

OpenAI’s public statements

On July 12, Tibo stated that GPT-5.6 Sol’s context threshold had been:

“tuned … to be perfect at the default limit”

Source: https://x.com/thsottiaux/status/2076201049086648705

At that time, the launch default was 372k.

On July 13, Tibo explained that the product had been temporarily returned to 272k because the move to 372k caused more subscription usage to be charged than intended. The same post said OpenAI:

“will work to roll back out to 372k in the days to come”

Source: https://x.com/thsottiaux/status/2076495156757577895

This indicated that 272k was a temporary usage-accounting measure—not the intended permanent GPT-5.6 Sol configuration.

Please either follow through on restoring 372k or provide a clear update explaining:

  • Whether restoration is still planned
  • Which plans and Codex surfaces will receive it
  • Whether there is a technical or usage-accounting blocker
  • When users should expect the original profile to return

Real-world impact

For many workflows, 272k is not working nearly as well as 372k.

My use cases include researching and reasoning over substantial amounts of internal business information, multiple documents, detailed requirements, prior decisions, exceptions, and relationships between facts.

At 272k:

  • Automatic compaction occurs significantly earlier.
  • Important nuances and earlier constraints are more likely to disappear after compaction.
  • The model misses relationships between details that were previously available in its active working context.
  • Users must repeatedly re-anchor the model by restating requirements and reloading information.
  • Long non-coding research and analysis tasks become less reliable.
  • Compaction interrupts otherwise coherent, long-running work.

The 372k range provided a reasonable and noticeable improvement. It allowed GPT-5.6 Sol to maintain a larger coherent working set before lossy summarisation became necessary.

This is not merely a request for the largest possible context window. It is a request to restore the launch configuration that OpenAI publicly described as tuned for the model and said would return.

Requested resolution

Please implement one of the following:

Preferred

Restore the original GPT-5.6 Sol profile for paid Codex users:

context_window: 372000
max_context_window: 372000
effective_context_window_percent: 95
Acceptable alternative

Expose a supported setting in the app and CLI:

gpt_5_6_sol_context_profile = "372k"

The setting could include a clear notice that larger contexts may consume subscription usage more quickly.

Additionally requested
  • Publish context-window changes in the Codex changelog rather than only through X posts.
  • Clearly distinguish raw context, effective context, and auto-compaction thresholds in the UI.
  • Do not silently reduce the context profile of existing threads.
  • Allow users to select between a usage-efficient profile and a long-context profile.
  • Provide an official status update on the promised restoration of 372k.

Scope

This issue is specifically requesting restoration of the 372k Codex launch profile.

It is not demanding that subscription users immediately receive the API model’s full 1.05M window. That is a separate discussion. Restoring the already deployed and publicly promised 372k profile would be a meaningful immediate improvement.

Related issues

  • #32803 — Effective context window shrank from approximately 353k to 258k
  • #32806 — Regression report covering the 372k-to-272k reduction
  • #31860 — GPT-5.6 Sol Codex context profile versus the published API capacity

Please restore 372k—or at minimum give users the option to select it.

Dominant language
Rust
Stars
125k
Forks
19.5k
Avg merge
1m
Merged PRs (30d)
1k

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from openai/codex

All issues in openai/codex

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.