Show and tell: full-duplex voice frontend for qwen-code #8826
Replies: 2 comments
|
Update: the first-class qwen-code backend just shipped in our v1.8.0 release — one-click install pins |
|
Update: since our v1.11.0 release, Qwen Code is now the default backend of qwen-audio-agent — native ACP integration, one-click install ( Also new in v1.11.0: Agent Skills can be installed and managed for the qwen-code backend through our unified skills layer, and the voice frontend model is switchable between Qwen Audio and Qwen3.5-Omni realtime models. So the shortest path to a voice-driven Qwen Code today: install the desktop orb or CLI, pick Qwen Code (preselected), and talk. |
Uh oh!
There was an error while loading. Please reload this page.
We built a full-duplex voice frontend for qwen-code — talk to it like a phone call.
qwen-audio-agent is a realtime voice runtime that puts voice in front of coding agents, and qwen-code has been one of our first-class built-in backends from the start.
What qwen-code users get
Three ways to run it with qwen-code
The desktop version ships a floating orb (custom skins since v1.7.0) that shows qwen-code's live state — listening, working, announcing.
Integration notes we learned while aligning with qwen-code's protocol (in case anyone builds similar frontends): the ACP-style session/event surface made delegation and progress readback straightforward; the universal spawn-ENOENT backoff pattern was needed for cross-platform backend discovery.
Apache-2.0. Disclosure: I'm a maintainer — we also proposed an Ecosystem entry (#8629 / #8630). This post is for users who want voice today.
All reactions