@loadmill/droid-cua 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -38,7 +38,8 @@ Under the hood, `droid-cua` uses an AI agent to explore your app, execute action
38
38
 
39
39
  **1. Download the desktop app**
40
40
 
41
- Get the latest stable desktop build from [GitHub Releases](https://github.com/loadmill/droid-cua-release/releases/latest/download/Loadmill-Droid-CUA-arm64.dmg).
41
+ - Mac: [Download](https://github.com/loadmill/droid-cua-release/releases/latest/download/Loadmill-Droid-CUA.dmg)
42
+ - Mac (Intel): [Download](https://github.com/loadmill/droid-cua-release/releases/latest/download/Loadmill-Droid-CUA-intel.dmg)
42
43
 
43
44
  **2. Launch the app**
44
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadmill/droid-cua",
3
- "version": "2.1.0",
3
+ "version": "2.2.0",
4
4
  "description": "AI-powered Android testing agent using OpenAI's computer-use model and ADB",
5
5
  "main": "build/index.js",
6
6
  "type": "module",