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

Inbound message ingestion (bridge and CLI stdin) now runs through a session.receive plugin hook

Incoming messages from both Remote Control and the CLI now pass through a session.receive plugin hook before being queued

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaHookswhat it touches
KindNew Featuresin v2.1.267,
Use it now No documentation found

Incoming messages from both Remote Control and the CLI now pass through a session.receive plugin hook before being queued

What

Both the Remote Control bridge's inbound-message path and the main CLI's stdin/user-message loop now run incoming messages through the session.receive plugin hook before turning them into a queued prompt. If the hook reports the message as consumed, it's dropped before being enqueued instead of being added to the conversation.

Why

This lets plugins intercept and act on incoming messages from either entry point, consistently, before they ever reach the conversation queue.

Read from
Names in the bundlesession.receive

See this entry in the whole of v2.1.267 →