@viceme-ai/cli 0.21.1 → 0.22.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 +22 -0
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.22.1] - 2026-09-01
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- 同步互动 Skill 章节边界与发布清单 (`111eecc`)
|
|
8
|
+
- 移除旧版互动接入迁移流程 (`123e4f4`)
|
|
9
|
+
|
|
10
|
+
## [0.22.0] - 2026-09-01
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- 入驻补材料支持文字说明并锁定单轮单次提交 (`a51e096`)
|
|
15
|
+
|
|
16
|
+
### Fixes
|
|
17
|
+
|
|
18
|
+
- 申请成功后主动打开申请人主页 (`4a5f3e0`)
|
|
19
|
+
- 沙箱内自动更新优雅放行并降级 Skill 安装事务 (`d964787`)
|
|
20
|
+
|
|
21
|
+
### Other Changes
|
|
22
|
+
|
|
23
|
+
- v0.21.1 (#173) (`5665070`)
|
|
24
|
+
|
|
3
25
|
## [0.21.1] - 2026-09-01
|
|
4
26
|
|
|
5
27
|
### Fixes
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
751bb6e9a8f9bc967ac5e72eb23bd5ba0b543e2905d8224714e44cbc57ca9e47 viceme_0.22.1_darwin_amd64
|
|
2
|
+
1b34b1efeaedcca8a392675c0aa0aff10b1422039ea0b05e7ea962b4010b2a7d viceme_0.22.1_darwin_arm64
|
|
3
|
+
76bb0e68f20b8d7add697fdbe91109b68bd5b8e4ecfd9f2121d3e33a88ed39bb viceme_0.22.1_linux_amd64
|
|
4
|
+
86aa4d42a23cd56d9343ba64af1e8c10b32328507dc4d33c443afda586e32b5e viceme_0.22.1_linux_arm64
|
|
5
|
+
50d913fd94b0ce01ae15b526bcf49cfa1147f74ade06eb4ac003faf8d52e30ca viceme_0.22.1_windows_amd64.exe
|
|
6
|
+
b2ecc653f9846611cb15eab0e57a16a5abd3bc8467dcf9c5205714af2184a770 viceme_0.22.1_windows_arm64.exe
|