Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/cua-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ documented in [`.vendored-patches.md`](.vendored-patches.md) and
macOS and Linux:

```bash
CUA_DRIVER_RS_VERSION=0.20.0 \
CUA_DRIVER_RS_VERSION=0.20.1 \
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/QwenLM/qwen-code/main/packages/cua-driver/scripts/install.sh)"
```

Windows PowerShell:

```powershell
$env:CUA_DRIVER_RS_VERSION = "0.20.0"
$env:CUA_DRIVER_RS_VERSION = "0.20.1"
irm https://raw.githubusercontent.com/QwenLM/qwen-code/main/packages/cua-driver/scripts/install.ps1 | iex
```

Expected: qwen-cua-driver 0.20.0.
Expected: qwen-cua-driver 0.20.1.

The released product uses Qwen-owned identities throughout:

Expand Down
2 changes: 1 addition & 1 deletion packages/cua-driver/scripts/_install-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ done
# asset — see the recovery at the download step below.
#
# ~~~ BAKED_VERSION: auto-updated after release publication — do not edit ~~~
CUA_DRIVER_RS_BAKED_VERSION="0.20.0"
CUA_DRIVER_RS_BAKED_VERSION="0.20.1"
# ~~~ END_BAKED_VERSION ~~~

# Run API requests with an optional token. Keep the header construction here
Expand Down
2 changes: 1 addition & 1 deletion packages/cua-driver/scripts/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ $ThemeBinaryName = "cua-cursor-theme.exe"
# where the baked line hasn't been updated yet.
#
# ~~~ BAKED_VERSION: auto-updated after release publication — do not edit ~~~
$Script:CuaDriverRsBakedVersion = "0.20.0"
$Script:CuaDriverRsBakedVersion = "0.20.1"
# ~~~ END_BAKED_VERSION ~~~
$CursorThemeRequiredFrom = [version]"0.12.7"

Expand Down
Loading