Release Notes
Release Notes: SDK & CLI v0.1.62
May 26, 2026
Bidirectional streaming reliability fix and transport-agnostic error handling improvements arrive in this release.
Fixes
- Bidirectional streaming: Fixed silent message drops during bidirectional streaming when the consumer and provider share the same agent name. The consumer-side stream client now correctly distinguishes both sides of the connection.
Breaking changes
- StreamError.category (Node & Python): Error categories are now transport-agnostic (
"connected","network_down","access_denied", etc.). If you branched on raw strings previously, update to the neutral values. Fatal categories:"access_denied"and"bad_request".
Changed
- Stream metadata:
meta.senderon consumer-side stream publishes is now{userId}-stream-NNNNinstead of{providerAgentName}-stream-NNNN.