Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.275 ·

REPL progress-message deduplication in the transcript reducer

Claude Code now cleans up stale REPL progress messages instead of letting them pile up in the transcript

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

Claude Code now cleans up stale REPL progress messages instead of letting them pile up in the transcript

What

The internal system that tracks and updates progress messages in the conversation transcript now matches progress updates more precisely for REPL (interactive code execution) tool calls, using the specific tool call ID rather than a looser match. It also automatically discards older completed or errored REPL progress entries once more than a small number have built up recently.

Why

This keeps the transcript from accumulating stale, no-longer-useful REPL progress records, which should make transcripts cleaner and progress updates more accurate when running interactive code.

See this entry in the whole of v2.1.275 →