Summary

Qwen Code’s v0.16.1 release line is focused on runtime hardening rather than flashy new features. The stable release fixed broken tool-call invariants across failure paths, and the May 25 nightly followed with a build fix while the project continued pushing daemon-mode parity and agent reliability work.

What changed

Qwen Code v0.16.1 fixed tool_use/tool_result failure-path handling, and the May 25 nightly release cleaned up build failures as the team kept extending daemon-mode and session-management work.

Why it matters

This is the kind of release line teams care about once an agent is in real use. Runtime contract fixes and build stability reduce silent hangs, malformed tool state, and failed upgrade paths, all of which matter more than another model toggle when the tool is part of a daily workflow.

Evidence excerpt

The v0.16.1 release notes call out a fix for the tool_use/tool_result invariant across failure paths, while the May 25 nightly resolves TS5055 build errors by cleaning stale outputs before tsc --build.

Sources