@viceme-ai/cli 0.42.0 → 0.42.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,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.42.1] - 2026-09-14
4
+
5
+ ### Fixes
6
+
7
+ - 避免 Windows 并发购买写码失败 (`3a81362`)
8
+ - 修复试用并发计次与安装恢复边界 (`f8024e0`)
9
+ - 按响应头决定是否跳过稳定 S3 对象 (`7118e70`)
10
+ - 并行加速 CN/Global S3 发布 (`71b8738`)
11
+ - 将 Bonjour 模板目录升至 1.0.3 (`e4f9a4b`)
12
+ - 停用入口时同时校验市场归属 (`028d661`)
13
+ - 统一试用正文交付与耗尽停用流程 (`4152a76`)
14
+
3
15
  ## [0.42.0] - 2026-09-14
4
16
 
5
17
  ### Features
package/checksums.txt CHANGED
@@ -1,6 +1,6 @@
1
- dffb44831d3ff81361fb98962a5d41107ac1f102c2c6c5fb7876c450997f9839 viceme_0.42.0_darwin_amd64
2
- 65d3651434dfe5250b57adaa5be04fef4aad2c5216dd18e45da34857dc9a4db3 viceme_0.42.0_darwin_arm64
3
- 1618aba2721d3ae8cce3d01d77828334ead3c719ebe52e52a1b9902e3387a227 viceme_0.42.0_linux_amd64
4
- 62346947012236d3cd074f2d5be364c20e565bc12ac556b147e3774e351b01aa viceme_0.42.0_linux_arm64
5
- cd193fe6089eedf169c4689e389fd19a7163b3ead87de919cd022ee028978b4a viceme_0.42.0_windows_amd64.exe
6
- dfb044876c7a1d003e8f44a162fdcae6f7cc19c3f4c093c174ca42881f3d3c33 viceme_0.42.0_windows_arm64.exe
1
+ 6e625d5497674bc696e4b3b4507b29d86c6af34f613592507bb5ea7cf218bb15 viceme_0.42.1_darwin_amd64
2
+ 4c9fd2e84afb64696ac0c7b4c7a314ffe19e84c1843db3151b4bc54e51aa263f viceme_0.42.1_darwin_arm64
3
+ ebc8db427c7bceb83e948a915c77a3092e300f2a4bab96d8fc300ba4aa5cd2a3 viceme_0.42.1_linux_amd64
4
+ 06ef42311d255a1844519e6c03735ad3a29982e0627d8b96a778534d2869e091 viceme_0.42.1_linux_arm64
5
+ f7ff2a4fd085ed78daecac75e5befddb357c3fad5f3962d691abd32b048c05f4 viceme_0.42.1_windows_amd64.exe
6
+ 17364e612936efce698147771147ae27af3f4875fd76e7cceb8d302f299ece50 viceme_0.42.1_windows_arm64.exe
package/docs/releasing.md CHANGED
@@ -150,10 +150,13 @@ the public `/-/binary/viceme-cli/` mirror; it does not create another npm
150
150
  package.
151
151
 
152
152
  The CN and Global release mirrors are S3-compatible origins rather than Amazon
153
- S3 itself. The publication job sets AWS CLI request and response checksum
154
- calculation to `WHEN_REQUIRED`: immutable artifacts are still compared
155
- byte-for-byte on recovery, while optional AWS streaming checksum trailers that
156
- the origins do not implement are not sent.
153
+ S3 itself. `cmd/s3-publish` always runs from the GitHub Actions workflow
154
+ revision that is executing (so recovering an older tag still uses the current
155
+ publisher) and reads the immutable `dist` artifact assembled for that release.
156
+ The publisher and workflow set request and response checksum calculation to
157
+ `WHEN_REQUIRED`: immutable artifacts are still compared byte-for-byte on
158
+ recovery, while optional AWS streaming checksum trailers that the origins do
159
+ not implement are not sent.
157
160
 
158
161
  Every release renders two public Agent contracts with the exact stable version:
159
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.42.0",
3
+ "version": "0.42.1",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {