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

Permission-check pipeline gained a pre-hook adjustment step (uot) before deny/ask evaluation

Tool permission checks now let a hook adjust the decision before deny/ask logic runs

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaHookswhat it touches
KindInternal Changesin v2.1.265,
Under the hood

Tool permission checks now let a hook adjust the decision before deny/ask logic runs

What

Before Claude Code decides whether to deny or ask about a tool call, both of its permission-decision code paths now run a new step that lets a hook (custom code that runs at a specific point in Claude Code's process) inspect and potentially adjust the in-progress permission decision before the deny or ask branches are evaluated.

Why

This opens a point where custom hook logic can influence permission outcomes earlier in the pipeline, ahead of the standard deny/ask evaluation.

See this entry in the whole of v2.1.265 →

Feedback