@viceme-ai/cli 0.13.1 → 0.13.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,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.13.2] - 2026-08-13
4
+
5
+ ### Fixes
6
+
7
+ - 规范 Agent 更新提示行为 (`c401fb3`)
8
+ - 为独立安装补充版本更新提示 (`7dc007a`)
9
+ - 合并审核与公开发布确认 (`6bba5e8`)
10
+
3
11
  ## [0.13.1] - 2026-08-13
4
12
 
5
13
  ### Fixes
package/README.md CHANGED
@@ -197,6 +197,13 @@ viceme update --check
197
197
  viceme update
198
198
  ```
199
199
 
200
+ Released npm and standalone installations check their own authoritative release
201
+ channel at most once every 24 hours. When a newer version is cached, normal JSON
202
+ responses include `_notice.update` with the current version, latest version, and
203
+ the recovery command `viceme update`. Discovery is fail-open and never changes
204
+ the business command's exit code. Set `VICEME_NO_UPDATE_NOTIFIER=1` only for
205
+ automation that intentionally suppresses this hint.
206
+
200
207
  Bootstrap installations read the selected region's official S3 release index,
201
208
  verify the exact binary checksum, refresh the matching official Skills, and
202
209
  activate the binary atomically. npm installations update through the exact npm
package/README.zh.md CHANGED
@@ -184,6 +184,11 @@ viceme update --check
184
184
  viceme update
185
185
  ```
186
186
 
187
+ 正式发布的 npm 与 Standalone 安装会分别读取自身的权威发布渠道,并将检查频率限制为
188
+ 每 24 小时最多一次。缓存发现新版本后,普通命令的 JSON 响应会通过 `_notice.update`
189
+ 返回当前版本、最新版本与恢复命令 `viceme update`。检查失败不会改变业务命令的退出码;
190
+ 只有明确不需要提示的自动化才应设置 `VICEME_NO_UPDATE_NOTIFIER=1`。
191
+
187
192
  Bootstrap 安装会读取当前 Profile 所在区域的官方 S3 Release 索引,校验精确二进制
188
193
  Checksum,用新二进制修复同版本官方 Skills 后原子激活。npm 安装通过精确 npm 包版本
189
194
  更新。更新子进程不会继承 `VICEME_ACCESS_TOKEN`。
package/checksums.txt CHANGED
@@ -1,6 +1,6 @@
1
- c29cc6e7f5ecaf5db81937472c3584f584b42c41d2dc9cb93ce967a9bcbdad37 viceme_0.13.1_darwin_amd64
2
- e182be44c45dd503668b42fa4cd1034e91e611735c28a2d4fb3a7185a75432ea viceme_0.13.1_darwin_arm64
3
- 6d0c77e6428717ef26bf33e7e189555546136b797279e1441a5414a3a00059f7 viceme_0.13.1_linux_amd64
4
- 89c8b816f31018ea90f14abeade0d935aaa1aa513c5bbdd3e489f815d4ede79f viceme_0.13.1_linux_arm64
5
- bb7482fe655fe562694d9914a708abd29eea5f6b9d19f572c449de707b22bd35 viceme_0.13.1_windows_amd64.exe
6
- 4d3deb409749f6f856f14f80eae0abf813b736d305e22d665d763774a6aca2ac viceme_0.13.1_windows_arm64.exe
1
+ 137e75353d159cde61ac32bc91d3ce3113cbdc12df5d57988978583ae7ae83fc viceme_0.13.2_darwin_amd64
2
+ 1a381f15bc0b6dc75c3f7fea59e526abe7a0bf750721818fbf246fb548e06d58 viceme_0.13.2_darwin_arm64
3
+ c6d81285653ce89250ed78c5876b229decf46b09e6f32a3b92b77607c2cdc67d viceme_0.13.2_linux_amd64
4
+ 9b1933186cbe9fdae463564d7b98f0c0b92182789c9625d6f13f04252cbb5fe1 viceme_0.13.2_linux_arm64
5
+ df476ed1399e000790785f2688d90f7b99e9b1e8512e260eb35f00f127055b3e viceme_0.13.2_windows_amd64.exe
6
+ a948177283efc0b79e4c4e29cb8a95a6387ebdf28ac7447d1bc37f8d9eed3c79 viceme_0.13.2_windows_arm64.exe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {