← Claude Code changelog
Claude Code 2.1.204
This release includes a critical fix addressing the premature termination of remote workers. Previously, workers in headless sessions were susceptible to being idle-reaped mid-hook during SessionStart events, caused by a lack of streaming hook events. This update ensures proper event streaming, significantly improving stability and preventing unexpected disruptions for remote workers during session startup.
Fixed
- Fixed hook events not streaming during SessionStart hooks in headless sessions, which could cause remote workers to be idle-reaped mid-hook