Conversation cuts off abruptly

Describe the Bug

On the new version, the model’s reply often stops after only a few lines, even though it clearly hasn’t finished.

There’s another issue: sometimes a message doesn’t actually send. It looks like it went through, but then the text comes back into the input box. I’m wondering if this might be related to optimistic updates.

Steps to Reproduce

On the new version, the model’s reply often stops after only a few lines, even though it clearly hasn’t finished.

There’s another issue: sometimes a message doesn’t actually send. It looks like it went through, but then the text comes back into the input box. I’m wondering if this might be related to optimistic updates.

Operating System

Windows 10/11

Version Information

Version: 3.7.27
VS Code Extension API: 1.105.1
Commit: e48ee6102a199492b0c9964699bf011886708ba0
Date: 2026-06-10T01:46:16.942Z
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: Darwin arm64 25.2.0

For AI issues: add Request ID with privacy disabled

59bc22b3-c4be-4861-bf5b-ac5614e44789 ed5ee083-da8f-4324-960a-740897c842bf 552e46af-7b8b-4471-bcb2-e64f2937cd3d

Does this stop you from using Cursor

Yes - Cursor is unusable

ce372d98-4041-4e1e-bb71-beff9256d099

same issue.
Request ID: edb0341e-f0ee-453a-a1b0-3fb133a562e4

Version: 3.7.27 (user setup)
VS Code Extension API: 1.105.1
Commit: e48ee6102a199492b0c9964699bf011886708ba0
Date: 2026-06-10T01:46:16.942Z
Layout: glass
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: Windows_NT x64 10.0.26200

When I used the cursor APP, I tried to use the latest Claude fable5 model to build the software architecture for my envisioned new project, but both conversations ended automatically after thinking for a few seconds and ended a single round of conversation.

Man, tough luck, bro — this is Fable 5!

Yep,I wanna check if it’s really as powerful as folks say.But now I have failed at the first step :cry:

Hey, thanks for the report, and thanks to @SilasMeng too. There are two different symptoms here, so let’s cover both.

Response cuts off after a few lines, or the chat ends right after thinking. This is a known class of bugs. Most often it’s caused by an unstable or proxied connection that drops a long-lived stream mid-way. Here’s what to check:

  • Cursor Settings > Network > Run Diagnostics and send the results. If any *.cursor.sh domain resolves to 198.18.x.x, your traffic is being intercepted by a VPN or proxy like Clash, Surge, or V2Ray in fake-IP mode. If so, disable it or exclude cursor.sh from proxying.
  • Settings > Network > Disable HTTP/2 HTTP Compatibility Mode. This often helps on corporate networks and with proxies.

Text returns to the input box after sending. This is a known bug in the recovery logic. If the connection fails mid-stream, the text can get written back into the input field. We’ve already filed an issue, but there’s no fix timeline yet. The model response isn’t lost, this is just a recovery-path UI bug.

So we can pull server-side logs for your cutoffs, please send a Request ID with Privacy Mode turned off from a specific interrupted response. You can get it from chat menu ⋯ > Copy Request ID. The IDs you sent so far don’t show up in logs, likely because Privacy Mode was on, or because the request failed before billing.

Let me know what Network Diagnostics shows.

02ea31b7-6771-4c03-b296-4ea390730d15、fb53665c-cbc6-4e30-9452-b055ffd58eec the bug still exsit

Maybe another agent’s configuration was causing the issue. I removed the AGENT.md file from the working directory, and everything started working again.

Thanks for your response.