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 ·

registerWorker request now sends a User-Agent header

Worker registration requests to the backend now include a User-Agent header

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

Worker registration requests to the backend now include a User-Agent header

What

The request that registers a worker with the backend now sends a User-Agent header, built by a helper function, in addition to the existing Authorization, Content-Type, and anthropic-version headers.

Why

This gives the backend more information about the client making the registration request, which can help with diagnostics or compatibility handling on the server side.

See this entry in the whole of v2.1.274 →