codelocal 1.5.50 → 1.5.53
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/bin/helpers/computer-darwin-amd64 +0 -0
- package/bin/helpers/computer-darwin-arm64 +0 -0
- package/bin/helpers/computer-linux-amd64 +0 -0
- package/bin/helpers/computer-linux-arm64 +0 -0
- package/bin/helpers/computer-windows-amd64.exe +0 -0
- package/bin/helpers/computer-windows-arm64.exe +0 -0
- package/bin/native/codelocal-darwin-arm64 +0 -0
- package/bin/native/codelocal-darwin-x64 +0 -0
- package/bin/native/codelocal-linux-arm64 +0 -0
- package/bin/native/codelocal-linux-x64 +0 -0
- package/bin/native/codelocal-win32-arm64.exe +0 -0
- package/bin/native/codelocal-win32-x64.exe +0 -0
- package/package.json +3 -2
- package/bin/helpers/computer-native-darwin-amd64 +0 -0
- package/bin/helpers/computer-native-darwin-arm64 +0 -0
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ codelocal .
|
|
|
25
25
|
codelocal
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
On first start, CodeLocal asks which local capabilities connected MCP clients may use. Browser Automation lets a compatible AI client inspect and interact with websites in an isolated session; if enabled, CodeLocal downloads one managed Chromium browser and shows the install progress before starting. Coding works without this optional download. Computer Use remains a separate opt-in capability and
|
|
28
|
+
On first start, CodeLocal asks which local capabilities connected MCP clients may use. Browser Automation lets a compatible AI client inspect and interact with websites in an isolated session; if enabled, CodeLocal downloads one managed Chromium browser and shows the install progress before starting. Coding works without this optional download. Computer Use remains a separate opt-in capability and includes both the native desktop helper and a managed Mobile MCP backend inside the CodeLocal package. Mobile automation becomes active only when a simulator, emulator or authorized real device is available; Android targets require platform tools/adb and iOS targets require the relevant Xcode/device tooling.
|
|
29
29
|
|
|
30
30
|
The Go runtime then pairs this machine if needed, syncs authorized workspaces, and waits for authenticated MCP clients. One machine runs one runtime; multiple workspaces activate lazily inside it.
|
|
31
31
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"codelocal": "bin/codelocal.js"
|
|
4
4
|
},
|
|
5
5
|
"dependencies": {
|
|
6
|
+
"@mobilenext/mobile-mcp": "1.0.2",
|
|
6
7
|
"@playwright/cli": "0.1.17"
|
|
7
8
|
},
|
|
8
9
|
"description": "Universal MCP runtime and durable Project Brain for AI coding clients and agents.",
|
|
@@ -27,7 +28,7 @@
|
|
|
27
28
|
"name": "codelocal",
|
|
28
29
|
"repository": {
|
|
29
30
|
"type": "git",
|
|
30
|
-
"url": "https://github.com/0xmarkhydra/
|
|
31
|
+
"url": "https://github.com/0xmarkhydra/codelocal.git"
|
|
31
32
|
},
|
|
32
|
-
"version": "1.5.
|
|
33
|
+
"version": "1.5.53"
|
|
33
34
|
}
|
|
Binary file
|
|
Binary file
|