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

Permission-prompt-tool routing gets a bypass for an explicit "none" sentinel

A permission-prompt tool named none now routes through an ask-based fallback resolver instead of the MCP prompt tool.

TierUnder the hoodhow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPermissionswhat it touches
KindInternal Changesin v2.1.259,
Under the hood

A permission-prompt tool named none now routes through an ask-based fallback resolver instead of the MCP prompt tool.

canUseTool construction now checks whether the permission-prompt-tool server name is the literal sentinel "none". When it is, or when no MCP prompt tool was configured, requests can go through an ask-based fallback path that resolves ask behaviors via a new resolver before falling through to normal permission-denied handling.

See this entry in the whole of v2.1.259 →

Feedback