The bridge REPL can now relay a queued notification from another session as if it were that session's own message
The bridge (a communication channel used by the REPL, or interactive command loop) now recognizes a new incoming message type called queued_notification. When one arrives, it is re-delivered as if it were a regular user message belonging to the other session it references. If no notification buffer is configured to hold it, the message is instead logged and dropped.
This allows notifications generated in one session to be surfaced inside another session's conversation flow, rather than being lost when there's nowhere to route them.
The finding does not say what produces a `queued_notification` message or what user-visible effect the relayed message has.