Cannot use GPT 5.6 extension on cursor IDE

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

I cannot select GPT 5.6 for cursor IDE, I can only select up to GPT 5.5. But as I am currently working on remoteSSH, I may not be able to set up the codex CLI, which current solutions all suggest. Does anyone encounter the same issue or has a solution?

Steps to Reproduce

just inable the extention of codex in cursor IDE and login to codex account and you will see you cannot use the 5.6 model.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.11.13
VS Code Extension API: 1.125.0
Commit: 3f21b08f0b436a07be29fbfe00b304fa15553350
Date: 2026-07-10T01:45:28.254Z
Layout: IDE
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 25.5.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. In your screenshot, that’s the model picker from the OpenAI Codex extension openai.chatgpt, not Cursor’s native model picker. The model list there (GPT-5.5, 5.4, 5.4-Mini, 5.3-Codex-Spark) is provided by OpenAI. It depends on the extension version and your ChatGPT account entitlements. Cursor can’t add GPT-5.6 there, it’s outside our control.

What you can try:

  • Update the Codex extension. Cursor installs extensions from Open VSX, which can lag behind the official VS Code Marketplace. Since you’re on Remote SSH, the extension runs on the remote host, so update it there in the Extensions view while connected to the remote. If the Open VSX version is old, you can download a newer openai.chatgpt VSIX from the VS Code Marketplace and install it via Install from VSIX on the remote machine.
  • Use Cursor’s native picker. GPT-5.6 family models are available in Cursor’s own chat or agent regardless of the Codex extension, but the exact set depends on your plan. You’re on Free right now.

Let me know if updating the extension helped.

There is an open issue on GitHub related to this: No 5.6 in open-vsx extension - publish the updated extension to open-vsx