codelocal 1.5.14 → 1.5.16
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 +3 -3
- 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 +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CodeLocal
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Universal MCP runtime and durable Project Brain for AI coding clients and agents.
|
|
4
4
|
|
|
5
5
|
Website: [https://codelocal.cloud](https://codelocal.cloud/)
|
|
6
6
|
|
|
@@ -25,9 +25,9 @@ codelocal .
|
|
|
25
25
|
codelocal
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
On first start, CodeLocal asks which local capabilities
|
|
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 uses the native helper already bundled for the current operating system, so it does not trigger another browser download.
|
|
29
29
|
|
|
30
|
-
The Go runtime then pairs this machine if needed, syncs authorized workspaces, and waits for
|
|
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
|
|
|
32
32
|
Use `codelocal status` to inspect it and `codelocal stop` to stop it.
|
|
33
33
|
|
|
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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@playwright/cli": "0.1.17"
|
|
7
7
|
},
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "Universal MCP runtime and durable Project Brain for AI coding clients and agents.",
|
|
9
9
|
"engines": {
|
|
10
10
|
"node": "\u003e=20"
|
|
11
11
|
},
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
],
|
|
26
26
|
"license": "UNLICENSED",
|
|
27
27
|
"name": "codelocal",
|
|
28
|
-
"version": "1.5.
|
|
28
|
+
"version": "1.5.16"
|
|
29
29
|
}
|