Summary
Qwen Code shipped v0.19.3 with a focused fix that lets web_fetch fall back to JSON parsing when normal responses fail. The patch is narrow, but it matters because web retrieval is a core tool path for coding agents that need reliable external context.
What changed
Qwen Code released v0.19.3 with a web_fetch JSON fallback fix, following a nightly build that carried the same change.
Why it matters
Tool reliability is becoming a competitive criterion for coding agents. A small fetch-path fix can reduce brittle failures in research, browsing, and agent automation workflows that depend on external context.
Evidence excerpt
Agents Radar reports Qwen Code v0.19.3 as a patch release with a single web_fetch JSON fallback fix.