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(dws): align group and direct chat access controls by @qqqys in #11836
- test: record what the Windows inode gates are hiding, and un-skip one by @yiliang114 in #11853
- fix(cua): preserve Linux observations and REPL diagnostics by @DragonnZhang in #11829
- feat(core): cap web_search calls per session by @qqqys in #11852
- fix(core)!: let bash expand project directory variables in command hooks by @qqqys in #11864
- fix(cua): make Linux input delivery adaptive by @LaZzyMan in #11876
Full Changelog: cua-driver-rs-v0.20.7...cua-driver-rs-v0.20.8