@viceme-ai/cli 0.29.0 → 0.31.0
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 -1
- package/README.zh.md +4 -1
- 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.31.0] - 2026-09-04
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- 增加做同款完成后续引导 (`4350ac6`)
|
|
8
|
+
|
|
9
|
+
### Fixes
|
|
10
|
+
|
|
11
|
+
- 改为对话内确认做同款 (`15f54d5`)
|
|
12
|
+
- 缩短做同款支付轮询间隔 (`0e3336a`)
|
|
13
|
+
|
|
14
|
+
## [0.30.0] - 2026-09-04
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
- 打通网站同款发布与本地绑定 (`35c86d8`)
|
|
19
|
+
- 按调用方定向安装与原地覆写重装 (`a6b63e0`)
|
|
20
|
+
- 无 CLI 试用路线支持 Windows (`017fce3`)
|
|
21
|
+
|
|
3
22
|
## [0.29.0] - 2026-09-04
|
|
4
23
|
|
|
5
24
|
### Features
|
package/README.md
CHANGED
|
@@ -274,7 +274,10 @@ Never copy an access token into the conversation.
|
|
|
274
274
|
| `viceme publication confirm ...` | Confirm the exact current review digest. |
|
|
275
275
|
| `viceme publication publish ...` | Make a confirmed listing public. |
|
|
276
276
|
| `viceme replica preview [--path <project> \| --url <loopback-url>]` | Open the anonymous ViceMe preview shell around a local website before sign-in or upload; a CLI-owned dev server runs only until the command exits, and the opened browser remains the authority for visual verification. |
|
|
277
|
-
| `viceme replica publish ...` |
|
|
277
|
+
| `viceme replica publish --path <project-or-zip> ...` | In the CN market, check and preview a project (existing ZIPs are validated and privately extracted for preview), freeze its source, and return one 30-minute final review. Rerun the reported command with the exact `--confirm` version to upload and submit it; `PROCESSING` means submitted but not published. |
|
|
278
|
+
| `viceme replica status <publication-id>` | Read authoritative Website Replica Publication state and complete the stable local binding after a published terminal state. |
|
|
279
|
+
| `viceme replica resume <publication-id>` | Continue only the missing upload, verification, submission, or allowed retry step from authoritative state. |
|
|
280
|
+
| `viceme replica cancel <publication-id>` | Cancel a Publication before activation and clean its local recoverable source. |
|
|
278
281
|
| `viceme replica install <code> [--target <new-directory>]` | With an authenticated Profile, display the authoritative Quote before `--confirm`; add `--accept-price-cents <fen>` for anonymous checkout and `--payment-presented` only after its hosted payment page opens. Both paths atomically install the paid source. |
|
|
279
282
|
| `viceme update` | Explicitly update the CLI. Refresh official Skills separately with `viceme install --agent auto`. |
|
|
280
283
|
| `viceme merchant accounts` | List ordinary MerchantAccounts where the current User is the OWNER member. |
|
package/README.zh.md
CHANGED
|
@@ -249,7 +249,10 @@ Endpoint 必须使用 HTTPS;只有 localhost 和 loopback 本地开发可以
|
|
|
249
249
|
| `viceme publication confirm ...` | 确认当前精确 Review Digest。 |
|
|
250
250
|
| `viceme publication publish ...` | 公开已经确认的 Listing。 |
|
|
251
251
|
| `viceme replica preview [--path <项目> \| --url <回环地址>]` | 登录或上传前,在匿名 ViceMe 预览壳中打开本地网页;CLI 启动的 dev server 仅存活到命令退出,视觉验证以打开的浏览器为准。 |
|
|
252
|
-
| `viceme replica publish ...` |
|
|
252
|
+
| `viceme replica publish --path <项目或ZIP> ...` | 在 CN 市场本地检查并预览项目(已有 ZIP 会先完整校验,再私有解压用于预览)、冻结源码并返回一份三十分钟终审;仅以返回的精确 `--confirm` 版本重跑后才上传和提交,`PROCESSING` 表示已提交但尚未发布。 |
|
|
253
|
+
| `viceme replica status <publication-id>` | 读取 Website Replica Publication 权威状态,并在发布终态补全稳定本地绑定。 |
|
|
254
|
+
| `viceme replica resume <publication-id>` | 从权威子状态只继续缺失的上传、校验、提交或允许的重试步骤。 |
|
|
255
|
+
| `viceme replica cancel <publication-id>` | 激活前取消 Publication,并清理本地可恢复源码。 |
|
|
253
256
|
| `viceme replica install <口令> [--target <新目录>]` | 已登录 Profile 先展示真实 Quote,明确确认后追加 `--confirm`;匿名购买则追加 `--accept-price-cents <分>`,仅在托管支付页打开后使用 `--payment-presented`。两条路径都会原子安装已支付源码。 |
|
|
254
257
|
| `viceme update` | 显式更新 CLI;官方 Skills 使用 `viceme install --agent auto` 单独刷新。 |
|
|
255
258
|
| `viceme merchant accounts` | 列出当前 User 通过 OWNER 成员关系经营的普通 MerchantAccount。 |
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
147c6433251edb57ff08f8c7d3b6d7864c6c69a4cd53f41c9344a13f42a0e5df viceme_0.31.0_darwin_amd64
|
|
2
|
+
28c23b1fe3eda86903637cc191afef5690019dbeb50e45358bcdc081dceb2df7 viceme_0.31.0_darwin_arm64
|
|
3
|
+
057931688ba6e50810dc6177c9482d9103caf6bd06a3ab07c4c29d8693fc7717 viceme_0.31.0_linux_amd64
|
|
4
|
+
99f2bcddf5f2ddc179c69e1769312d5da0c3c9c68eec8baa4f697f3be55c3dfc viceme_0.31.0_linux_arm64
|
|
5
|
+
e0a159d659c9722cebb12f259016df7091cd79fde51b4bd9ed5c512652cb94dc viceme_0.31.0_windows_amd64.exe
|
|
6
|
+
cdc65b6d920e9c9ebd89822c64813a51d6a4c8218cacc1faa1db21e5074d5e47 viceme_0.31.0_windows_arm64.exe
|