Group of 4 You'll notice
No documentation found
Remote/hosted worker sessions now verify caller attestation and report a new 'unattested_request' outcome when it fails
What
- Remote/hosted-worker session transport now tracks a
workerAttestationPolicy, set via a newsetWorkerAttestationPolicySinkcallback, and reacts when that policy reports a fault. - A new
unattested_requestoutcome was added: it appears in tool-call outcome tracking alongsideunknown_call,no_approval,stale,queue_full,rate_limited, andduplicate_call, and is shown to users in Remote Control/device-linking error explanations when a machine's account requires sender attestation that the service couldn't verify. - The method that judges inbound session-channel frames (renamed from
dropsUnverifiedSessionChannelFrametosessionChannelFloorVerdict) now returns one of three outcomes,"passed","dropped", or"refusal_rebuilt", instead of a plain true/false, and a newjudgeInboundFramestep classifies frames against the attestation policy.
Why
This adds a way to detect and reject remote tool calls or session frames that can't be verified as coming from an attested sender, surfacing a clear reason instead of failing silently or ambiguously.
Names in the bundleunattested_request