Skip to main content
Copy a session’s conversation as plain text when you want to share what happened, paste it into a ticket or doc, or hand it to another tool for review. The transcript captures who spoke, what each user and the agent said, and the tools the agent ran, without any UI chrome.

Copy the transcript

  1. Open the session.
  2. Select the ⋯ icon to open the session menu.
  3. Select Copy Transcript.
The transcript is copied to your clipboard. Paste it wherever you need it. The Copy Transcript action is available whenever the session has loaded messages. If the session is still loading, wait for the message list to render before opening the menu.

What the transcript includes

Each turn is labeled with its source:
  • # User <name>: for messages sent by a person, using their display name or email.
  • # Agent: for messages from the agent.
  • # --- The session was automatically compacted --- or # --- User <name> compacted the session --- where a compaction happened.
For each turn, the transcript preserves:
  • The text of the message.
  • Attached filenames, listed under Attached files:.
  • Tools the agent ran, summarized as Ran tool: <name> followed by the tool’s inputs and outputs in a readable form.
  • Sub-agents the agent delegated to, listed under Ran sub-agent: with the sub-agent type and status.
  • Errors returned by the agent, rendered as a heading with the error message.
Internal reasoning steps are omitted so the transcript reflects what a reader of the session would see.