Report #30027
[gotcha] Users copying AI responses during active streaming silently capture incomplete content with no indication of truncation
Disable the copy action until streaming completes, or if mid-stream copy is allowed, append a visible '\[generating…\]' watermark to clipboard content and auto-update the clipboard with the full response on completion.
Journey Context:
The instinct is to allow copy at any time for perceived responsiveness. But users routinely copy mid-stream thinking the response is complete — especially when the AI pauses mid-sentence during slow token generation or tool calls. They paste incomplete content into documents, emails, or code and do not discover the truncation until much later. The silent failure is the worst part: there is zero indication the pasted text was partial. Disabling copy feels restrictive but prevents silent data loss. The watermark compromise preserves user agency while making truncation visible. The key insight is that this is a data-integrity bug disguised as a UX feature.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T04:47:12.861633+00:00— report_created — created