Context. client.messages.stream() (the Anthropic context-manager streaming helper, distinct from messages.create(stream=True)) is not yet intercepted by PatchSet. All other Anthropic/OpenAI streaming paths are covered.
Proposed. Add a patch for the MessageStreamManager/MessageStream context-manager path with the same recording-tee approach used elsewhere, plus replay support.
Source: internal backlog (documented limitation, not yet closed).
Context.
client.messages.stream()(the Anthropic context-manager streaming helper, distinct frommessages.create(stream=True)) is not yet intercepted byPatchSet. All other Anthropic/OpenAI streaming paths are covered.Proposed. Add a patch for the
MessageStreamManager/MessageStreamcontext-manager path with the same recording-tee approach used elsewhere, plus replay support.Source: internal backlog (documented limitation, not yet closed).