@viceme-ai/cli 0.12.0 → 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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.12.2] - 2026-08-12
4
+
5
+ ### Fixes
6
+
7
+ - 使用 start Bucket 分发安装资源 (`b5e8a69`)
8
+
9
+ ## [0.12.1] - 2026-08-12
10
+
11
+ ### Other Changes
12
+
13
+ - CN S3 发布接入 HTTPS 代理 (`2202b99`)
14
+
3
15
  ## [0.12.0] - 2026-08-12
4
16
 
5
17
  ### Features
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
- 1c43a8d75a2ba60650c3bc0debafaffe462d18bf0abf19c85eabb008cda8d69f viceme_0.12.0_darwin_amd64
2
- 366bfa35719d7c6f1334e4850e8d80b7e746509f5000c1c814596cc85ad80e94 viceme_0.12.0_darwin_arm64
3
- 8db7b84aa4c2ac973b329bf66bd281e4676aceabb7d83774704f073b676c0874 viceme_0.12.0_linux_amd64
4
- 82a877b1e208722e8f59d29a0add223dfd39b48739810a370d68bbb8321ec9ee viceme_0.12.0_linux_arm64
5
- c5b514aecdb2beb3f79623d6662af07b0cec9bc160a17ad4dd9b39a29df5e99a viceme_0.12.0_windows_amd64.exe
6
- b60602288163e14d7c54d0fc36abe49af5320b9bba1e5263b872c07892a0ffd7 viceme_0.12.0_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/docs/releasing.md CHANGED
@@ -95,6 +95,12 @@ calculation to `WHEN_REQUIRED`: immutable artifacts are still compared
95
95
  byte-for-byte on recovery, while optional AWS streaming checksum trailers that
96
96
  the origins do not implement are not sent.
97
97
 
98
+ Configure the repository secret `CN_S3_HTTPS_PROXY` with the authenticated
99
+ HTTPS forward-proxy URL used by GitHub Actions to reach the CN S3 endpoint.
100
+ The release job applies it only inside the CN publication subshell; Global S3
101
+ publication remains a direct connection. Keep the proxy credentials in the
102
+ secret value and never print the URL in workflow logs.
103
+
98
104
  `GITHUB_TOKEN` is provided by Actions and is used to maintain the Release PR
99
105
  and resolve a merged `main` commit back to its reviewed Release PR.
100
106
  `RELEASE_APP_ID` and `RELEASE_APP_PRIVATE_KEY` authenticate the narrowly scoped
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.12.0",
3
+ "version": "0.12.2",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {