Under the hood
Internal rework of the command-queue dispatch loop, no new behavior found
What
The internal loop that dequeues and dispatches commands within a session was substantially restructured, with helper functions renamed and refactored. It still handles the same things as before: prioritizing orphaned permission requests, redelivering poll events on reconnect, and waiting on MCP (Model Context Protocol) connections before dispatching commands.
Why
This appears to be an internal refactor with no new externally visible behavior identified.