Internal docs clarify that queued-command 'cancelled' status can now come from a remote client withdrawing a prompt
Claude Code tracks the lifecycle of queued commands (prompts waiting to run) in its telemetry. The internal documentation for this tracking has been expanded to explain that a "cancelled" state can now also happen when Remote Control is enabled and one remote client withdraws a prompt that a different remote client had queued. The documentation notes that such cancellations are purely informational and shouldn't be treated as something to resend.
This is a documentation clarification for how queued-command cancellations should be interpreted when multiple remote clients are involved, so a cancellation in that situation isn't mistaken for an error needing a retry.