open-computer-use 0.1.45 → 0.1.46

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 CHANGED
@@ -64,7 +64,7 @@ open-computer-use install-codex-plugin
64
64
 
65
65
  ## Notes
66
66
 
67
- - Version: `0.1.45`
67
+ - Version: `0.1.46`
68
68
  - Supported npm platforms: `darwin-arm64`, `darwin-x64`, `linux-arm64`, `linux-x64`, `win32-arm64`, `win32-x64`
69
69
  - macOS still requires `Accessibility` and `Screen Recording` permissions.
70
70
  - Linux requires a signed-in desktop session with AT-SPI2 / D-Bus accessibility available for real app control.
@@ -21,7 +21,7 @@
21
21
  <key>CFBundlePackageType</key>
22
22
  <string>APPL</string>
23
23
  <key>CFBundleShortVersionString</key>
24
- <string>0.1.45</string>
24
+ <string>0.1.46</string>
25
25
  <key>CFBundleVersion</key>
26
26
  <string>1</string>
27
27
  <key>LSMinimumSystemVersion</key>
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-computer-use",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "description": "Cross-platform Computer Use MCP server launcher. After install, configure open-computer-use mcp.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/iFurySt/open-codex-computer-use",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-computer-use",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "description": "Open-source cross-platform Computer Use MCP server packaged as a Codex plugin.",
5
5
  "author": {
6
6
  "name": "Leo",
@@ -11,7 +11,7 @@ const mcpConfig = {
11
11
  };
12
12
  const lines = [
13
13
  "",
14
- "Installed open-computer-use@0.1.45.",
14
+ "Installed open-computer-use@0.1.46.",
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
  "Native runtime will be selected from bundled artifacts for " + process.platform + "-" + process.arch + ".",