@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.12.2] - 2026-08-12
4
+
5
+ ### Fixes
6
+
7
+ - 使用 start Bucket 分发安装资源 (`b5e8a69`)
8
+
3
9
  ## [0.12.1] - 2026-08-12
4
10
 
5
11
  ### Other Changes
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
- 89d58f4545759edc67d11e402f02032ec8763227695c8ab48907f48267b66a18 viceme_0.12.1_darwin_amd64
2
- 09f044db45ad6e63f2e0785fad15c09b7b4f9fde89947e38090e7ce9efbf6358 viceme_0.12.1_darwin_arm64
3
- f58ad1c2a7cf249327ab4fa13188121cef5168d540ad6bef19d6e971c09246b5 viceme_0.12.1_linux_amd64
4
- 1f3498af1dbcd085bc6028d9db6922eaee8ca39c5b4b311207c5ee04a2840dc5 viceme_0.12.1_linux_arm64
5
- 937411cc193e2df2894fc2396dc2a43c9c7ef24b0dfbc0e93c1bdbafa4156cd2 viceme_0.12.1_windows_amd64.exe
6
- 7061fce9df23bcffca47b25930d243a12bd8a6a7480fff9b08466723f85c85e2 viceme_0.12.1_windows_arm64.exe
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {