Qwen CUA Driver prebuilt binaries
(vendored under packages/cua-driver).
- macOS: codesigned + notarized universal binary +
QwenCuaDriver.app - Linux: unsigned (x86_64 + arm64, glibc 2.31 floor)
- Windows: unsigned UIAccess worker + native SDK payload
(x86_64 + arm64); deployments must sign and trust the worker
on the target machine before UIAccess activation - Node.js: the same workflow publishes
@qwen-code/cua-sdk
after a clean install against these release assets and publishes
the independently versioned@qwen-code/node-repl-mcppackage
after its MCP protocol smoke tests
Enable relative coordinates: CUA_DRIVER_RS_COORDINATE_SPACE=1
(default 0 = off; optional CUA_DRIVER_RS_COORDINATE_SCALE=1000).
Enable textual MCP payload filtering for affected model API routes:
MCP_MODEL_PAYLOAD_FILTER=1 (default off).
What's Changed
- fix(core): keep escaped whitespace at pipe-list entry edges by @qqqys in #11860
- docs(hooks): complete the event catalog and correct stale claims by @qqqys in #11863
- chore(pnpm): correct the range-key rationale and cover the version union by @yiliang114 in #11845
- fix(serve): resolve skill identity from the catalog for toggle guards by @harjothkhara in #11831
- feat: track background result execution across daemon and web shell by @ytahdn in #11636
- fix(standalone): bundle @lydell/node-pty prebuilds so the web terminal works by @yiliang114 in #11881
- test(cli): mock realpathSync in the review cleanup suite so the cwd witness holds on Windows by @yiliang114 in #11893
- feat(cli): full /hooks dialog in OpenTUI by @qqqys in #11903
- feat(core): emit hook progress events by @qqqys in #11906
- feat(extensions): ship dynamic workflows from extensions by @qqqys in #11805
- fix(cua): bound Linux observations and prepare SDK 0.20.9 by @LaZzyMan in #11910
Full Changelog: cua-driver-rs-v0.20.8...cua-driver-rs-v0.20.9