@viceme-ai/cli 0.12.1 → 0.12.2
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/CHANGELOG.md +6 -0
- package/README.md +4 -4
- package/README.zh.md +4 -4
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -15,25 +15,25 @@ one immutable release.
|
|
|
15
15
|
China, macOS or Linux:
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
curl -fsSL https://s3.viceme.cn/install.sh | sh
|
|
18
|
+
curl -fsSL https://s3.viceme.cn/start/install.sh | sh
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
International, macOS or Linux:
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
VICEME_REGION=global sh -c "$(curl -fsSL https://s3.viceme.ai/install.sh)"
|
|
24
|
+
VICEME_REGION=global sh -c "$(curl -fsSL https://s3.viceme.ai/start/install.sh)"
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
China, Windows PowerShell:
|
|
28
28
|
|
|
29
29
|
```powershell
|
|
30
|
-
irm https://s3.viceme.cn/install.ps1 | iex
|
|
30
|
+
irm https://s3.viceme.cn/start/install.ps1 | iex
|
|
31
31
|
```
|
|
32
32
|
|
|
33
33
|
International, Windows PowerShell:
|
|
34
34
|
|
|
35
35
|
```powershell
|
|
36
|
-
$env:VICEME_REGION="global"; irm https://s3.viceme.ai/install.ps1 | iex
|
|
36
|
+
$env:VICEME_REGION="global"; irm https://s3.viceme.ai/start/install.ps1 | iex
|
|
37
37
|
```
|
|
38
38
|
|
|
39
39
|
If the bootstrap cannot be used, npm is the fallback:
|
package/README.zh.md
CHANGED
|
@@ -13,25 +13,25 @@ Code 和 WorkBuddy 通过 Skills 引导用户;CLI 负责安装、设备授权
|
|
|
13
13
|
中国区 macOS / Linux:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
curl -fsSL https://s3.viceme.cn/install.sh | sh
|
|
16
|
+
curl -fsSL https://s3.viceme.cn/start/install.sh | sh
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
海外 macOS / Linux:
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
VICEME_REGION=global sh -c "$(curl -fsSL https://s3.viceme.ai/install.sh)"
|
|
22
|
+
VICEME_REGION=global sh -c "$(curl -fsSL https://s3.viceme.ai/start/install.sh)"
|
|
23
23
|
```
|
|
24
24
|
|
|
25
25
|
中国区 Windows PowerShell:
|
|
26
26
|
|
|
27
27
|
```powershell
|
|
28
|
-
irm https://s3.viceme.cn/install.ps1 | iex
|
|
28
|
+
irm https://s3.viceme.cn/start/install.ps1 | iex
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
海外 Windows PowerShell:
|
|
32
32
|
|
|
33
33
|
```powershell
|
|
34
|
-
$env:VICEME_REGION="global"; irm https://s3.viceme.ai/install.ps1 | iex
|
|
34
|
+
$env:VICEME_REGION="global"; irm https://s3.viceme.ai/start/install.ps1 | iex
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
不能使用 Bootstrap 时,以 npm 作为备用入口:
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
239f31a4b557bbe0129af7c7b0c88e72c70d2405e0866a422ad4ffb4f8787a00 viceme_0.12.2_darwin_amd64
|
|
2
|
+
f6d80b8ee5bda6d7532b10a0c249591b7cfcf281af50add82407905ab2fd46e6 viceme_0.12.2_darwin_arm64
|
|
3
|
+
d6d939e89ff5236d69bbfce55ce9e9ab510786fe59e34796ced3c7e92425433e viceme_0.12.2_linux_amd64
|
|
4
|
+
cd3337a572166e219bf8ac3f5e1f524918179581aec7b88ba4bac71be809c066 viceme_0.12.2_linux_arm64
|
|
5
|
+
f79b9143d030979283a4be444d0f4ddadf8db35f92293f01ad33cf86b1348c9e viceme_0.12.2_windows_amd64.exe
|
|
6
|
+
0909ae1bf1a66e3aaab6dbe2311ead847ae56afa29435b0f681cf52a656b1869 viceme_0.12.2_windows_arm64.exe
|