openowl 0.3.4 → 0.3.5
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.
- package/README.md +2 -2
- package/install.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ npx openowl
|
|
|
16
16
|
|
|
17
17
|
## Setup
|
|
18
18
|
|
|
19
|
-
1. Sign up at [openowl
|
|
19
|
+
1. Sign up at [openowl.dev/quick-setup](https://openowl.dev/quick-setup)
|
|
20
20
|
2. Save your API key:
|
|
21
21
|
```bash
|
|
22
22
|
mkdir -p ~/.openowl
|
|
@@ -38,5 +38,5 @@ OpenOwl gives AI assistants the ability to see your screen and interact with des
|
|
|
38
38
|
|
|
39
39
|
## Links
|
|
40
40
|
|
|
41
|
-
- [Quick Setup](https://openowl
|
|
41
|
+
- [Quick Setup](https://openowl.dev/quick-setup)
|
|
42
42
|
- [GitHub](https://github.com/mihir-kanzariya/OpenOwl)
|
package/install.js
CHANGED
|
@@ -8,7 +8,7 @@ const https = require("https");
|
|
|
8
8
|
const http = require("http");
|
|
9
9
|
const { execSync } = require("child_process");
|
|
10
10
|
|
|
11
|
-
const VERSION = "0.3.
|
|
11
|
+
const VERSION = "0.3.5";
|
|
12
12
|
const BASE_URL =
|
|
13
13
|
"https://dedjlsvrwafhyznaazbm.supabase.co/storage/v1/object/public/releases";
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openowl",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.5",
|
|
4
4
|
"description": "AI desktop automation MCP server — give your AI eyes and hands",
|
|
5
|
-
"homepage": "https://openowl
|
|
5
|
+
"homepage": "https://openowl.dev",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/mihir-kanzariya/OpenOwl"
|