open-computer-use 0.1.20 → 0.1.21
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 +1 -1
- package/dist/Open Computer Use.app/Contents/Info.plist +3 -1
- package/dist/Open Computer Use.app/Contents/MacOS/OpenComputerUse +0 -0
- package/dist/Open Computer Use.app/Contents/Resources/OpenComputerUse.icns +0 -0
- package/dist/Open Computer Use.app/Contents/Resources/official-software-cursor-window-252.png +0 -0
- package/dist/Open Computer Use.app/Contents/_CodeSignature/CodeResources +13 -2
- package/package.json +1 -1
- package/plugins/open-computer-use/.codex-plugin/plugin.json +1 -1
- package/scripts/postinstall.mjs +1 -1
package/README.md
CHANGED
|
@@ -62,7 +62,7 @@ open-computer-use install-codex-plugin
|
|
|
62
62
|
|
|
63
63
|
## Notes
|
|
64
64
|
|
|
65
|
-
- Version: `0.1.
|
|
65
|
+
- Version: `0.1.21`
|
|
66
66
|
- Platform: macOS 14+
|
|
67
67
|
- Architectures: `arm64` and `x64` via a universal app bundle
|
|
68
68
|
- The host terminal or app still needs macOS `Accessibility` and `Screen Recording` permissions
|
|
@@ -21,13 +21,15 @@
|
|
|
21
21
|
<key>CFBundlePackageType</key>
|
|
22
22
|
<string>APPL</string>
|
|
23
23
|
<key>CFBundleShortVersionString</key>
|
|
24
|
-
<string>0.1.
|
|
24
|
+
<string>0.1.21</string>
|
|
25
25
|
<key>CFBundleVersion</key>
|
|
26
26
|
<string>1</string>
|
|
27
27
|
<key>LSMinimumSystemVersion</key>
|
|
28
28
|
<string>14.0</string>
|
|
29
29
|
<key>LSUIElement</key>
|
|
30
30
|
<true/>
|
|
31
|
+
<key>NSHighResolutionCapable</key>
|
|
32
|
+
<true/>
|
|
31
33
|
<key>NSPrincipalClass</key>
|
|
32
34
|
<string>NSApplication</string>
|
|
33
35
|
</dict>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -6,7 +6,11 @@
|
|
|
6
6
|
<dict>
|
|
7
7
|
<key>Resources/OpenComputerUse.icns</key>
|
|
8
8
|
<data>
|
|
9
|
-
|
|
9
|
+
duyp5ZzIsn4z1wLLe2JaPpVWgRE=
|
|
10
|
+
</data>
|
|
11
|
+
<key>Resources/official-software-cursor-window-252.png</key>
|
|
12
|
+
<data>
|
|
13
|
+
06aDhPT83jwR02Nfn/dD6ePs7Dc=
|
|
10
14
|
</data>
|
|
11
15
|
</dict>
|
|
12
16
|
<key>files2</key>
|
|
@@ -15,7 +19,14 @@
|
|
|
15
19
|
<dict>
|
|
16
20
|
<key>hash2</key>
|
|
17
21
|
<data>
|
|
18
|
-
|
|
22
|
+
TzpZ6Uoa9kaMRINj+wBK0dpo2BwU1LLUTraVP2wrri8=
|
|
23
|
+
</data>
|
|
24
|
+
</dict>
|
|
25
|
+
<key>Resources/official-software-cursor-window-252.png</key>
|
|
26
|
+
<dict>
|
|
27
|
+
<key>hash2</key>
|
|
28
|
+
<data>
|
|
29
|
+
qFeEo/Q42hEMQrUJsLJ7kNR7hYEidKnTKfPye5vYll8=
|
|
19
30
|
</data>
|
|
20
31
|
</dict>
|
|
21
32
|
</dict>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "open-computer-use",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.21",
|
|
4
4
|
"description": "Prebuilt macOS Computer Use MCP server. After install, run open-computer-use doctor.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/iFurySt/open-codex-computer-use",
|
package/scripts/postinstall.mjs
CHANGED
|
@@ -11,7 +11,7 @@ const mcpConfig = {
|
|
|
11
11
|
};
|
|
12
12
|
const lines = [
|
|
13
13
|
"",
|
|
14
|
-
"Installed open-computer-use@0.1.
|
|
14
|
+
"Installed open-computer-use@0.1.21.",
|
|
15
15
|
"Package: https://www.npmjs.com/package/open-computer-use",
|
|
16
16
|
"Commands: open-computer-use, open-computer-use-mcp, open-codex-computer-use-mcp",
|
|
17
17
|
"",
|