Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Pasted content now actually reaches the draft in the compact/queued submit path

Pasted content is now correctly restored when resubmitting a queued or handed-back prompt

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPrompt Inputwhat it touches
KindBug Fixesin v2.1.271,
You'll notice

Pasted content is now correctly restored when resubmitting a queued or handed-back prompt

What

When a prompt that was queued or handed back (such as during a compact operation) gets resubmitted, Claude Code restores its draft state, including anything that was pasted into it. Previously, the function responsible for restoring pasted content, setPastedContents, did nothing; it now actually writes the pasted content back into the draft.

Why

Before this fix, pasted content (like a block of text or code pasted into the prompt) could be silently lost when a prompt was queued or handed back and then resubmitted. Now it is preserved correctly.

See this entry in the whole of v2.1.271 →

Feedback