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

Bridge child process kill is now correctly classified as "interrupted" even on nonzero exit

Deliberately killed bridge child processes are now correctly logged as interrupted, not failed

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

Deliberately killed bridge child processes are now correctly logged as interrupted, not failed

What

When Claude Code deliberately kills a spawned bridge or fleet session's child process, it now sets a flag before sending the termination signal. The exit handler checks that flag, along with a nonzero exit code, to correctly classify the outcome as "interrupted" rather than "failed." The debug log line for spawning a child process now also reports auto-mode settings and fact count.

Why

This fixes cases where an intentional shutdown of a child process was being misreported as a failure, making logs and status reporting more accurate.

See this entry in the whole of v2.1.271 →