@viceme-ai/cli 0.36.0 → 0.37.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 +18 -0
- package/README.md +3 -1
- package/README.zh.md +2 -1
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.37.0] - 2026-09-08
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- 带创作者身份实时读取作品经营数据 (`527cbe3`)
|
|
8
|
+
- 拆分作者页与作品页自定义流程 (`6c6e4ad`)
|
|
9
|
+
- 优化做同款预览与创作者支持流程 (`1aebe19`)
|
|
10
|
+
|
|
11
|
+
### Fixes
|
|
12
|
+
|
|
13
|
+
- 精简做同款完成提示并复用已读上下文 (`569faec`)
|
|
14
|
+
- 将发布摘要移到对话正文 (`4e31c7d`)
|
|
15
|
+
- 清理入口时保留源码包压缩方式 (`ba5831e`)
|
|
16
|
+
- 保留默认按钮并支持创作者自定义体验 (`787a767`)
|
|
17
|
+
- 从交付源码移除原作者做同款入口 (`84da504`)
|
|
18
|
+
- 预览只打开稳定作品页 (`d9ff0bf`)
|
|
19
|
+
- 移除做同款确认并保留原付款模板 (`4889543`)
|
|
20
|
+
|
|
3
21
|
## [0.36.0] - 2026-09-08
|
|
4
22
|
|
|
5
23
|
### Features
|
package/README.md
CHANGED
|
@@ -175,7 +175,8 @@ Select a target explicitly with `viceme install --agent codex`, `claude`,
|
|
|
175
175
|
| --- | --- |
|
|
176
176
|
| `creator-tools` | install ViceMe, sign in through the browser, manage Profiles, update, diagnose, or repair the local setup. |
|
|
177
177
|
| `become-a-creator` | apply for or check creator qualification for every creator workflow. |
|
|
178
|
-
| `customize-your-page` | use AI to create, preview, publish, update, or roll back
|
|
178
|
+
| `customize-your-profile-page` | use AI to create, preview, publish, update, or roll back a creator profile page. |
|
|
179
|
+
| `customize-your-work-page` | use AI to redesign or import a downloadable Skill work page, including its visible actions and final preview. |
|
|
179
180
|
| `sell-a-skill` | publish or update a paid or free downloadable Skill; websites, services, and generic goods are out of scope. |
|
|
180
181
|
| `use-a-skill` | resolve free, purchased, or purchase-required access, install the selected Skill, and continue the original task. |
|
|
181
182
|
| `charge-for-your-work` | configure follow or paid unlock for an existing website and integrate it into host code after the shared creator qualification check; platform resources stay internal. |
|
|
@@ -284,6 +285,7 @@ Never copy an access token into the conversation.
|
|
|
284
285
|
| `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
286
|
| `viceme replica repair-hosting --publication <ID> --path <page-directory> --page-entry <relative-html>` | Agent 选择目录与入口,只修复页面托管;已有 WorkPage ZIP 则以 ZIP 为 `--path`,不传入口参数。执行返回的确认命令,中断后复用同一请求,源码和买家权益保持不变。 |
|
|
286
287
|
| `viceme replica sales --replica <ID>` | Inspect the current source version, price and management permission; suspended owners retain read-only access. |
|
|
288
|
+
| `viceme replica analytics <work-url>` | 使用当前 Profile 校验作品 OWNER 权限,再带身份实时读取该作品的 Markdown;返回 `markdownUrl`、`markdown` 和 `fetchedAt`。拒绝其他 Web authority 和重定向,不向输出暴露凭据。 |
|
|
287
289
|
| `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
290
|
| `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. |
|
|
289
291
|
| `viceme replica publish --path <project-or-zip> --state-project <same-project-or-zip> ...` | Keep atomic publication recovery state in the authorized project’s `.viceme` directory. Preserve this locator for confirmation, status, resume and cancel; existing requests are never silently migrated. See [sandbox storage and recovery](docs/replica-sandbox-storage.md). |
|
package/README.zh.md
CHANGED
|
@@ -153,7 +153,8 @@ npx --yes @viceme-ai/cli@latest install
|
|
|
153
153
|
| --- | --- |
|
|
154
154
|
| `creator-tools` | 安装 ViceMe、通过浏览器登录、管理 Profile、更新、诊断或修复本地环境。 |
|
|
155
155
|
| `become-a-creator` | 为所有创作者玩法申请或检查创作者资格。 |
|
|
156
|
-
| `customize-your-page` | 用 AI
|
|
156
|
+
| `customize-your-profile-page` | 用 AI 创建、预览、发布、更新或回滚创作者个人页。 |
|
|
157
|
+
| `customize-your-work-page` | 用 AI 重新设计或导入可下载 Skill 的作品页,包括页面按钮和最终预览。 |
|
|
157
158
|
| `sell-a-skill` | 发布或更新可下载的付费或免费 Skill;网站、服务与普通商品不属于此 Skill。 |
|
|
158
159
|
| `use-a-skill` | 解析免费、已购买或待购买的访问状态,安装所选 Skill,并继续原任务。 |
|
|
159
160
|
| `charge-for-your-work` | 为现有网站配置关注或付费解锁并接入宿主代码;复用统一创作者资格检查,平台资源保持为内部实现。 |
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
11f324bf6bd5ddf1ccb170f9ce38b5496ddd86a14397da7ec7504ec5d7e1a350 viceme_0.37.0_darwin_amd64
|
|
2
|
+
51a69503772d761a3c8930db3f06fba50a9dc3d6ea29695e5ac8c2031f9c8da8 viceme_0.37.0_darwin_arm64
|
|
3
|
+
2f63c7720cb7dfee037377b29365d932a6c9528f046919d03fcdd1e85ec253da viceme_0.37.0_linux_amd64
|
|
4
|
+
fc115aa56306951b35349c7715004342697d4580958756d5ffbf8ed3aa6d4259 viceme_0.37.0_linux_arm64
|
|
5
|
+
b66d20ff6935f2579c53887502486a0e3f4da3fd11a9561cfe1e0fc5566f2bee viceme_0.37.0_windows_amd64.exe
|
|
6
|
+
d759d814684e85ba09be44301d66573082b281784b9c54b43e3bc55ed1c9944d viceme_0.37.0_windows_arm64.exe
|