Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Hi Cursor team,
I’ve encountered an issue where GPT-5.6’s 1M context mode and Fast mode cannot be enabled at the same time. When I try to use both features together, they appear to be mutually exclusive — enabling one disables the other.
Steps to Reproduce:
Select GPT-5.6 as the model in Cursor
Enable 1M context mode (set model_context_window to 1000000 or enable via UI)
Attempt to also enable Fast mode
Observe that both modes cannot be active simultaneously
Expected Behavior:
Both 1M context mode and Fast mode should be able to work together, allowing users to benefit from the extended context window while still getting faster response times.
Actual Behavior:
The two modes appear to be mutually exclusive. Enabling one automatically disables the other.
Model: GPT-5.6
Additional Context:
This is limiting for workflows that require processing large codebases (benefiting from 1M context) while also needing fast iteration cycles (benefiting from Fast mode). Being able to combine both would significantly improve the experience for large-scale refactoring and long-running agent tasks.
Thanks for looking into this!
Steps to Reproduce
Open Cursor and start a new Chat session (Cmd+L / Ctrl+L)
Select GPT-5.6 as the model from the model dropdown in the chat input area
Enable MAX mode by clicking the MAX toggle in the chat input area (this unlocks the 1M context window)
Observe that the 1M context window is now active
Attempt to also enable Fast mode (e.g., via the model dropdown or the Fast variant toggle)
Observe that enabling Fast mode automatically disables MAX mode (1M context), or vice versa — the two toggles are mutually exclusive and cannot be active at the same time
Operating System
Windows 10/11
Version Information
cursor 3.17
For AI issues: which model did you use?
gpt5.6
Does this stop you from using Cursor
Yes - Cursor is unusable