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

Refactor of the 'ask' decision-reason lookup for sub-command permission results

Internal refactor of how Claude Code picks which sub-command permission result to surface as an 'ask' prompt

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

Internal refactor of how Claude Code picks which sub-command permission result to surface as an 'ask' prompt

What

When Claude Code checks permissions across several sub-commands and needs to decide which result is worth surfacing as an "ask" prompt, this logic was previously two separate passes (one excluding a certain reason, one including it). It's now a single reusable function that takes a boolean flag for whether to exclude that reason, and this function is now called from multiple places.

Why

This is an internal code cleanup consolidating duplicated logic; the finding describes no change in what prompts are shown to users.

See this entry in the whole of v2.1.273 →

Feedback