Skip to content

Copy and export agent transcripts

Every agent window can hand you its conversation. Once a transcript has content, three buttons appear in the actions row: Copy puts the full transcript on the clipboard, Export downloads it as a markdown file — <window name>-transcript.md — and Docs saves it straight into your Drive as a real Google Doc (see Save to Google Docs; needs a connected Google account).

  • Your messages are prefixed with > ; agent replies are plain text.
  • The exported file opens with a title line — # <window name> — Mastery HQ transcript — so a folder of exports stays self-describing.
  • The transcript is the window’s view of the conversation, not the CLI’s raw session log. For durable agent memory across sessions, see agent memory and sessions — notes, handoffs, and recall are the tools for that.
  • Streaming Mode caution: secret redaction masks keys on screen only — the underlying text is untouched. Copy and Export give you the real, unmasked text, so don’t paste or share an export while live if the session ever echoed a secret. See secret redaction.
  • Clear wipes the window’s transcript (the CLI session it resumes is unaffected); New conversation keeps the transcript but starts a fresh session underneath.