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 ·

Removed plan-mode refusal check from tool permission path

Tool permission checks no longer short-circuit with a plan-mode refusal and instead continue through the ask rules.

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaPermissionswhat it touches
KindRemovedin v2.1.257,
You'll notice Notable

Tool permission checks no longer short-circuit with a plan-mode refusal and instead continue through the ask rules.

The tool-permission-check function no longer includes the earlier mode === "plan" short-circuit refusal branch (the plan_mode code) that existed in the prior build. Refusal now proceeds through the request-size and ask-rule checks instead.

See this entry in the whole of v2.1.257 →

Feedback