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

Tool-call validation errors now include custom Zod issue messages

Tool-call error messages now include specific custom validation messages from Zod

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTool Validationwhat it touches
KindImprovementsin v2.1.277,
You'll notice

Tool-call error messages now include specific custom validation messages from Zod

What

When a tool call fails validation, Claude Code builds an error message describing what went wrong, such as missing, unexpected, or wrong-type parameters. That message now also includes any custom validation error messages produced by the validation library (Zod) when a check is specifically marked as "custom".

Why

This surfaces more specific, tool-author-written explanations of why a call failed, instead of only generic parameter-shape errors.

See this entry in the whole of v2.1.277 →