Skip to content

Releases: trycua/cua

lume-v0.3.9

27 Mar 20:21

Choose a tag to compare

What's Changed

  • Bump lume to v0.3.9 (08c07c7) by @github-actions[bot]

cc9db0cec8f1d10040fe29271476c7be936948027a2d3356626cd519d0266677 lume-0.3.9-darwin-arm64.pkg.tar.gz
9951cff6a63e651b233dc94ce0eadcb83dfefcfd49a07bdd87a534ef192411ad lume-0.3.9-darwin-arm64.tar.gz

Installation with script

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"

lume-v0.3.8

27 Mar 06:33

Choose a tag to compare

What's Changed

  • Bump lume to v0.3.8 (43785c8) by @github-actions[bot]

f0b4c8d5a46d1f97a3de5b464d3e3ce890f9e007b3dc761686b06b5be9d0006a lume-0.3.8-darwin-arm64.pkg.tar.gz
2af8b00d3958f0a1078346a344aadff1dd40cf56efc687befc24531d7960c63d lume-0.3.8-darwin-arm64.tar.gz

Installation with script

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"

lume-v0.3.7

27 Mar 04:32

Choose a tag to compare

What's Changed

  • Bump lume to v0.3.7 (59c30aa) by @github-actions[bot]

0c5b0e10bcadbf8bb008c002dd189d2e7484f03afb15a300c101e36f7ba76d7c lume-0.3.7-darwin-arm64.pkg.tar.gz
91b567bb8c1f6797183de7cd172c7d02fe94ea6123bc3eefce9a71a96d9ae6f0 lume-0.3.7-darwin-arm64.tar.gz

Installation with script

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/libs/lume/scripts/install.sh)"

cua-bench v0.2.8

27 Mar 20:21

Choose a tag to compare

What's Changed

  • fix(cua-bench): --with flag silently skips reinstall when package version matches by @ddupont808 in #1235

Full Changelog: lume-v0.3.9...bench-v0.2.8

cua-sandbox v0.1.2

26 Mar 22:38

Choose a tag to compare

What's Changed

Maintenance release — dependency updates only.

cua-sandbox v0.1.1

26 Mar 00:57

Choose a tag to compare

What's Changed

Maintenance release — dependency updates only.

cua-cli v0.1.3

26 Mar 23:17

Choose a tag to compare

cua-cli v0.1.3

Installation

Using install script (recommended)

# For Linux/macOS
curl -fsSL https://cua.ai/cli/install.sh | sh

# For Windows (PowerShell)
irm https://cua.ai/cli/install.ps1 | iex

Using npm/bun

# Using bun
bun add -g @trycua/cli

# Or using npm
npm install -g @trycua/cli

From source

git clone -b cua-v0.1.3 https://github.com/trycua/cua.git
cd cua/libs/typescript/cua-cli
bun install
bun link
bun link cua-cli

Release Assets

  • cua-darwin-arm64: macOS (Apple Silicon)
  • cua-darwin-x64: macOS (Intel)
  • cua-linux-x64: Linux (x86_64)
  • cua-windows-x64.exe: Windows (x86_64)

cua-cli v0.1.2

26 Mar 23:14

Choose a tag to compare

cua-cli v0.1.2

Installation

Using install script (recommended)

# For Linux/macOS
curl -fsSL https://cua.ai/cli/install.sh | sh

# For Windows (PowerShell)
irm https://cua.ai/cli/install.ps1 | iex

Using npm/bun

# Using bun
bun add -g @trycua/cli

# Or using npm
npm install -g @trycua/cli

From source

git clone -b cua-v0.1.2 https://github.com/trycua/cua.git
cd cua/libs/typescript/cua-cli
bun install
bun link
bun link cua-cli

Release Assets

  • cua-darwin-arm64: macOS (Apple Silicon)
  • cua-darwin-x64: macOS (Intel)
  • cua-linux-x64: Linux (x86_64)
  • cua-windows-x64.exe: Windows (x86_64)

Release notes

  • Temporarily disabled the cua chat command until BYOK is working on the playground UI

cua-cli v0.1.1

26 Mar 22:39

Choose a tag to compare

cua-cli v0.1.1

Installation

Using install script (recommended)

# For Linux/macOS
curl -fsSL https://cua.ai/cli/install.sh | sh

# For Windows (PowerShell)
irm https://cua.ai/cli/install.ps1 | iex

Using npm/bun

# Using bun
bun add -g @trycua/cli

# Or using npm
npm install -g @trycua/cli

From source

git clone -b cua-v0.1.1 https://github.com/trycua/cua.git
cd cua/libs/typescript/cua-cli
bun install
bun link
bun link cua-cli

Release Assets

  • cua-darwin-arm64: macOS (Apple Silicon)
  • cua-darwin-x64: macOS (Intel)
  • cua-linux-x64: Linux (x86_64)
  • cua-windows-x64.exe: Windows (x86_64)

Release notes

  • Initial release of cua cli

cua-core v0.1.19

26 Mar 22:34

Choose a tag to compare

What's Changed