Application is getting hanged while holding and terminating BidiAppend request

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

While using agent mode in cursor ide, sending a prompt,when we are terminating the BidiAppend packet in the request itself, the prompt response window gets hanged in cursor ide native app.

How can we gracefully terminate the session by intimating the cursor client that it does not get hanged

Steps to Reproduce

Open cursor ide in windows native, press ctrl+L .
Then type a prompt in agent mode, there will be request originated to endpoint BidiAppend.

Terminate that request in between , the app chat window gets hanged.

Expected Behavior

When we terminate the request transaction, the app should not get hanged.

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.5.11 (user setup)
VSCode Version: 1.99.3
Commit: 2f2737de9aa376933d975ae30290447c910fdf40
Date: 2025-09-05T03:48:32.332Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT arm64 10.0.26100

Thanks for the report. Can you please check if you’re still facing this issue on the latest version?

You can get the latest version from Download · Cursor

Yes still issue is same..
what i understood is when i sent prompt in the chat.
2 requests and sessions (on different ports) from cursor client got initiated , one which carries the prompt and the other one is which brings back the response from server.

Here issue comes for the hang. , when prompt packet got terminated. Cursor client goes into hanged state in this scenario.

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.