Summary

CoPaw opened a provider fix for DeepSeek V4 streaming failures on OpenAI-compatible proxy endpoints. The change extends handling for reasoning_content errors from non-streaming paths into streaming flows, addressing a real user report from QwenPaw 2.x users.

What changed

CoPaw PR #5582 addresses issue #5573 by recovering from DeepSeek V4 streaming reasoning_content errors.

Why it matters

Provider compatibility is a recurring reliability risk for AI agent apps. Small schema differences in model streams can break end-user workflows even when model configuration tests appear to pass.

Evidence excerpt

Agents Radar described issue #5573 as DeepSeek V4 streaming 400 errors and PR #5582 as extending recovery for reasoning_content errors into streaming paths.

Sources