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 ·

New mechanism strips empty ephemeral system messages and marks a fresh clear_at marker

Empty temporary system messages are now stripped from conversation history before it's sent

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Empty temporary system messages are now stripped from conversation history before it's sent

What

A new mechanism cleans up the internal message list before it's sent to the model. It drops ephemeral (temporary) system messages that have no content and no attached tool additions, and when a message's temporary content is cleared, it appends a marker message set to clear at the next user message. If this cleanup process fails for any reason, Claude Code falls back to the previous, unmodified behavior.

Why

This keeps empty placeholder messages from cluttering the conversation sent to the model, while the fallback ensures nothing breaks if the new cleanup logic runs into an unexpected case.

See this entry in the whole of v2.1.271 →

Feedback