RemoteSessionManager's message-sending functions gained an extra parameter threaded through to gate checks
The internal sendMessage and send functions used by RemoteSessionManager to deliver messages now take an additional parameter, which is passed through to the function that checks gates (settings that control whether a feature is active) before sending. The retry path that resends a prompt withheld earlier now calls send directly instead of going through the previous sendMessageVia function.
This is an internal plumbing change to how messages are routed and gated in remote sessions; the finding doesn't indicate a new user-visible capability, but it changes how the withheld-prompt retry is wired up internally.
What the new parameter represents or controls isn't stated, so its practical effect is unclear.