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

zsh conditional-expression line-continuation detection

The shell tokenizer now handles a zsh double-bracket conditional split across a line continuation.

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

The shell tokenizer now handles a zsh double-bracket conditional split across a line continuation.

The shell command tokenizer now detects when a [[ ... ]]-style zsh conditional spans a line continuation (backslash-newline) before an opening paren, tracked via an internal zshCondParenDiff flag. This addresses a parsing edge case for multi-line zsh conditionals during Bash-tool command analysis.

See this entry in the whole of v2.1.257 →