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 ·

Remote-agent permission forwarding gains a bound-device signer for elevated-auth recovery

Remote-agent permission requests can now retry with a fresh device signature when auth is stale or unattested

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Remote-agent permission requests can now retry with a fresh device signature when auth is stale or unattested

What

When Claude Code running as a remote agent asks for permission to do something, it now carries a signerForBoundDevice function alongside the request. This function can sign a fresh device attestation (proof that the request is coming from a device already registered, or "bound", to the account) for the specific device handling the session.

If the permission check comes back with an error meaning the device wasn't attested (bound_unattested) or the session is stale and needs a relogin (session_stale_relogin), Claude Code now uses this signer to retry the request automatically with a fresh signature, rather than failing outright.

Why

This lets remote-agent sessions recover on their own from certain authentication hiccups tied to device verification, instead of forcing the user to log in again by hand.

See this entry in the whole of v2.1.269 →