@viceme-ai/cli 0.12.0 → 0.12.1

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.1] - 2026-08-12
4
+
5
+ ### Other Changes
6
+
7
+ - CN S3 发布接入 HTTPS 代理 (`2202b99`)
8
+
3
9
  ## [0.12.0] - 2026-08-12
4
10
 
5
11
  ### Features
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
+ 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
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.1",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {