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

Parked-permission retry/rescue logic consolidated into a single object (vt)

Parked-permission-prompt handling was consolidated into a single shared internal object

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPermissionswhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Parked-permission-prompt handling was consolidated into a single shared internal object

What

The logic that handles a "parked permission" — a tool-approval prompt that survived a session resume or interruption — was previously spread across several separate functions wired manually into the response-handling code. It has now been consolidated into a single object with named methods for firing, handling unexpected responses, arming, checking whether a permission is being held, checking for a pending inherited prompt, and seeding already-handled tool-use IDs.

Why

This is an internal restructuring of how Claude Code tracks and resolves permission prompts that outlive a resume or interruption, with no described change to the resulting behavior.

See this entry in the whole of v2.1.271 →

Feedback