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

Artifact publish-check crash tracking added (Bv/Hv wrapper)

Claude Code now records tool calls whose permission check crashed, before the error is thrown further up

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaArtifactswhat it touches
KindInternal Changesin v2.1.267,
Under the hood

Claude Code now records tool calls whose permission check crashed, before the error is thrown further up

What

A new small tracking module records the ID of any tool call whose permission check crashed with an unexpected error, rather than a normal halt, keeping a capped list of the most recent crashes and dropping the oldest once the limit is reached. The permission-check function is now wrapped so it records a crash before re-throwing the error.

Why

This gives Claude Code an internal record of tool calls that failed their permission check abnormally, which can help track down why a particular tool call didn't go through as expected.

See this entry in the whole of v2.1.267 →

Feedback