@viceme-ai/cli 0.13.0 → 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 +15 -0
- package/README.md +7 -0
- package/README.zh.md +5 -0
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.13.2] - 2026-08-13
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- 规范 Agent 更新提示行为 (`c401fb3`)
|
|
8
|
+
- 为独立安装补充版本更新提示 (`7dc007a`)
|
|
9
|
+
- 合并审核与公开发布确认 (`6bba5e8`)
|
|
10
|
+
|
|
11
|
+
## [0.13.1] - 2026-08-13
|
|
12
|
+
|
|
13
|
+
### Fixes
|
|
14
|
+
|
|
15
|
+
- 在发布审核中内嵌展示图片 (`a4cf97b`)
|
|
16
|
+
- 修复弹幕 Skill 运行契约 (`dd3698b`)
|
|
17
|
+
|
|
3
18
|
## [0.13.0] - 2026-08-12
|
|
4
19
|
|
|
5
20
|
### Features
|
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
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|