Stuck "Planning next move" when chat prompt includes @ file reference

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

On cursor version 2.5.17, any chat prompt with an @.file reference causes the chat to get stuck in “Planning next move” indefinitely.

Steps to Reproduce

  • Fresh install of Cursor 2.5.17
  • Create an empty folder with a single text file containing some text
  • Open folder in Cursor and send any chat prompt containing an @.file reference to the file
  • Chat hangs indefinitely on planning next move

Expected Behavior

  • Chat should not hang when prompt includes @.file reference

Operating System

MacOS

Version Information

Version: 2.5.17 (Universal)
VSCode Version: 1.105.1
Commit: 7b98dcb824ea96c9c62362a5e80dbf0d1aae4770
Date: 2026-02-17T05:58:33.110Z
Build Type: Stable
Release Track: Nightly
Electron: 39.3.0
Chromium: 142.0.7444.265
Node.js: 22.21.1
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.2.0

For AI issues: which model did you use?

Tested on various models including:

  • Composer 1.5
  • Codex 5.3

Additional Information

Downgrading to Cursor 2.4.37 resolved the issue.

Attempted solutions that did not work:

  • tried disabling HTTP 2.0
  • tried clearing Cursor application caches
  • tried a full re-install of Cursor 2.5.17
  • tried deleting/re-building code index

Does this stop you from using Cursor

Yes - Cursor is unusable

Hey, thanks for the report. I couldn’t reproduce this on my side, so it might be something specific to your environment.

Can you share a few things so we can narrow it down?

  1. The request ID from the failed attempt (chat context menu in the top right > Copy Request ID)
  2. The developer console logs at the time it freezes (Help > Toggle Developer Tools > Console tab, look for red messages)
  3. What the indexing status shows at that time

Also, do you have any extensions installed, or is this a completely clean Cursor install?