Infinite thinking in Auto mode

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When I switch in Auto mode i have Thinking longer than expected… message. It works when I select another model, but in Auto it doesn’t work for me anymore.
I have new month, so my quota is ok.
What should I do?

Steps to Reproduce

Switch to Auto mode. Try do any task.

Expected Behavior

Task resolving should be executed

Operating System

Windows 10/11

Version Information

Version: 3.0.16 (system setup)
VSCode Version: 1.105.1
Commit: 475871d112608994deb2e3065dfb7c6b0baa0c50
Date: 2026-04-09T05:33:51.767Z
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: Windows_NT x64 10.0.26200

For AI issues: which model did you use?

Auto

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, this is a known issue. A few users saw the same behavior in Auto mode and Composer 2, especially last night. One of the model providers had an outage, which caused hangs specifically in Auto mode.

As a workaround, try picking a model manually instead of Auto, like claude-4.6-sonnet or gpt-5.4. Based on other reports, this fixes it right away.

Also try:

  1. Disable HTTP/2: open settings.json via Ctrl+Shift+P > Preferences: Open User Settings (JSON) and add:

    "cursor.general.disableHttp2": true
    

    Then restart Cursor.

  2. If it still happens, send the Request ID right corner chat menu > Copy Request ID so we can check the backend logs.

The team is aware, and your report helps us prioritize. Related thread: Taking longer than expected on Cursor version 3.0.13

Let me know how it goes.