@viceme-ai/cli 0.12.4 → 0.13.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 +19 -0
- package/README.md +4 -3
- package/README.zh.md +4 -3
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.13.1] - 2026-08-13
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- 在发布审核中内嵌展示图片 (`a4cf97b`)
|
|
8
|
+
- 修复弹幕 Skill 运行契约 (`dd3698b`)
|
|
9
|
+
|
|
10
|
+
## [0.13.0] - 2026-08-12
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- 增加弹幕组件 Skill (`cf5edb0`)
|
|
15
|
+
- 自动等待发布分析完成 (`506a14a`)
|
|
16
|
+
|
|
17
|
+
### Fixes
|
|
18
|
+
|
|
19
|
+
- 修复 0.13 弹幕 Skill 兼容契约 (`a20ae0e`)
|
|
20
|
+
- 发布前识别本地恢复目录权限 (`4e3d5fb`)
|
|
21
|
+
|
|
3
22
|
## [0.12.4] - 2026-08-12
|
|
4
23
|
|
|
5
24
|
### Fixes
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ uploads, review, and publication.
|
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
|
12
|
-
The official bootstrap installs the native CLI and
|
|
12
|
+
The official bootstrap installs the native CLI and all three official Skills from
|
|
13
13
|
one immutable release.
|
|
14
14
|
|
|
15
15
|
China, macOS or Linux:
|
|
@@ -145,6 +145,7 @@ Then follow the authoritative publication state:
|
|
|
145
145
|
|
|
146
146
|
```bash
|
|
147
147
|
viceme publication get <publication-id>
|
|
148
|
+
viceme publication wait <publication-id>
|
|
148
149
|
viceme publication review <publication-id>
|
|
149
150
|
viceme publication asset upload <publication-id> --role cover --path ./cover.png
|
|
150
151
|
viceme publication asset upload <publication-id> --role gallery --path ./demo.png
|
|
@@ -202,7 +203,7 @@ activate the binary atomically. npm installations update through the exact npm
|
|
|
202
203
|
package version. Updates never inherit `VICEME_ACCESS_TOKEN` into child
|
|
203
204
|
processes.
|
|
204
205
|
|
|
205
|
-
Binary or npm-launcher activation,
|
|
206
|
+
Binary or npm-launcher activation, all three official Skills, and profile config are
|
|
206
207
|
one recoverable local generation. Standalone and npm activation share an outer
|
|
207
208
|
activation lock, a delegated member-commit lock, and a durable active-generation
|
|
208
209
|
record containing the semantic version, installation method, and immutable
|
|
@@ -258,6 +259,6 @@ make npm-package-check
|
|
|
258
259
|
make release-manifest
|
|
259
260
|
```
|
|
260
261
|
|
|
261
|
-
The CLI and `viceme-shared` / `viceme-publish` Skills are versioned and released
|
|
262
|
+
The CLI and `viceme-shared` / `viceme-publish` / `viceme-danmaku` Skills are versioned and released
|
|
262
263
|
together. Release artifacts are published to GitHub, npm, `s3.viceme.cn`, and
|
|
263
264
|
`s3.viceme.ai` from the same reviewed commit.
|
package/README.zh.md
CHANGED
|
@@ -8,7 +8,7 @@ Code 和 WorkBuddy 通过 Skills 引导用户;CLI 负责安装、设备授权
|
|
|
8
8
|
|
|
9
9
|
## 安装
|
|
10
10
|
|
|
11
|
-
官方 Bootstrap 从同一个不可变 Release 一次安装原生 CLI
|
|
11
|
+
官方 Bootstrap 从同一个不可变 Release 一次安装原生 CLI 和三个官方 Skills。
|
|
12
12
|
|
|
13
13
|
中国区 macOS / Linux:
|
|
14
14
|
|
|
@@ -136,6 +136,7 @@ viceme --profile <publication-profile> skill publish --path ./my-skill --price-m
|
|
|
136
136
|
|
|
137
137
|
```bash
|
|
138
138
|
viceme publication get <publication-id>
|
|
139
|
+
viceme publication wait <publication-id>
|
|
139
140
|
viceme publication review <publication-id>
|
|
140
141
|
viceme publication asset upload <publication-id> --role cover --path ./cover.png
|
|
141
142
|
viceme publication asset upload <publication-id> --role gallery --path ./demo.png
|
|
@@ -187,7 +188,7 @@ Bootstrap 安装会读取当前 Profile 所在区域的官方 S3 Release 索引
|
|
|
187
188
|
Checksum,用新二进制修复同版本官方 Skills 后原子激活。npm 安装通过精确 npm 包版本
|
|
188
189
|
更新。更新子进程不会继承 `VICEME_ACCESS_TOKEN`。
|
|
189
190
|
|
|
190
|
-
二进制或 npm launcher
|
|
191
|
+
二进制或 npm launcher、三份官方 Skills 和 Profile 配置属于同一个可恢复的本地版本。
|
|
191
192
|
Standalone 与 npm 激活共用外层激活锁、委托成员提交锁,并持久化包含语义版本、安装方式和不可变身份的
|
|
192
193
|
active-generation。唯一的启动协调器不区分当前入口,始终检查 Standalone 和 npm 两类 Journal。
|
|
193
194
|
所有普通命令必须先恢复未完成的外层 Journal;如果恢复后当前进程的版本、安装方式或不可变身份
|
|
@@ -228,5 +229,5 @@ make npm-package-check
|
|
|
228
229
|
make release-manifest
|
|
229
230
|
```
|
|
230
231
|
|
|
231
|
-
CLI、`viceme-shared` 和 `viceme-
|
|
232
|
+
CLI、`viceme-shared`、`viceme-publish` 和 `viceme-danmaku` 同版本发布。GitHub、npm、
|
|
232
233
|
`s3.viceme.cn` 与 `s3.viceme.ai` 的产物都来自同一个已评审 Commit。
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|