@viceme-ai/cli 0.33.6 → 0.34.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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.34.0] - 2026-09-07
4
+
5
+ ### Features
6
+
7
+ - 完善试用耗尽购买与对话内支付二维码 (`16ea889`)
8
+ - 接入免登录试用购买与通用 Widget (`9a0d17e`)
9
+
10
+ ### Fixes
11
+
12
+ - 让试用脚本在 Windows 控制台编码下输出 UTF-8 JSON (`9c14805`)
13
+ - 做同款复制完整创作邀请文案 (`dd4b04e`)
14
+ - 由 Agent 显式选择托管页面目录与入口 (`eeaaba6`)
15
+ - 试用耗尽后自动停用技能入口 (`e030c2f`)
16
+ - 修复商品技能元数据兼容与试用门禁生成 (`fbfa2a0`)
17
+
18
+ ### Other Changes
19
+
20
+ - 明确匿名支付展示与正式入口恢复边界 (`c9d6034`)
21
+ - 规范二维码依赖空白并更新资源摘要 (`be28721`)
22
+
3
23
  ## [0.33.6] - 2026-09-06
4
24
 
5
25
  ### Fixes
package/README.md CHANGED
@@ -281,8 +281,8 @@ Never copy an access token into the conversation.
281
281
  | `viceme publication confirm ...` | Confirm the exact current review digest. |
282
282
  | `viceme publication publish ...` | Make a confirmed listing public. |
283
283
  | `viceme replica preview --url <loopback-page-url>` | Open the actual local page for the creator. The CLI validates connectivity; the creator reviews styling and the agent owns the server lifecycle. WorkBuddy flows present the page with present_files in the task preview. Missing input returns `PROVIDE_PREVIEW_URL`, without inspecting project filenames. |
284
- | `viceme replica publish --path <project-or-zip> --preview-url <loopback-page-url> --preview-reviewed ...` | In the CN market, validate and freeze the source after the creator has approved the button styling in the host preview. Publication does not open another browser or require agent screenshots. Missing creator approval returns `REVIEW_LOCAL_PREVIEW`; connectivity alone is not verification. ZIP inputs remain source artifacts, not inferred startup projects. Return one 30-minute final review, then rerun its exact `--confirm` command to upload and submit; `PROCESSING` means submitted but not published. |
285
- | `viceme replica repair-hosting --publication <ID> --path <project-or-WorkPage-ZIP>` | Review page-only hosting repair, then run the returned confirmation command. Interrupted attempts reuse the original request; source and buyer rights remain unchanged. |
284
+ | `viceme replica publish --path <project-or-zip> --page-dir <directory> --page-entry <relative-html> --preview-reviewed ...` | Agent 明确选择可部署页面目录和 HTML 入口;CLI 不搜索 `dist/build/out`,不推断框架,不运行构建。纯静态项目可以用 `--page-dir .`,相对目录基于源码根目录(ZIP 输入基于 ZIP 所在目录)。创作者确认预览后冻结 SOURCE 与 PAGE,返回 30 分钟终审;原样执行 `--confirm` 命令上传。未提供页面选择时返回 `PREPARE_HOSTED_PAGE`;`PROCESSING` 仅表示已提交。 |
285
+ | `viceme replica repair-hosting --publication <ID> --path <page-directory> --page-entry <relative-html>` | Agent 选择目录与入口,只修复页面托管;已有 WorkPage ZIP 则以 ZIP 为 `--path`,不传入口参数。执行返回的确认命令,中断后复用同一请求,源码和买家权益保持不变。 |
286
286
  | `viceme replica sales --replica <ID>` | Inspect the current source version, price and management permission; suspended owners retain read-only access. |
287
287
  | `viceme replica price --replica <ID> --price-cents <cents>` | Review a price change (0 is free), then run the complete returned confirmation command. No source upload is required. |
288
288
  | `viceme replica delist --replica <ID>` / `viceme replica relist --replica <ID>` | Review delisting or relisting, then run the complete returned confirmation command. Existing purchase rights remain unchanged. |
package/README.zh.md CHANGED
@@ -249,8 +249,8 @@ Endpoint 必须使用 HTTPS;只有 localhost 和 loopback 本地开发可以
249
249
  | `viceme publication confirm ...` | 确认当前精确 Review Digest。 |
250
250
  | `viceme publication publish ...` | 公开已经确认的 Listing。 |
251
251
  | `viceme replica preview --url <本地页面地址>` | 为创作者打开实际本地页面。CLI 校验本地地址及连通性;创作者查看样式,Agent 管理自有服务。WorkBuddy 流程使用 present_files 在右侧展示。缺少地址返回 `PROVIDE_PREVIEW_URL`,不检查固定项目文件名。 |
252
- | `viceme replica publish --path <项目或ZIP> --preview-url <本地页面地址> --preview-reviewed ...` | 在 CN 市场,先接入预览按钮,由创作者在宿主右侧预览确认样式后,校验并冻结源码。缺少创作者确认声明返回 `REVIEW_LOCAL_PREVIEW`,连通性不代表视觉验证;ZIP 作为源码制品,不推断启动方式。返回一份三十分钟终审,仅以其精确 `--confirm` 命令重跑后才上传和提交;`PROCESSING` 表示已提交但尚未发布。 |
253
- | `viceme replica repair-hosting --publication <ID> --path <项目或WorkPage-ZIP>` | 校验并确认仅页面托管补发;原确认命令可恢复中断,源码版本、价格和买家权益不变。 |
252
+ | `viceme replica publish --path <项目或ZIP> --page-dir <页面目录> --page-entry <相对HTML入口> --preview-reviewed ...` | Agent 明确选择可部署页面目录和入口,CLI 不搜索 `dist/build/out`、不推断框架、不运行构建。纯静态网站可用 `--page-dir .`,相对目录基于源码根目录(ZIP 输入基于 ZIP 所在目录)。创作者确认预览后冻结 SOURCE 与 PAGE,返回三十分钟终审;原样执行确认命令才上传。缺少页面选择返回 `PREPARE_HOSTED_PAGE`;`PROCESSING` 表示已提交但尚未发布。 |
253
+ | `viceme replica repair-hosting --publication <ID> --path <页面目录> --page-entry <相对HTML入口>` | Agent 明确选择修复后的页面目录和入口;已有 WorkPage ZIP 则以 ZIP 为 `--path`,不传入口参数。原确认命令可恢复中断,源码版本、价格和买家权益不变。 |
254
254
  | `viceme replica sales --replica <ID>` | 查看当前源码版本、销售价格与经营权限;暂停经营后仍可只读查询。 |
255
255
  | `viceme replica price --replica <ID> --price-cents <分>` | 预览改价影响,0 表示免费;执行返回的完整确认命令后修改价格,不重新上传源码。 |
256
256
  | `viceme replica delist --replica <ID>` / `viceme replica relist --replica <ID>` | 预览下架或重新上架影响,再执行返回的完整确认命令;已有购买权益不变。 |
package/checksums.txt CHANGED
@@ -1,6 +1,6 @@
1
- e907915ade8d202dd392280e4355932dc7acc872faddf459364c5007e2c6279e viceme_0.33.6_darwin_amd64
2
- 5a5a1117c436c3b0e560ad333b5b129f85c24b10aab5db6248e52a15caa41e51 viceme_0.33.6_darwin_arm64
3
- 4ae98b8e97d10bfa013a5551ec3122fe0bc8d6ce93518277805bae6c9dc0ed70 viceme_0.33.6_linux_amd64
4
- 224b927601b804d99a0653f83bf6324d1669ac567be99102c47bd70f7e464778 viceme_0.33.6_linux_arm64
5
- a49bd49534d91154b59b22dcc93a3d173d0faae7e40bd72919edba724099b8b7 viceme_0.33.6_windows_amd64.exe
6
- 38e73e31197be6bceed31cbd122150c76785368dfccc339168a2c3060cc585c3 viceme_0.33.6_windows_arm64.exe
1
+ b9d3561f65c6a719b450c12084f9c4a175f4b45151346c27b037bf41878bab81 viceme_0.34.0_darwin_amd64
2
+ ee5b87aaf030218363cda513ef822cc5ca2ddc943bf43272ccb2b00d191dc3c9 viceme_0.34.0_darwin_arm64
3
+ d2dc699bef94c24e956cb7b6d135b3d64740e540b61e0edacec08d8b4db2dffd viceme_0.34.0_linux_amd64
4
+ eabd7ba85c147f8cfaf77ee533071d2cd321cfcf85ca26be5ca768c18867481c viceme_0.34.0_linux_arm64
5
+ a58dd1a6b063a222699f0b6c8fd0aef6a1554df90bfa251b5bf60f1d0087fef3 viceme_0.34.0_windows_amd64.exe
6
+ 0736b755e56785d0c3db4a265309585208ac1b87225ba3ad1819838744a0fb4a viceme_0.34.0_windows_arm64.exe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.33.6",
3
+ "version": "0.34.0",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {