v0.20.2
Patch Changes
- Extend the
HeldClaimreturn type to the HTTP transport. 0.20.1 fixedawait usingon the WebSocket client’sclaim()but missed the stateless HTTP client (HttpClaimApi) used by server-side agents, which still returned the looserClaim<T>. Both transports’claim()now returnHeldClaim<T>, soawait using held = await ablo.<model>.claim(...)typechecks regardless of transport.