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.