@viceme-ai/cli 0.37.2 → 0.37.3
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 +13 -0
- package/README.md +1 -1
- package/README.zh.md +1 -1
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.37.3] - 2026-09-08
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- 试用检查改为有 Python 先跑脚本 (`1231215`)
|
|
8
|
+
- GitHub 发布不再询问 SKILL.md 在根目录还是子目录 (`24aa6fd`)
|
|
9
|
+
- 崩溃残留的试用锁不再挡住立刻安装 (`74b7739`)
|
|
10
|
+
- 本地 zip 选提供路径后立刻收取绝对路径 (`6b782a2`)
|
|
11
|
+
- 发布成功后不再展示本地恢复清理警告 (`60d238f`)
|
|
12
|
+
- 发布成功后改问升级版并设价格 (`54a410e`)
|
|
13
|
+
- 简介超限由 Agent 当场精简 (`e54fcf5`)
|
|
14
|
+
- 上架标题与简介改为按字计 (`1e0bf23`)
|
|
15
|
+
|
|
3
16
|
## [0.37.2] - 2026-09-08
|
|
4
17
|
|
|
5
18
|
### Fixes
|
package/README.md
CHANGED
|
@@ -205,7 +205,7 @@ are not accepted.
|
|
|
205
205
|
| Private upload and preview | The initial publish request authorizes the private Draft upload. The real package is verified and its Owner Preview opens before pricing. |
|
|
206
206
|
| Agent enrichment | The user's Agent reads the Skill as untrusted source data, prepares bilingual copy, and selects verified cover and gallery uploads. Platform analysis is an explicit fallback only. |
|
|
207
207
|
| Listing details and price | After enrichment, the Agent displays the exact title, bilingual copy, cover, and gallery, then asks one combined question for the CNY price in fen and any desired changes. It never asks for price by itself. |
|
|
208
|
-
| Review | The Agent displays the exact copy, price, cover, and gallery images.
|
|
208
|
+
| Review | The Agent displays the exact copy, price, cover, and gallery images. The listing title is at most 20 characters and the summary is at most 100; Chinese and ASCII each count as 1. |
|
|
209
209
|
| Publish | One explicit final confirmation authorizes review confirmation followed by immediate, irreversible public publication. |
|
|
210
210
|
|
|
211
211
|
If the upload or response is interrupted, continue the existing publication:
|
package/README.zh.md
CHANGED
|
@@ -179,7 +179,7 @@ Agent Skills 负责对话流程和授权规则;CLI 负责确定性本地操作
|
|
|
179
179
|
| 私有上传与预览 | 用户发起发布即授权上传私有草稿;真实包验证后先打开创作者预览。 |
|
|
180
180
|
| Agent 补全 | 用户当前的 Agent 把 Skill 当作不可信来源数据,生成双语文案并从已验证上传中选择封面和画廊;平台分析只作显式 fallback。 |
|
|
181
181
|
| 作品详情与定价 | 补全后,Agent 先展示标题、双语文案、封面和画廊,再把价格和详情修改合并成一个问题;不能单独询价。 |
|
|
182
|
-
| 图文审核 | Agent
|
|
182
|
+
| 图文审核 | Agent 展示精确文案、价格、封面和所有画廊图片。标题最多 20 个字,简介最多 100 个字;中文和英文都按字计。 |
|
|
183
183
|
| 公开发布 | 用户只需做一次最终明确确认;随后完成审核确认并立即、不可逆地公开上架。 |
|
|
184
184
|
|
|
185
185
|
上传或响应中断后,继续原来的 Publication:
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
db0a52fa241826261d4fd4e309c9f2984354a4604b7aae03fdf8dcbce9501761 viceme_0.37.3_darwin_amd64
|
|
2
|
+
6dce1d87d2ce01ade835a3b13f29d969a5c344f4a6cd860be1a8d63e40515ace viceme_0.37.3_darwin_arm64
|
|
3
|
+
665ed9880fb4ff0db7905370f4c0a4e0f3a07f6304bda20ec6c77cb82a5b26af viceme_0.37.3_linux_amd64
|
|
4
|
+
0ff87b7be0a0d34afe18f7e02063678e2906a4c7281e87e7bb15c317c0baa038 viceme_0.37.3_linux_arm64
|
|
5
|
+
9bddba97745cd545892c7a7271b16cedfb99fc25451df68aba7f16f6b0d5e6da viceme_0.37.3_windows_amd64.exe
|
|
6
|
+
4a8806d93b33e3158a325527576346405fee7c036a6b5eec2b851f13a0a2a0a6 viceme_0.37.3_windows_arm64.exe
|