Kimi-K2-Instruct response bug

Describe the Bug

When using the model Kimi-k2-instruct, the response is spread across lines, i.e. each word has its individual line, which makes it very hard to work with this model.

Steps to Reproduce

use kimi-k2-instruct

Expected Behavior

normal responses with proper layout

Screenshots / Screen Recordings

Operating System

Linux

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.3.6
VSCode Version: 1.99.3
Commit: 68b8fe7396ea37d8acdaaaa08ba316ba359a4160
Date: 2025-07-30T18:07:31.095Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Linux x64 6.14.0-23-generic

Does this stop you from using Cursor

No - Cursor works, but with this issue

3 Likes

Hey, thanks for the report. We’re aware of this issue and are already working on a fix.

5 Likes

Thank you!

Hello, you seem to successfully fix the vertical bug, but now the model is not able to make tool calls.

Thanks for the additional info. We’ll investigate this.

Asked Kimi K2 a question 1 hr ago and it gave me half the response and stopped due to a network error. I’ve been trying to continue the convo for the past hour but everytime I get the same response “We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.

(Request ID: af0357c7-d1ab-4bd1-a0dc-b4d3ebb9295e)”

Thanks for the info. We’ll try to figure out the cause.

Issue is still occurring even on new chats using Kimi K2. it would give a 1 line answer do a tool call then on the next tool call it would stop giving the same error. I disabled privacy mode and clicked on copy request info and I’m pasting it below

Request ID: 7729bdc1-f51f-47d9-b8a7-498b292969a4
{“error”:“ERROR_OPENAI”,“details”:{“title”:“Unable to reach the model provider”,“detail”:“We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.”,“additionalInfo”:{},“buttons”:},“isExpected”:false}
ConnectError: [unavailable] Error
at BWa.$endAiConnectTransportReportError (vscode-file://vscode-app/c:/Users/dave/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:4846:224431)
at wsr.S (vscode-file://vscode-app/c:/Users/dave/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:495:17762)
at wsr.Q (vscode-file://vscode-app/c:/Users/dave/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:495:17540)
at wsr.M (vscode-file://vscode-app/c:/Users/dave/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:495:16628)
at wsr.L (vscode-file://vscode-app/c:/Users/dave/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:495:15729)
at Wyt.value (vscode-file://vscode-app/c:/Users/dave/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:495:14521)
at we.B (vscode-file://vscode-app/c:/Users/dave/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:49:2398)
at we.fire (vscode-file://vscode-app/c:/Users/dave/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:49:2617)
at Ynt.fire (vscode-file://vscode-app/c:/Users/dave/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:4833:10379)
at u.onmessage (vscode-file://vscode-app/c:/Users/dave/AppData/Local/Programs/cursor/resources/app/out/vs/workbench/workbench.desktop.main.js:7043:13881)

This is a bug since I have a workaround. If I close the chat window and reopen it from the history, then it displays correctly.

1 Like

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