Summary

Qwen Code’s v0.16.1 release line is still centered on runtime hardening, but the surrounding repo work now makes clear that this stability push sits alongside a broader daemon-mode expansion. The stable release fixes broken tool-call invariants across failure paths, while adjacent official work adds ACP transport and runtime MCP server add/remove for qwen serve.

What changed

Qwen Code v0.16.1 fixed tool-call invariant failures, and the surrounding official development line added ACP transport plus runtime MCP server add and remove support for daemon mode.

Why it matters

This is a better production-readiness signal than a narrow bugfix alone. Qwen is tightening execution-path correctness while also making its server mode more operable, which is exactly the combination teams need when evaluating terminal-native agents for longer-running or remotely managed workflows.

Evidence excerpt

The v0.16.1 release notes fix tool_use and tool_result invariant failures, while official Qwen Code pull requests add ACP transport at /acp and runtime MCP server add and remove support for qwen serve.

Sources