Messages between sessions now carry whether the sender was bypassing permissions or prompting.
What's wrong with this entry?
A message sent between sessions now includes whether the sender was running in bypass or prompting permission mode, so the receiving side can see how permissive the sender was.
- Rendered in the message envelope as
from-mode="...", limited to the two valuesbypassandprompting. - Parsed back out on receipt and preserved when a message is re-encoded.
- Both the local socket peer client and the bridge sender accept the mode as their final argument.
["bypass", "prompting"]
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Messages injected by a host are classified separately from peer messages
Both mention cross
-
v2.1.234
Cross-session control requests check ids more carefully
Both mention cross
-
v2.1.234
Notice acks now wait for the record to persist
Both mention cross