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

Headless cloud client permission/dialog forwarding bug fix

Fixed a bug where headless cloud sessions forwarded the wrong argument for permission and dialog requests

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaCloud Sessionswhat it touches
KindBug Fixesin v2.1.275,
You'll notice

Fixed a bug where headless cloud sessions forwarded the wrong argument for permission and dialog requests

What

In the headless cloud client, two functions that forward permission requests and user dialog requests (passPermissionRequest and passUserDialogRequest) were mistakenly passing the same argument twice instead of forwarding the actual request object along with its second argument. This has been fixed so both arguments are now passed correctly and distinctly.

Why

This fixes a bug that likely caused permission and dialog requests in headless cloud sessions to be handled with incorrect or missing data, since the real request object wasn't being forwarded properly.

See this entry in the whole of v2.1.275 →