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

Likely bug fix: postKeptResponse referenced the wrong variable

Fixed a bug where a remote session's postKeptResponse used the wrong response data

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaSessionswhat it touches
KindBug Fixesin v2.1.265,
You'll notice

Fixed a bug where a remote session's postKeptResponse used the wrong response data

What

In the code that manages remote sessions, a method called postKeptResponse was sending a control response built from a variable belonging to an outer, unrelated scope instead of its own parameter. It now correctly uses its own parameter's data when sending the response.

Why

This was a bug that could cause the wrong response data to be sent back for a kept response in a remote session; fixing it ensures the response actually sent matches the one that was meant to be kept.

See this entry in the whole of v2.1.265 →

Feedback