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

Device-attestation retry path added for session event delivery

Session events refused with a 403 can now be re-signed by the device and resent instead of dropped

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaAuthwhat it touches
KindBug Fixesin v2.1.269,
You'll notice

Session events refused with a 403 can now be re-signed by the device and resent instead of dropped

What

When Claude Code tries to send a session event (a record of activity in your session) to the server and gets back an HTTP 403 (permission refused) response, it can now, if a related setting is enabled, work out why: whether the device is unattested (not verified) or the session login has gone stale. In either case, it re-signs the event using a device signer and resends it, logging the message "Refused unsigned by a session bound to this machine; resending signed."

Why

This lets session activity get through even when a device-bound session initially rejects it for lacking a valid signature, instead of the event being silently lost.

See this entry in the whole of v2.1.269 →