← Reddit

Beware of pasting text as attachments in Claude. It doesn't give such pasted texts, in its export.

Reddit · Hot-Comb-4743 · August 3, 2026
Claude's export function fails to include text pasted as attachments and instead exports empty slots for those pasted text blocks. The recommended workaround is to use Ctrl + Shift + V to paste text as plain text directly into the message box. The issue affects Claude Desktop app on Windows.

Detailed Analysis

A user report circulating on Reddit's r/Anthropic community flags a notable data-loss bug in the Claude Desktop app for Windows: when a user pastes a large block of text into the chat input and Claude automatically converts it into a file-like "attachment" (rather than inline text), that content does not survive the conversation export process. Instead of the pasted text appearing in the exported file, users are left with an empty placeholder where the content should be. The reporter's suggested workaround is to avoid triggering the auto-attachment behavior altogether by using Ctrl+Shift+V to force a plain-text paste directly into the message box, which keeps the content inline and presumably preserves it during export.

This bug matters because Claude's paste-to-attachment feature is a convenience mechanism, not an optional one—the app decides on its own, based on text length or formatting, to convert pasted content into an attachment rather than inline text. Users often have no control over when this conversion happens, meaning they may be unknowingly setting themselves up for silent data loss. For professionals who rely on Claude Desktop for iterative work—drafting documents, reviewing code, analyzing long transcripts—the ability to export a complete, faithful record of a conversation is essential for auditing, sharing, or continuing work elsewhere. An export function that silently drops content undermines trust in the tool's reliability, especially since the failure mode is invisible until a user actually opens the exported file and discovers gaps.

The report also highlights a recurring friction point in AI assistant design: the tension between UI conveniences (like auto-formatting long pastes as attachments for readability) and the integrity of underlying data across different interaction modes—live chat vs. export, desktop app vs. web vs. CLI tools like Claude Code. Bugs like this tend to emerge at the seams between these different code paths, where attachment handling, rendering, and export/serialization logic may not be fully synchronized. It's a reminder that as AI chat interfaces add richer input handling (file uploads, auto-detected code blocks, pasted images, long-text attachments), the export and persistence layer must be updated in lockstep, or users risk losing exactly the kind of long-form content that makes these tools valuable in the first place.

Finally, the post underscores a broader pattern in how AI product bugs surface and get triaged: through informal community channels like Reddit rather than formal bug-tracking systems. The original poster explicitly asks how to report the issue to Claude/Anthropic, reflecting a common gap between where users discover problems and where companies actually collect and act on that feedback. As Anthropic continues to compete with OpenAI, Google, and others on desktop and IDE-integrated AI tooling, attention to these "boring" but consequential reliability issues—data fidelity, export accuracy, predictable UI behavior—will matter as much as headline-grabbing model capability improvements for retaining serious, high-volume users.

Read original article →