Copy message doesn't copy the entire message

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

“Copy Message” doesn’t copy the whole LLM message.

Probably linked to the “tool call” inside?

I couldn’t get the text with Markdown

Steps to Reproduce

Here I used a skill that has an instruction of tracking progress with a todo list:

Copy this checklist and track progress:
- [ ] Step 1: Gather the diff
...
- [ ] Step 5: Produce the refactor plan

And asking in the chat to use the skill, gave the result on the image.
We see that if checked the last todo between 2 messages.

Expected Behavior

Copy the whole answer(s) of the LLM after the message, with Markdown formatting

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.11
VSCode Version: 1.105.1
Commit: 8c95649f251a168cc4bb34c89531fae7db4bd990
Date: 2026-03-03T18:57:48.001Z (1 day ago)
Build Type: Stable
Release Track: Default
Electron: 39.6.0
Chromium: 142.0.7444.265
Node.js: 22.22.0
V8: 14.2.231.22-electron.0
OS: Darwin arm64 25.2.0

For AI issues: which model did you use?

Opus 4.6

For AI issues: add Request ID with privacy disabled

daaadf17-140c-4362-8b78-afd808bfcbea

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. Looks like this is a bug. When copying a message, the text doesn’t get combined across tool call boundaries, so only part of the message content is probably being captured.

As a temporary workaround, you can manually select and copy the text from the chat.

1 Like

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