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

RemoteSessionManager.sendMessage/send gain an extra threading parameter

RemoteSessionManager's message-sending functions gained an extra parameter threaded through to gate checks

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.277,
Under the hood

RemoteSessionManager's message-sending functions gained an extra parameter threaded through to gate checks

What

The internal sendMessage and send functions used by RemoteSessionManager to deliver messages now take an additional parameter, which is passed through to the function that checks gates (settings that control whether a feature is active) before sending. The retry path that resends a prompt withheld earlier now calls send directly instead of going through the previous sendMessageVia function.

Why

This is an internal plumbing change to how messages are routed and gated in remote sessions; the finding doesn't indicate a new user-visible capability, but it changes how the withheld-prompt retry is wired up internally.

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 the new parameter represents or controls isn't stated, so its practical effect is unclear.

See this entry in the whole of v2.1.277 →