You'll notice
Trusted-device-token resend now surfaces the original error instead of silently reusing a failed response
What
When Claude Code signs and resends a request as part of trusted-device-token handling, a failure in that signed resend is now captured. If the retried request comes back unchanged, the original error is thrown instead of silently proceeding with the old, unsigned or failed response.
Why
This prevents a failed resend from being masked, so a real underlying error is surfaced rather than being quietly ignored.