Claude Code now cleans up stale REPL progress messages instead of letting them pile up in the transcript
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.
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.