@viceme-ai/cli 0.33.4 → 0.33.5

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,16 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.33.5] - 2026-09-05
4
+
5
+ ### Fixes
6
+
7
+ - 补充做同款订单摘要与异常联系提示 (`0c3e241`)
8
+ - 改为创作者确认做同款按钮预览后发布 (`aec3bbb`)
9
+ - 默认同时发布源码和托管页面并禁止自动降级 (`d6e1106`)
10
+ - 允许已发布源码补齐托管页面 (`1d59bb6`)
11
+ - 确认继续后再读取做同款恢复凭据 (`9dad79d`)
12
+ - 修复做同款订单状态契约不兼容 (`19d2a5c`)
13
+
3
14
  ## [0.33.4] - 2026-09-05
4
15
 
5
16
  ### Fixes
package/README.md CHANGED
@@ -273,8 +273,8 @@ Never copy an access token into the conversation.
273
273
  | `viceme publication update ...` | Replace the complete listing draft from a strict JSON file. |
274
274
  | `viceme publication confirm ...` | Confirm the exact current review digest. |
275
275
  | `viceme publication publish ...` | Make a confirmed listing public. |
276
- | `viceme replica preview --url <loopback-page-url>` | Open the anonymous preview shell around the actual page selected and served by the user's agent. The CLI validates the local address and connectivity; the agent observes the page and owns its server lifecycle. Missing input returns `PROVIDE_PREVIEW_URL`, without inspecting project filenames. |
277
- | `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 agent has observed the page and its official shell embedding. Missing observation 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. |
276
+ | `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. |
277
+ | `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. |
278
278
  | `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. |
279
279
  | `viceme replica sales --replica <ID>` | Inspect the current source version, price and management permission; suspended owners retain read-only access. |
280
280
  | `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. |
package/README.zh.md CHANGED
@@ -248,8 +248,8 @@ Endpoint 必须使用 HTTPS;只有 localhost 和 loopback 本地开发可以
248
248
  | `viceme publication update ...` | 用严格 JSON 文件替换完整 Listing Draft。 |
249
249
  | `viceme publication confirm ...` | 确认当前精确 Review Digest。 |
250
250
  | `viceme publication publish ...` | 公开已经确认的 Listing。 |
251
- | `viceme replica preview --url <本地页面地址>` | 在匿名预览壳中打开由用户 Agent 选择并启动的实际页面。CLI 校验本地地址及连通性;Agent 负责观察页面和管理自有服务。缺少地址返回 `PROVIDE_PREVIEW_URL`,不检查固定项目文件名。 |
252
- | `viceme replica publish --path <项目或ZIP> --preview-url <本地页面地址> --preview-reviewed ...` | 在 CN 市场,由 Agent 检查实际页面及官方壳嵌入后,校验并冻结源码。缺少观察声明返回 `REVIEW_LOCAL_PREVIEW`,连通性不代表视觉验证;ZIP 作为源码制品,不推断启动方式。返回一份三十分钟终审,仅以其精确 `--confirm` 命令重跑后才上传和提交;`PROCESSING` 表示已提交但尚未发布。 |
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
253
  | `viceme replica repair-hosting --publication <ID> --path <项目或WorkPage-ZIP>` | 校验并确认仅页面托管补发;原确认命令可恢复中断,源码版本、价格和买家权益不变。 |
254
254
  | `viceme replica sales --replica <ID>` | 查看当前源码版本、销售价格与经营权限;暂停经营后仍可只读查询。 |
255
255
  | `viceme replica price --replica <ID> --price-cents <分>` | 预览改价影响,0 表示免费;执行返回的完整确认命令后修改价格,不重新上传源码。 |
package/checksums.txt CHANGED
@@ -1,6 +1,6 @@
1
- bf0f6e9d13271ab20b7755a7e992d5fb870b1173a5f849d43bd28def59329b1e viceme_0.33.4_darwin_amd64
2
- 06fe952bd64cc257a2aaae581aae943615d549b016784ec0fa369e98fffe02cc viceme_0.33.4_darwin_arm64
3
- 137eabadaa35d56a7fe95525f6a083d131be47d7242863077e55d8acd29d35f9 viceme_0.33.4_linux_amd64
4
- 2356cbe6497a15cc57eab186672f3536b003efa1778b45256aa08a81c08ca131 viceme_0.33.4_linux_arm64
5
- 3c2241e6282b9787676d2ffd8781feec0bddeae7cad96654097c90f149b2622c viceme_0.33.4_windows_amd64.exe
6
- c80d009cf0b28aea14578bd95d2d7c7dc9d2962aa15a622e815714dade1bfa38 viceme_0.33.4_windows_arm64.exe
1
+ ff02d1f93ce45c935d03084837078b333a6bf6261c6faace117706e614729a36 viceme_0.33.5_darwin_amd64
2
+ c8ce3b46be5d5e1595a1ce40fdf85a3cb58cfac201b7791d459967cb8979f5c5 viceme_0.33.5_darwin_arm64
3
+ 67eb2c4189ea58853d6297200f42163deafbb1affa1ddca31648c1927ed8c55d viceme_0.33.5_linux_amd64
4
+ 9a34b482a4139eba3d5389734227ade5e9387632c3f864ce7ee8d4715e9b4b73 viceme_0.33.5_linux_arm64
5
+ 84da15d551b29fd7e4cbd49e782a6b4f289a43209a81e55afecd222fa4eae00f viceme_0.33.5_windows_amd64.exe
6
+ cf9d9cfc7f5fa4c8e9f3b35316867fd8dfd0929c4fcf32017b567550c2e01cd8 viceme_0.33.5_windows_arm64.exe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.33.4",
3
+ "version": "0.33.5",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {