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 (x86_64 + arm64)
- 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
- feat(core): trust a generated-scripts root for workflow scriptPath loads by @qqqys in #9987
- docs: consolidate assorted documentation corrections by @AaronZ345 in #9855
- fix(ci): retry sandbox image builds and file an issue when a release build fails by @yiliang114 in #9916
- feat(providers): load model recommendations before editing by @qqqys in #9980
- feat(goal): stop autonomous continuation at a token budget the user re-arms by @qqqys in #9891
- fix(web-shell): constrain responsive sidebar drawer by @dreamWB in #10020
- fix(core): dedupe hierarchical memory files by canonical identity by @yiliang114 in #9600
- fix(cua-driver): support sandboxed Windows SDK clients by @LaZzyMan in #10120
- chore(ci): migrate CUA npm packages to trusted publishing by @yiliang114 in #9836
- feat(acp): enable managed auto-memory lifecycle by @zgxkbtl in #9992
- chore(cua-driver): bump SDK to 0.20.1 by @LaZzyMan in #10127
- fix(node-repl): make package verification idempotent by @LaZzyMan in #10133
- fix(review): give cancelled runs an accurate fallback body instead of the failure comment by @wenshao in #10114
- fix(cua-driver): synchronize release version marker by @LaZzyMan in #10135
- feat(cli): Add standalone sessions for projectless tasks by @doudouOUC in #9978
New Contributors
Full Changelog: desktop-v0.2.2...cua-driver-rs-v0.20.1