Fetching from the wire…
Public story · 2026-07-30 · high
Version 0.19.1 also cancels streamed models and sibling checks when a run fails, and strips Realtime and Blaxel details from logs.
Why now: The fix shipped July 29, the same release that also trims Realtime and Blaxel log fields.
OpenAI shipped Agents SDK 0.19.1 on July 29, closing a gap where a rejected guardrail check didn't actually stop the model from running, per the release notes.
That gap meant teams could get billed for a full model turn even after an input guardrail had already flagged the request as bad. The turn kept executing anyway.
The patch cancels the parallel input-guardrail task the moment a model turn fails, and cancels the streamed model call the moment an input guardrail fails, instead of letting both run to completion independently. It also cancels sibling enablement checks on failure, so one failed check stops related checks from finishing pointlessly.
Separately, the same release redacts Realtime audio format diagnostics and Blaxel unmount paths out of the logs, trimming detail that had been leaking into debug output.
This reads like a cost fix wearing a correctness label. Anyone running guardrails on Realtime or streamed agents was probably overpaying every time a rejection fired, and OpenAI's changelog doesn't call out the billing angle, it files the whole cluster under cancellation and cleanup. Worth watching whether future SDK releases keep doing that instead of naming the cost fix directly.
Each link below shares sources, entities, or timing with this story.
OpenAI released OpenAI Agents SDK / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (OpenAI released OpenAI Agents SDK); both cover OpenAI Agents SDK, Realtime; overlapping topics (agent, model).
OpenAI released OpenAI Agents SDK / Shared entity: Realtime / Shared topic / Earlier coverage
Linked by a graph relationship (OpenAI released OpenAI Agents SDK); both cover Realtime; overlapping topics (agent, audio).
OpenAI released OpenAI Agents SDK / Same source domain / Shared topic / Tension
Linked by a graph relationship (OpenAI released OpenAI Agents SDK); reported by the same outlet (github.com); overlapping topics (agent, model).
OpenAI released OpenAI Agents SDK / Shared topic / Tension
Linked by a graph relationship (OpenAI released OpenAI Agents SDK); overlapping topics (agent, billing, cost, model); pushes against this story (but).
OpenAI released OpenAI Agents SDK / Same source domain / Shared topic / Tension
Linked by a graph relationship (OpenAI released OpenAI Agents SDK); reported by the same outlet (github.com); overlapping topics (agent, cost).
Linked by a graph relationship (OpenAI released OpenAI Agents SDK); reported by the same outlet (github.com); overlapping topics (agent, model).
OpenAI released OpenAI Agents SDK / Same source domain / Shared topic
Linked by a graph relationship (OpenAI released OpenAI Agents SDK); reported by the same outlet (github.com); overlapping topics (agent, cost, model).
Linked by a graph relationship (OpenAI released OpenAI Agents SDK); reported by the same outlet (github.com); overlapping topics (agent, cancellation, model).