Exporting transcript doesn't export agent commands

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When I try to export the chat transcript, the commands the agent ran (and the input/output) from those commands aren’t exported with it. See the following screenshot of the exported transcript on the left (which doesn’t have the commands the agent ran) and the actual chat history on the right (which you can see the collapsible command input/output).

Steps to Reproduce

If you open a chat and ask it to run commands and then export the transcript, the command input/output does not appear.

Screenshots / Screen Recordings

Operating System

MacOS

Version Information

Version: 2.6.20 (Universal)
VSCode Version: 1.105.1
Commit: b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760
Date: 2026-03-17T01:50:02.404Z (1 wk ago)
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
OS: Darwin arm64 25.3.0

Does this stop you from using Cursor

No - Cursor works, but with this issue

It looks like the command input/output is able to be sequenced correctly by virtue of the fact that it shows up in the chat scrollback. So it would be nice if it also appeared in the exported transcript.

Hey, thanks for the report. This is a known issue. Transcript export currently doesn’t include agent tool calls like terminal commands and file edits, it only exports the text parts of the conversation.

Related thread with the same class of bug: Transcripts no longer exported in full Transcripts no longer exported in full

The team is aware. No ETA yet, but your report helps us prioritize. I’ll post an update here if there’s news.

A post was merged into an existing topic: Transcripts no longer exported in full