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

request_id validated with a strict pattern in control-protocol payloads

Bridge control-protocol messages now validate request_id against a strict pattern before forwarding it

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

Bridge control-protocol messages now validate request_id against a strict pattern before forwarding it

What

Claude Code's bridge control-protocol message handling now includes a helper that only forwards a request_id field if it matches the pattern req_ followed by 4 to 128 letters, digits, underscores, or hyphens. A companion helper checks whether a JSON payload textually contains a given key.

Why

Validating the shape of request_id before forwarding it guards against malformed or unexpected values being passed through the bridge's control-protocol messages.

See this entry in the whole of v2.1.274 →