Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Describe the Bug
When the currently selected model runs out of available tokens, Cursor shows a button suggesting that the user switch to Auto mode. However, when clicking this button, Cursor sets the model value to auto instead of Auto.
This causes a problem because auto does not appear to be a valid model option, while Auto is the expected valid option.
Steps to Reproduce
Steps to Reproduce
- Select a model in Cursor.
- Use the selected model until it no longer has available tokens.
- Wait for Cursor to show the button suggesting switching to Auto.
- Click the button to switch to Auto.
- Check the selected model value.
The selected value is set to auto instead of Auto.
Expected Behavior
Expected Behavior
After clicking the button to switch to Auto, Cursor should select the valid Auto model option.
The model value should be assigned as Auto, not auto.
Operating System
Linux
Version Information
Version: 3.7.36
VS Code Extension API: 1.105.1
Commit: 776d1f9d76df50a4e0aeca61819a88e7c1b861e0
Date: 2026-06-13T00:31:56.287Z
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
xterm.js: 6.1.0-beta.256
OS: Linux x64 6.8.0-124-generic
Does this stop you from using Cursor
No - Cursor works, but with this issue