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

Refusal-message helper renamed/consolidated (Po -> xo)

Content-policy refusal responses now use the same result-wrapping helper as other API errors

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaAPI Errorswhat it touches
KindInternal Changesin v2.1.274,
Under the hood

Content-policy refusal responses now use the same result-wrapping helper as other API errors

What

The code that builds a refusal message for content-policy violations now wraps its result using the same helper function used elsewhere for API error responses, rather than a separate one.

Why

This aligns refusal responses with the same internal shape as other API errors, which is an internal consistency change rather than something that changes what a user sees.

See this entry in the whole of v2.1.274 →