Cmd-K Quick Edit uses GPT-4

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When pressing Cmd-K and using the Quick Edit function, GPT-4 is used as the Quick Edit model, rather than Auto or any other recent and usable model.

Steps to Reproduce

Press Cmd-K and ask the model to write out its full slug.

Expected Behavior

Cmd-K inline edits should use a recent and usable model. GPT-4 is unusably bad.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 3.2.11
VSCode Version: 1.105.1
Commit: e9ee1339915a927dfb2df4a836dd9c8337e17cc0
Date: 2026-04-24T14:36:47.933Z
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 24.0.0

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hey, that’s not a bug. Quick Edit Cmd-K uses Auto routing. The model in your screenshot just used the family name instead of the exact slug. That’s common for LLMs, they don’t always know their exact version.

The model picker in Cmd-K was removed on purpose a few releases ago, see Can’t select model in Quick Edit Can't select model in Quick Edit. If you need model control, use Agent Cmd+L, model selection is available there.

I tested it many, many times. The Cmd-K model says it’s GPT 4 or GPT 4 Turbo 100% percent of the time, while the Cmd-L Auto router+model always says it’s Auto. So there must be a difference, though maybe it’s just because of some outdated part of the system prompt you guys forgot to change.

Does Auto routing include GPT 4 as one of the possible models? Are you sure that Cmd-K uses the exact same Auto routing as Cmd-L?