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.274 ·

New sessionInboxPointers tracker for bridge/remote message delivery

A new sessionInboxPointers tracker records queued bridge messages, re-notifies unfetched attachments when idle, and taps into command lifecycle events.

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindInternal Changesin v2.1.274,
Group of 3 Under the hood

A new sessionInboxPointers tracker records queued bridge messages, re-notifies unfetched attachments when idle, and taps into command lifecycle events.

What

  • A new sessionInboxPointers tracker records queued messages: when a remote/bridge control message or a remote-origin user message is queued, it's registered via noteQueued with its origin, wake state, and id.
  • When the session goes idle, queued file/attachment ids that a remote bridge peer never fetched are now re-sent via renotifyUnfetched, both from the idle-nudge path and a new onIdleReported callback.
  • Session setup now also taps into command lifecycle events via this same tracker.

Why This makes message and attachment delivery to a remote/bridge peer (such as a companion device or connected session) more reliable, ensuring items that were queued but never picked up get another chance to be delivered instead of silently sitting unfetched.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhat tapCommandLifecycle actually does with command lifecycle events is not stated in the finding.

See this entry in the whole of v2.1.274 →

Feedback