From 68d467d8710951919f3a0e4ebe0db952bb2a359d Mon Sep 17 00:00:00 2001 From: "cua-release-bot[bot]" <254316371+cua-release-bot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 11:05:07 +0000 Subject: [PATCH 1/2] chore(main): release cua-driver-rs 0.26.1 --- .release-please-manifest.json | 2 +- libs/cua-driver/python/pyproject.toml | 2 +- libs/cua-driver/python/src/cua_driver/__init__.py | 2 +- libs/cua-driver/rust/CHANGELOG.md | 7 +++++++ libs/cua-driver/rust/Cargo.toml | 2 +- libs/cua-driver/rust/Skills/cua-driver/SKILL.md | 2 +- libs/cua-driver/rust/VERSION | 2 +- libs/cua-driver/typescript/package-lock.json | 4 ++-- libs/cua-driver/typescript/package.json | 2 +- 9 files changed, 16 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2681587b35..70600dfb69 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/cua-driver": "0.26.0", + "libs/cua-driver": "0.26.1", "libs/lume": "0.5.3", "libs/python/cua-sandbox": "0.6.0" } diff --git a/libs/cua-driver/python/pyproject.toml b/libs/cua-driver/python/pyproject.toml index 426a0420f6..c524a29ac8 100644 --- a/libs/cua-driver/python/pyproject.toml +++ b/libs/cua-driver/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "cua-driver" -version = "0.26.0" +version = "0.26.1" description = "Rust-backed Cua Driver SDK and bundled executable for client applications" readme = "README.md" license = { text = "MIT" } diff --git a/libs/cua-driver/python/src/cua_driver/__init__.py b/libs/cua-driver/python/src/cua_driver/__init__.py index 52e54bbe28..99cc3d9fc9 100644 --- a/libs/cua-driver/python/src/cua_driver/__init__.py +++ b/libs/cua-driver/python/src/cua_driver/__init__.py @@ -4,7 +4,7 @@ through their runtime's MCP client instead of importing a language MCP facade. """ -__version__ = "0.26.0" # x-release-please-version +__version__ = "0.26.1" # x-release-please-version from ._native import ( ActionCompletion, diff --git a/libs/cua-driver/rust/CHANGELOG.md b/libs/cua-driver/rust/CHANGELOG.md index 2f9af2eb8f..0ee14b8ee2 100644 --- a/libs/cua-driver/rust/CHANGELOG.md +++ b/libs/cua-driver/rust/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.26.1](https://github.com/trycua/cua/compare/cua-driver-rs-v0.26.0...cua-driver-rs-v0.26.1) (2026-09-10) + + +### Bug Fixes + +* **cua-driver:** retain inert Hyprland pointer on desktop faults ([#3702](https://github.com/trycua/cua/issues/3702)) ([648c251](https://github.com/trycua/cua/commit/648c251400ebb356f6d7dbc3d0c835690b9bb4b4)) + ## [0.26.0](https://github.com/trycua/cua/compare/cua-driver-rs-v0.25.0...cua-driver-rs-v0.26.0) (2026-09-10) diff --git a/libs/cua-driver/rust/Cargo.toml b/libs/cua-driver/rust/Cargo.toml index 01b763af40..cd42bdd6ad 100644 --- a/libs/cua-driver/rust/Cargo.toml +++ b/libs/cua-driver/rust/Cargo.toml @@ -17,7 +17,7 @@ members = [ ] [workspace.package] -version = "0.26.0" +version = "0.26.1" edition = "2021" authors = ["trycua"] license = "MIT" diff --git a/libs/cua-driver/rust/Skills/cua-driver/SKILL.md b/libs/cua-driver/rust/Skills/cua-driver/SKILL.md index e20e64f2ba..68fe9a226a 100644 --- a/libs/cua-driver/rust/Skills/cua-driver/SKILL.md +++ b/libs/cua-driver/rust/Skills/cua-driver/SKILL.md @@ -1,7 +1,7 @@ --- name: cua-driver description: Drive a native GUI app (macOS, Windows, Linux) via the cua-driver CLI (default) or MCP server; snapshot its accessibility tree, act through snapshot-bound element tokens, native menu paths, exact window geometry, or pixel coordinates, and verify from fresh state. Use when the user asks you to operate, drive, automate, or perform a GUI task in a real application on the host, or to continue, resume, or recall recent Cua activity. -version: 0.26.0 # x-release-please-version +version: 0.26.1 # x-release-please-version metadata: openclaw: requires: diff --git a/libs/cua-driver/rust/VERSION b/libs/cua-driver/rust/VERSION index 4e8f395fa5..30f6cf8d98 100644 --- a/libs/cua-driver/rust/VERSION +++ b/libs/cua-driver/rust/VERSION @@ -1 +1 @@ -0.26.0 +0.26.1 diff --git a/libs/cua-driver/typescript/package-lock.json b/libs/cua-driver/typescript/package-lock.json index b26c039a06..f964f6f438 100644 --- a/libs/cua-driver/typescript/package-lock.json +++ b/libs/cua-driver/typescript/package-lock.json @@ -1,12 +1,12 @@ { "name": "@trycua/cua-driver", - "version": "0.26.0", + "version": "0.26.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@trycua/cua-driver", - "version": "0.26.0", + "version": "0.26.1", "license": "MIT", "repository": { "type": "git", diff --git a/libs/cua-driver/typescript/package.json b/libs/cua-driver/typescript/package.json index fb0cd8470d..bab3399510 100644 --- a/libs/cua-driver/typescript/package.json +++ b/libs/cua-driver/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@trycua/cua-driver", - "version": "0.26.0", + "version": "0.26.1", "description": "Rust-backed Cua Driver SDK and embedded Node host", "type": "module", "license": "MIT", From b4fe399e653fa53afad2485f085e1029f0920348 Mon Sep 17 00:00:00 2001 From: "trycua-release[bot]" Date: Thu, 10 Sep 2026 11:05:17 +0000 Subject: [PATCH 2/2] chore(cua-driver-rs): synchronize generated release files --- .../reference/cua-driver/cli-reference.mdx | 4 +-- .../reference/cua-driver/mcp-tools-linux.mdx | 2 +- .../cua-driver/mcp-tools-windows.mdx | 2 +- .../docs/reference/cua-driver/mcp-tools.mdx | 2 +- libs/cua-driver/rust/Cargo.lock | 26 +++++++++---------- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/docs/content/docs/reference/cua-driver/cli-reference.mdx b/docs/content/docs/reference/cua-driver/cli-reference.mdx index ae66b47688..dab866b43b 100644 --- a/docs/content/docs/reference/cua-driver/cli-reference.mdx +++ b/docs/content/docs/reference/cua-driver/cli-reference.mdx @@ -7,7 +7,7 @@ description: Command-line interface specification for Cua Driver AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY Generated by: npx tsx scripts/docs-generators/cua-driver.ts Source: cua-driver dump-docs - Version: 0.26.0 + Version: 0.26.1 */} Cross-platform computer-use automation driver. Install via the official script: @@ -16,7 +16,7 @@ Cross-platform computer-use automation driver. Install via the official script: curl -fsSL https://cua.ai/driver/install.sh | bash ``` -Documented against Cua Driver **0.26.0**. Run `cua-driver --version` for your installed version. +Documented against Cua Driver **0.26.1**. Run `cua-driver --version` for your installed version. The macOS-only `cua-driver permissions` command is documented separately in [macOS permissions](/reference/cua-driver/macos-permissions). diff --git a/docs/content/docs/reference/cua-driver/mcp-tools-linux.mdx b/docs/content/docs/reference/cua-driver/mcp-tools-linux.mdx index f455cd4baa..e317fb8416 100644 --- a/docs/content/docs/reference/cua-driver/mcp-tools-linux.mdx +++ b/docs/content/docs/reference/cua-driver/mcp-tools-linux.mdx @@ -7,7 +7,7 @@ description: Reference for MCP tools Cua Driver exposes on Linux AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY Generated by: npx tsx scripts/docs-generators/cua-driver.ts Source: cua-driver dump-docs - Version: 0.26.0 + Version: 0.26.1 */} import { Callout } from 'fumadocs-ui/components/callout'; diff --git a/docs/content/docs/reference/cua-driver/mcp-tools-windows.mdx b/docs/content/docs/reference/cua-driver/mcp-tools-windows.mdx index deab42fa26..1151b47745 100644 --- a/docs/content/docs/reference/cua-driver/mcp-tools-windows.mdx +++ b/docs/content/docs/reference/cua-driver/mcp-tools-windows.mdx @@ -7,7 +7,7 @@ description: Reference for MCP tools Cua Driver exposes on Windows AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY Generated by: npx tsx scripts/docs-generators/cua-driver.ts Source: cua-driver dump-docs - Version: 0.26.0 + Version: 0.26.1 */} import { Callout } from 'fumadocs-ui/components/callout'; diff --git a/docs/content/docs/reference/cua-driver/mcp-tools.mdx b/docs/content/docs/reference/cua-driver/mcp-tools.mdx index b489ea4637..223e8f91cc 100644 --- a/docs/content/docs/reference/cua-driver/mcp-tools.mdx +++ b/docs/content/docs/reference/cua-driver/mcp-tools.mdx @@ -7,7 +7,7 @@ description: Reference for MCP tools Cua Driver exposes on macOS AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY Generated by: npx tsx scripts/docs-generators/cua-driver.ts Source: cua-driver dump-docs - Version: 0.26.0 + Version: 0.26.1 */} import { Callout } from 'fumadocs-ui/components/callout'; diff --git a/libs/cua-driver/rust/Cargo.lock b/libs/cua-driver/rust/Cargo.lock index 5e10ce6a10..55d08679b3 100644 --- a/libs/cua-driver/rust/Cargo.lock +++ b/libs/cua-driver/rust/Cargo.lock @@ -1139,7 +1139,7 @@ dependencies = [ [[package]] name = "cua-driver" -version = "0.26.0" +version = "0.26.1" dependencies = [ "anyhow", "async-trait", @@ -1177,7 +1177,7 @@ dependencies = [ [[package]] name = "cua-driver-bindgen" -version = "0.26.0" +version = "0.26.1" dependencies = [ "cbindgen", "uniffi", @@ -1185,7 +1185,7 @@ dependencies = [ [[package]] name = "cua-driver-contract" -version = "0.26.0" +version = "0.26.1" dependencies = [ "schemars", "serde", @@ -1195,7 +1195,7 @@ dependencies = [ [[package]] name = "cua-driver-core" -version = "0.26.0" +version = "0.26.1" dependencies = [ "anyhow", "async-trait", @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "cua-driver-sdk" -version = "0.26.0" +version = "0.26.1" dependencies = [ "async-trait", "core-foundation", @@ -1255,7 +1255,7 @@ dependencies = [ [[package]] name = "cua-driver-testkit" -version = "0.26.0" +version = "0.26.1" dependencies = [ "core-foundation", "image", @@ -1270,7 +1270,7 @@ dependencies = [ [[package]] name = "cua-driver-uia" -version = "0.26.0" +version = "0.26.1" dependencies = [ "anyhow", "cua-driver-core", @@ -1285,7 +1285,7 @@ dependencies = [ [[package]] name = "cursor-overlay" -version = "0.26.0" +version = "0.26.1" dependencies = [ "anyhow", "cua-driver-contract", @@ -1302,7 +1302,7 @@ dependencies = [ [[package]] name = "cursor-theme-cli" -version = "0.26.0" +version = "0.26.1" dependencies = [ "anyhow", "cursor-overlay", @@ -3148,7 +3148,7 @@ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" [[package]] name = "pip-preview" -version = "0.26.0" +version = "0.26.1" dependencies = [ "anyhow", "serde_json", @@ -3208,7 +3208,7 @@ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" [[package]] name = "platform-linux" -version = "0.26.0" +version = "0.26.1" dependencies = [ "anyhow", "ashpd", @@ -3262,7 +3262,7 @@ dependencies = [ [[package]] name = "platform-macos" -version = "0.26.0" +version = "0.26.1" dependencies = [ "anyhow", "async-trait", @@ -3302,7 +3302,7 @@ dependencies = [ [[package]] name = "platform-windows" -version = "0.26.0" +version = "0.26.1" dependencies = [ "anyhow", "async-trait",