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 ·

A custom-header spread in the API client now includes an inert no-op spread

A no-op false value was added to the API client's custom-header spread, with no apparent effect

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

A no-op false value was added to the API client's custom-header spread, with no apparent effect

What

Where the client's default headers previously spread in only one extra source (the ANTHROPIC_CUSTOM_HEADERS-derived anthropic-beta values), the code now also spreads a literal false value immediately before it.

Why

Spreading a boolean false into an object has no effect, so this appears to be an inert change with no impact on the headers Claude Code sends.

See this entry in the whole of v2.1.277 →