crewx-bridge 0.2.6 → 0.2.7
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 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
CrewX Bridge securely enrolls a macOS or Linux machine with a CrewX workspace
|
|
4
4
|
and lets workspace administrators launch local Codex, Claude Code, Pi, Hermes,
|
|
5
5
|
or OpenClaw agent profiles in folders approved by that machine's owner.
|
|
6
|
+
For a managed OpenClaw profile, CrewX creates the corresponding OpenClaw agent
|
|
7
|
+
inside the selected approved folder; it never approves a new local path from a
|
|
8
|
+
remote request.
|
|
6
9
|
|
|
7
10
|
Bridge is not a remote shell. It accepts only signed-in, server-authorized,
|
|
8
11
|
structured `start_agent` and `stop_agent` commands. It uses an outbound HTTPS
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crewx-bridge",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "Secure macOS and Linux machine bridge for CrewX agent runtimes.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"commander": "^14.0.2",
|
|
38
38
|
"zod": "^4.1.12",
|
|
39
|
-
"crewx-agent-
|
|
40
|
-
"crewx-agent-
|
|
39
|
+
"crewx-agent-cli": "0.2.3",
|
|
40
|
+
"crewx-agent-protocol": "0.2.3"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/node": "^24.10.1",
|