@clawscarf/cli 0.1.0-alpha.11 → 0.1.0-alpha.12
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 -1
- package/package.json +1 -1
- package/release/components.json +1 -1
- package/runtime/configuration.js +1 -0
- package/runtime/current.json +16 -16
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ models, connected accounts, and execution protected by NVIDIA OpenShell.
|
|
|
13
13
|
## Get started
|
|
14
14
|
|
|
15
15
|
```sh
|
|
16
|
-
curl -fsSL https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.
|
|
16
|
+
curl -fsSL https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.11/install.sh | sh
|
|
17
17
|
export PATH="$HOME/.local/bin:$PATH"
|
|
18
18
|
clawscarf configure
|
|
19
19
|
```
|
|
@@ -98,6 +98,8 @@ Public web access permits sending team data to public services. See the
|
|
|
98
98
|
Default login and optional Connections use **ClawScarf Cloud**. You can use your own
|
|
99
99
|
OIDC provider and disable Connections to run without those hosted services. Original
|
|
100
100
|
model-provider keys and Connections management credentials stay outside OpenClaw.
|
|
101
|
+
See the [hosted-service contract](https://github.com/clawscarf/clawscarf/blob/main/docs/cloud-services.md#independent-ownership) for
|
|
102
|
+
cloud credential authority and team admission.
|
|
101
103
|
|
|
102
104
|
See [published releases](https://github.com/clawscarf/clawscarf/releases),
|
|
103
105
|
[security implementation](https://github.com/clawscarf/clawscarf/blob/main/deploy/openshell/README.md),
|
package/package.json
CHANGED
package/release/components.json
CHANGED
package/runtime/configuration.js
CHANGED
|
@@ -35,6 +35,7 @@ export function initialConfiguration(input) {
|
|
|
35
35
|
const identity = settings.administratorIdentity;
|
|
36
36
|
return {
|
|
37
37
|
marketplace: { enabled: false },
|
|
38
|
+
update: { checkOnStart: false, auto: { enabled: false } },
|
|
38
39
|
gateway: {
|
|
39
40
|
publicOrigin: settings.publicOrigin,
|
|
40
41
|
mode: "local",
|
package/runtime/current.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
4
|
-
"sourceRevision": "
|
|
3
|
+
"version": "0.1.0-alpha.12",
|
|
4
|
+
"sourceRevision": "fcfa2043aa8d2a7ae8d6751440c577a3ad010182",
|
|
5
5
|
"platforms": [
|
|
6
6
|
"darwin-arm64",
|
|
7
7
|
"linux-arm64",
|
|
@@ -9,16 +9,16 @@
|
|
|
9
9
|
],
|
|
10
10
|
"images": {
|
|
11
11
|
"postgres": "postgres@sha256:742f40ea20b9ff2ff31db5458d127452988a2164df9e17441e191f3b72252193",
|
|
12
|
-
"gateway": "ghcr.io/clawscarf/clawscarf/runtime@sha256:
|
|
13
|
-
"companion": "ghcr.io/clawscarf/clawscarf/companion@sha256:
|
|
14
|
-
"openshellClient": "ghcr.io/clawscarf/clawscarf/openshell-client@sha256:
|
|
15
|
-
"relay": "ghcr.io/clawscarf/clawscarf/browser-relay@sha256:
|
|
12
|
+
"gateway": "ghcr.io/clawscarf/clawscarf/runtime@sha256:45da5650ae32fa3ff33154bdcde079f9805f5c953a917551b0fcec53ac5a5793",
|
|
13
|
+
"companion": "ghcr.io/clawscarf/clawscarf/companion@sha256:9fd11e550c42e2a571e739b23c67c367f6bce211e6916f8c552d6ae252e8c774",
|
|
14
|
+
"openshellClient": "ghcr.io/clawscarf/clawscarf/openshell-client@sha256:37d06ffc03f66e2ae38a534add6ed64c5e954715a66fa89671431794e96232aa",
|
|
15
|
+
"relay": "ghcr.io/clawscarf/clawscarf/browser-relay@sha256:d3dbb030eca0f6beddeeb0c1498609181cc3b4244e0ac6ebd8096abd787de88f",
|
|
16
16
|
"models": "ghcr.io/berriai/litellm:v1.100.1@sha256:a3715fa7ad8387941ab697259bd2881d68931657247a41984f90fae6d11c62bf",
|
|
17
17
|
"browser": {
|
|
18
|
-
"chromium": "ghcr.io/clawscarf/clawscarf/browser@sha256:
|
|
19
|
-
"node": "ghcr.io/clawscarf/clawscarf/browser-node@sha256:
|
|
20
|
-
"dns": "ghcr.io/clawscarf/clawscarf/browser-dns@sha256:
|
|
21
|
-
"egress": "ghcr.io/clawscarf/clawscarf/browser-egress@sha256:
|
|
18
|
+
"chromium": "ghcr.io/clawscarf/clawscarf/browser@sha256:4ec67917abe7641dc83f8ad114260d69205e2f04af17f148695246f0beffde62",
|
|
19
|
+
"node": "ghcr.io/clawscarf/clawscarf/browser-node@sha256:605794ad6a80775ff99a3712fb3c2bca49cae48ecc0ee8af30da03e048ae42fd",
|
|
20
|
+
"dns": "ghcr.io/clawscarf/clawscarf/browser-dns@sha256:a73cee5b223df22e67c7a86f3d0f93d77b3eab53fde8a545928a0f68ddaafadc",
|
|
21
|
+
"egress": "ghcr.io/clawscarf/clawscarf/browser-egress@sha256:7777dedd08383df20c3633427a8c6280e5d256d9d9234c423703a534ba32143d"
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"tools": {
|
|
@@ -28,34 +28,34 @@
|
|
|
28
28
|
"darwin-arm64": {
|
|
29
29
|
"file": "tools/darwin-arm64/openshell",
|
|
30
30
|
"sha256": "0baeeffe0e4c184b08fde910ac9e8815fb0b8cfb808e49c0e634d7db65fb03bb",
|
|
31
|
-
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.
|
|
31
|
+
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.12/openshell-darwin-arm64"
|
|
32
32
|
},
|
|
33
33
|
"linux-arm64": {
|
|
34
34
|
"file": "tools/linux-arm64/openshell",
|
|
35
35
|
"sha256": "84df9f059b16b66c83748606cc87d9edcda84b57effea19543f5c368aba7eb18",
|
|
36
|
-
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.
|
|
36
|
+
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.12/openshell-linux-arm64"
|
|
37
37
|
},
|
|
38
38
|
"linux-x64": {
|
|
39
39
|
"file": "tools/linux-x64/openshell",
|
|
40
40
|
"sha256": "24e85062073d512d1951c76cd3890b7bce1ab01cc36a08f88b3b43c067a402da",
|
|
41
|
-
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.
|
|
41
|
+
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.12/openshell-linux-x64"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
44
|
"gateway": {
|
|
45
45
|
"darwin-arm64": {
|
|
46
46
|
"file": "tools/darwin-arm64/openshell-gateway",
|
|
47
47
|
"sha256": "298706259ef18350f334c222e981e91583558511d50bce22727c689d261203e6",
|
|
48
|
-
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.
|
|
48
|
+
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.12/openshell-gateway-darwin-arm64"
|
|
49
49
|
},
|
|
50
50
|
"linux-arm64": {
|
|
51
51
|
"file": "tools/linux-arm64/openshell-gateway",
|
|
52
52
|
"sha256": "0e660428e655e7481f34ba8a4b351554400baf791863d32555c98dddb3f09ae2",
|
|
53
|
-
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.
|
|
53
|
+
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.12/openshell-gateway-linux-arm64"
|
|
54
54
|
},
|
|
55
55
|
"linux-x64": {
|
|
56
56
|
"file": "tools/linux-x64/openshell-gateway",
|
|
57
57
|
"sha256": "780fc7ad871e2163f3fb866a2d0254ee682fc0d83e6261a84b350c8dcdd9f47b",
|
|
58
|
-
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.
|
|
58
|
+
"url": "https://github.com/clawscarf/clawscarf/releases/download/v0.1.0-alpha.12/openshell-gateway-linux-x64"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
}
|