Qwen Code v0.19.3 adds voice/control APIs, team memory, vision model fallback, MCP live reload, and a fleet of new CLI and web-shell capabilities.
$ git clone --branch v0.19.3 https://github.com/QwenLM/qwen-code.git # already have the repo? check out this version: $ git checkout v0.19.3
$ QWEN_STREAM_IDLE_TIMEOUT_MS=30000 qwen {
"providerProtocol": "openai"
} - ›Adds
QWEN_STREAM_IDLE_TIMEOUT_MSenvironment variable to configure the stream idle timeout in the OpenAI pipeline. - ›Adds
providerProtocolconfig key to map a provider ID to an SDK protocol. - ›Adds
/model --visionsubcommand flag to designate a fallback vision model. - ›Adds
/cdcommand support in ACP sessions. - ›Adds a user-configurable keyterms file for voice dictation.
+25 moreshow less
- ›Adds
'voice'toComposerToolbarActionfor external visibility control of the voice toolbar button. - ›Adds daemon workspace voice and control APIs to the serve layer.
- ›Adds a new API endpoint to query a single session's status by ID.
- ›Adds a git-shared team memory tier, enabling memory shared across a team via a git repository.
- ›Adds a bundled extension creator skill and supports
@extensionmention in CLI input autocomplete. - ›MCP servers now reconcile live on settings change — no restart required.
- ›Web-shell
/mcpdialog now allows browsing MCP server resources. - ›Makes the telemetry sensitive span attribute limit configurable.
- ›Adds
recordApiRequestBreakdownwiring intoendLLMRequestSpanfor richer LLM request telemetry (Phase 4c). - ›Adds skill usage stats display in the CLI.
- ›Auto-generated skills now require user confirmation before being persisted.
- ›Vendors
qwen-cua-driverwith opt-in 0–1000 relative coordinate mode. - ›TUI now partitions tool display by type — collapsing read/search tools and showing mutation tools individually.
- ›CLI now warns before foreground shell timeout expires.
- ›CLI footer now shows the count of scheduled tasks.
- ›Built-in status line preset is now enabled by default for new users.
- ›Registers Telegram bot command menu via the channels integration.
- ›Web-shell markdown tables gain Excel-style interactions and a manual toggle to enable/disable the enhanced table view.
- ›Web-shell code blocks now stream-highlight syntax as they arrive.
- ›Web-shell adds a workspace session sidebar.
- ›Web-shell adds a mobile responsive view for the TodoPanel.
- ›Web-shell adds error boundaries to prevent a render crash from white-screening the embed.
- ›Web-shell allows the host to override streaming loading phrases.
- ›Web-shell shows duration on finished thinking summaries.
- ›Startup text in auto mode is simplified and emoji removed.
- !The
/remembercommand is decoupled from auto-extract and no longer writes toQWEN.md; existing workflows that relied on/rememberupdatingQWEN.mdwill stop receiving those writes after upgrading.