SDK clients now learn during handshake that the CLI can accept queued notifications.
What's wrong with this entry?
The init handshake a client gets over the SDK control protocol now advertises a third capability value, queued_notifications, meaning the CLI accepts inbound queued notification stream messages and drains them on request.
- Documented as read by the backend from the persisted init event to decide whether it may send such messages.
'queued_notifications' = the CLI accepts inbound queued_notification stream messages and drains them via ReadNotifications
Strings lifted out of the shipped bundle, so the claim above can be checked against them.