Under the hood
Claude Code now waits briefly for cloud/remote session tools to finish attaching before proceeding
What
When Claude Code is running a cloud or remote session, it now pauses for up to a fixed timeout while checking a client's list of tools, waiting for a tool that is still pending (not yet matched by any client and not attached from the server side) before moving on. This wait only happens in coordinator mode, a mode used for remote sessions.
Why
This reduces the chance that a remote or cloud session proceeds before all its tools have actually finished attaching, which could otherwise cause a tool to appear missing or unready.