Group of 2 You'll notice
Messages that wake a session due to an external event are now parsed and shown with a dedicated chat display instead of a generic one
What
Messages that begin with <wake reason="external-event" — sent when an external event wakes up a session — are now specifically recognized instead of being shown as a generic system message.
- A new function parses and detects these messages using
parseExternalEventWakeandisSessionInboxWake. - When a message passes the
isSessionInboxWakecheck, the transcript renderer displays it with a dedicatedUserSessionInboxWakeMessagecomponent instead of the generic system-message renderer.
Why
This gives session-inbox wake events (where something outside the conversation triggers the session to resume) a clearer, purpose-built appearance in the transcript instead of blending in with ordinary system messages.