You'll notice
Interrupted-turn handling now recognizes trailing 'caveat' messages to avoid duplicate placeholders
What
When Claude Code detects that a turn was interrupted, it used to insert a placeholder marking the turn as incomplete. New logic now checks for a run of trailing "caveat" user messages, and if one is present, it either skips inserting that placeholder or treats the turn as already complete.
Why
This avoids showing a redundant or incorrect "interrupted" marker in the conversation when a caveat message already indicates how the turn ended.