github QwenLM/qwen-code cua-driver-rs-v0.20.11
cua-driver-rs v0.20.11

pre-release4 hours ago

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-mcp package
    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(review): keep unplanned chunks out of coverage, and read the denominator from the plan by @wenshao in #12370
  • feat(review): record what a plan was computed from, and report drift by @wenshao in #12369
  • fix(core): accept nullable pagination when reading notebooks by @DragonnZhang in #12421
  • fix(cli): clean up stale session debug logs by @doudouOUC in #12374
  • feat(java): Add managed tool execution state by @doudouOUC in #12391
  • fix(web-shell): isolate npm pack diagnostics from verifier output by @dvd233 in #12367
  • feat(serve): support SSH workspaces without a remote daemon by @wenshao in #12255
  • feat(web-shell): enable expiring QR pairing on non-loopback listeners by @wenshao in #12322
  • fix(live): spend JPEG quality, not pixels, when a shared screen will not fit by @qqqys in #12397
  • fix(web-shell): expose markdown message completion state by @callmeYe in #12431
  • fix(web-shell): verify wildcard export targets against the packed file list by @yiliang114 in #12364
  • fix(web-shell): recover queued prompt binding after refresh failure by @elizabethbrunette21 in #12279
  • fix(desktop): restore window zoom in the Tauri shell by @yiliang114 in #12410
  • test(scripts): warm the pinned corepack pnpm cache before workers fork (#12436) by @qwen-code-dev-bot in #12446
  • feat(mobile): add encrypted, isolated connection profiles (Phase 2) by @jabrailkhalil in #12121
  • fix(web-shell): preserve reference tags across reloads by @ytahdn in #12404
  • feat(java): Add runtime broker service core by @doudouOUC in #12438
  • fix(web-shell): browse remote workspace folders without page refresh by @yiliang114 in #12412
  • fix(cli): close the remaining OpenTUI parity gaps against ink by @chiga0 in #12309
  • fix(core): warn when tools.eager entries match no discovered tool by @yiliang114 in #12451
  • chore(cli): bump the OpenTUI renderer to 0.5.10 by @chiga0 in #12321
  • fix(web-shell): open a Live session on a daemon serving one project by @qqqys in #12441
  • feat(cli): Add managed runtime attestation contract by @doudouOUC in #12447
  • fix(web-shell): show edit diffs before approval by @yiliang114 in #12443
  • feat(serve): Add opt-in fixed ACP child heap enforcement by @doudouOUC in #12353
  • feat(cli): Move bwrap sandboxing to tool execution by @doudouOUC in #12267
  • feat(serve): add --token-qr escape hatch and address-only QR fallback by @wenshao in #12266
  • chore(sdk-java): bump fastjson2 to 2.0.65 by @wenshao in #12465
  • docs: update README hero image by @yiliang114 in #12474
  • feat(java): Persist managed tool executions with JDBC by @doudouOUC in #12445
  • fix(core,docs): correct what the deferred-tool bridge made stale or untested by @yiliang114 in #12355
  • docs(plans): record why CI test time is bound by module import, not scheduling by @yiliang114 in #10909
  • perf(core): move the Agent tool's prompt-writing guidance into a bundled skill by @yiliang114 in #12323
  • fix(vscode-ide-companion): regenerate NOTICES.txt after release dependency reorder (#12479) by @qwen-code-dev-bot in #12483
  • chore(vscode-ide-companion): regenerate NOTICES.txt after dependency reorder (#12481) by @qwen-code-dev-bot in #12485
  • fix(java): Fence stale tool dispatch owners by @doudouOUC in #12477
  • fix(java): Make JDBC lease clocks timezone and storage safe by @doudouOUC in #12478
  • fix(cli): hide external editor option when the configured editor is unavailable by @yiliang114 in #12498
  • fix(review): Move trusted state outside workspaces by @doudouOUC in #12491
  • docs(verify-pr): add persisted-state, steady-state and skip-coverage rules by @wenshao in #12456
  • feat(channels): decouple group-member access from senderPolicy by @qwen-code-dev-bot in #12475
  • fix(cli): report clipboard unavailability on Linux instead of failing silently by @yiliang114 in #12489
  • fix(release): keep manifest layout when bumping versions by @yiliang114 in #12487
  • fix(chrome-extension): make the store release fail where it can be read by @tanzhenxin in #12392
  • docs(browser-use): point users at the Chrome Web Store listing by @tanzhenxin in #12510
  • fix(cli): report clipboard unavailability when the native module throws by @yiliang114 in #12508
  • feat(cli): Add managed runtime attestation worker by @doudouOUC in #12506
  • fix(web-shell): keep mobile composer controls reachable above a soft keyboard by @wenshao in #12462
  • fix(web-shell): open an ordinary task from New task in a Live chat by @qqqys in #12516
  • fix(channels): one operator rule for shared sessions, with an explicit operators list by @qqqys in #12515
  • feat(serve): restore serve.channels once for a workspace registered after boot by @qqqys in #12396
  • feat(core): record when each tool call started by @qqqys in #12517
  • docs(design): add Chinese translation of the memory pressure monitor design by @yiliang114 in #12521
  • fix(core): Simplify system prompts and remove conflicting examples by @doudouOUC in #12360
  • refactor(channels): move group senders into groups and resolve them per conversation by @qqqys in #12520
  • fix(web-shell): keep New task from a Live chat off the Live context without a trusted primary by @qqqys in #12519
  • fix(cli): scroll conversation on bare Up/Down in VP mode with empty input by @yiliang114 in #12518
  • fix(vscode-ide-companion): stop sending unregistered client id on message-edit rewind by @yar3333 in #12502
  • feat(cua): unify App workflows and fix no-Metal capture for SDK 0.20.11 by @LaZzyMan in #12386
  • fix(dws): keep document threads and todos on the direct-message axis by @qqqys in #12525
  • fix(serve): never hold a workspace registration on the channel-control lane by @qqqys in #12527
  • feat(web-shell): trajectory overview strip showing where a run spent its time by @qqqys in #12524
  • feat(web-shell): load the whole trajectory window before drawing it by @qqqys in #12533
  • fix(web-shell): settle stale streaming messages when idle by @callmeYe in #12439
  • fix(core): register session commits so the amend exemption is reachable by @yiliang114 in #12463
  • feat(web-shell): add shared URL navigation for pages and sessions by @Lilian0122 in #12499
  • feat(web-shell): edit group senders and session operators in the channel editor by @qqqys in #12535

New Contributors

Full Changelog: desktop-v0.24.3...cua-driver-rs-v0.20.11

Don't miss a new qwen-code release

NewReleases is sending notifications on new releases.