Under the hood
Worker registration stops retrying once the session has already closed
What
When Claude Code retries registering a worker process with the server, it now checks at the start of each retry attempt whether the session has already been closed, and if so, stops retrying immediately instead of continuing.
Why
This avoids wasted retry attempts and network calls for a session that's already over, which should reduce unnecessary background activity after a session ends.