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 ·

Tool-revocation computation gets an error fallback and mid-turn recomputation entry point

Computing which tools got revoked mid-conversation now fails safe to an empty list instead of throwing an error

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaMCPwhat it touches
KindBug Fixesin v2.1.269,
Under the hood

Computing which tools got revoked mid-conversation now fails safe to an empty list instead of throwing an error

What

A new function computes which tools have been revoked partway through a conversation, for example when an MCP server (an external tool provider) disconnects. If this computation hits an error, it now falls back to reporting no revoked tools instead of letting the exception propagate. The underlying revocation logic also gained an additional fallback lookup for figuring out why a tool was revoked.

Why

This avoids an unrelated error crashing a turn just because Claude Code was checking for revoked tools; worst case, a revoked tool is briefly treated as still available rather than the whole operation failing.

See this entry in the whole of v2.1.269 →