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 ·

Permission dialog gains an "ask patience" hold/resume mechanism

Permission dialogs can be held and resumed until a first reveal point, and a cancelled prompt returns to asking.

TierUnder the hoodhow much it should matter to you
Useful3my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaPermissionswhat it touches
KindInternal Changesin v2.1.257,
Under the hood

Permission dialogs can be held and resumed until a first reveal point, and a cancelled prompt returns to asking.

The permission-request flow now threads an askPatience object with hold()/resume() calls around showing the dialog, delaying it until a first reveal point (onFirstReveal). An askEnded() check also now routes a cancelled or denied prompt back into an "ask" state instead of failing outright.

See this entry in the whole of v2.1.257 →

Feedback