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.