Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

Auto-mode permission classifier gets a plugin-origin fast path

Auto mode now auto-allows tool calls that a plugin itself originated, skipping the safety classifier

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaAuto Modewhat it touches
KindImprovementsin v2.1.269,
You'll notice

Auto mode now auto-allows tool calls that a plugin itself originated, skipping the safety classifier

What

When Claude Code is running in auto mode (making permission decisions without asking) and a tool call is identified as originating from a plugin, the request is now automatically allowed without running it through the safety classifier. This fast path only applies when there's no browser navigation involved, no matching ask rule, and no active deny policy; the decision is recorded with the reason plugin-origin: <caller>.

Why

This speeds up auto mode for tool calls that plugins trigger themselves, treating them as already vetted rather than re-evaluating each one through the full permission classifier.

See this entry in the whole of v2.1.269 →