Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Cross-session delivery notices can now be queued without waking an idle session

Cross-session message notices can now be queued for later without waking an idle session

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaCross-Session Messagingwhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Cross-session message notices can now be queued for later without waking an idle session

What

When a session posts a notice that a cross-session message was held, denied, expired, delivered, refused, or dropped, the code handling that notice now accepts a wakesIdleSession setting (on by default). When it's turned off, the notice is queued quietly with "next" priority instead of always being queued with the old "later" priority that previously applied.

One place in the code already uses this: a notice only wakes an idle session if that session's input stream isn't already closed.

Why

This avoids unnecessarily waking up a session just to deliver an informational notice about a cross-session message when the session isn't actively listening anyway.

See this entry in the whole of v2.1.271 →

Feedback