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.274 ·

Bash-input command extraction bug fix

Fixed a bug where extracting a bash command from message text checked the wrong variable

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindBug Fixesin v2.1.274,
You'll notice

Fixed a bug where extracting a bash command from message text checked the wrong variable

What

Claude Code has an internal helper that looks for a fallback bash command embedded in message text (inside <bash-input> tags). It was mistakenly checking an outdated variable left over from a previous loop iteration instead of the current one, so it could look at stale text. It now consistently checks the correct, current text.

Why

This fixes a bug that could cause the wrong bash command to be extracted from a message, since the check was looking at leftover data instead of the actual current input.

See this entry in the whole of v2.1.274 →