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

Remote control-response handling for error-shaped dialog replies

An error-shaped reply from elsewhere can be configured not to dismiss a dialog request a worker is still waiting on.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindInternal Changesin v2.1.257,
Under the hood

An error-shaped reply from elsewhere can be configured not to dismiss a dialog request a worker is still waiting on.

RemoteSessionManager supports a new ignoreErrorShapedDialogReplies config flag for reconciling pending user dialog requests across workers. When enabled, an error-shaped control_response for a still-pending dialog request no longer dismisses it locally; instead the code logs "User dialog request ... got an error-shaped reply elsewhere — worker still waiting, keeping it" and leaves the dialog pending.

See this entry in the whole of v2.1.257 →

Feedback