Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.273 ·

Session-inbox 'wake' messages now get their own parsing and rendering

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

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaInboxwhat it touches
KindImprovementsin v2.1.273,
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 parseExternalEventWake and isSessionInboxWake.
  • When a message passes the isSessionInboxWake check, the transcript renderer displays it with a dedicated UserSessionInboxWakeMessage component 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.

See this entry in the whole of v2.1.273 →