Canonical installers — install.sh, install.ps1, uninstall.sh, and uninstall.ps1 are the OS-specific entry points, with updates, local installs, and uninstall behavior routed through them.
New driver identity — macOS installs use /Applications/CuaDriver.app and com.trycua.cuadriver; Windows installs migrate from trycua\cua-driver-rs to Cua\cua-driver.
Background-safe Windows actions — Clicks, hotkeys, and text entry on Chromium, UWP, XAML, and canvas-like targets use Windows accessibility, SendInput, or PostMessage while preserving the user's foreground window.
UWP and XAML tooling — The Windows cua-driver-uia worker adds type_text support for XAML values, debug_window_info, CoreWindow fallbacks, and screen-region screenshots.
MCP and browser tools — browser_eval and page are now one cross-platform browser tool, and Windows and Linux MCP calls proxy through an already running daemon.
Agent setup and lifecycle — Skills install with Windows and Linux docs, Claude Code computer-use compatibility is the Claude default, autostart manages the Windows daemon, and kill_app can terminate by PID.