@viceme-ai/cli 0.36.0 → 0.37.1
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 +25 -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,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.37.1] - 2026-09-08
|
|
4
|
+
|
|
5
|
+
### Fixes
|
|
6
|
+
|
|
7
|
+
- 删除登录提示中的右侧页面话术 (`0dcca86`)
|
|
8
|
+
- 接通微信单码设备授权 (`bca7ddd`)
|
|
9
|
+
|
|
10
|
+
## [0.37.0] - 2026-09-08
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- 带创作者身份实时读取作品经营数据 (`527cbe3`)
|
|
15
|
+
- 拆分作者页与作品页自定义流程 (`6c6e4ad`)
|
|
16
|
+
- 优化做同款预览与创作者支持流程 (`1aebe19`)
|
|
17
|
+
|
|
18
|
+
### Fixes
|
|
19
|
+
|
|
20
|
+
- 精简做同款完成提示并复用已读上下文 (`569faec`)
|
|
21
|
+
- 将发布摘要移到对话正文 (`4e31c7d`)
|
|
22
|
+
- 清理入口时保留源码包压缩方式 (`ba5831e`)
|
|
23
|
+
- 保留默认按钮并支持创作者自定义体验 (`787a767`)
|
|
24
|
+
- 从交付源码移除原作者做同款入口 (`84da504`)
|
|
25
|
+
- 预览只打开稳定作品页 (`d9ff0bf`)
|
|
26
|
+
- 移除做同款确认并保留原付款模板 (`4889543`)
|
|
27
|
+
|
|
3
28
|
## [0.36.0] - 2026-09-08
|
|
4
29
|
|
|
5
30
|
### 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
|
+
242cb9dfc3c0ae26f82f8a03e223c10e9c4af2e4daef8ecb856f335d4c48c250 viceme_0.37.1_darwin_amd64
|
|
2
|
+
f8825553dffbdd89e7bc9bdc15a8dde2f293c57de210404e3e03d05037ac34b2 viceme_0.37.1_darwin_arm64
|
|
3
|
+
1503851df93c063fc7d3e8fe8c5f7ff1e91e405540803b5594fbe19aed00b799 viceme_0.37.1_linux_amd64
|
|
4
|
+
0c38d58e084a36429d223b93c4f5b4f2cf8669903cc20f0916938d148f1a0676 viceme_0.37.1_linux_arm64
|
|
5
|
+
e63224f715ce6f23e3b9de11d7a25462d008a63a63bbe2cc5550ed29c5e6396f viceme_0.37.1_windows_amd64.exe
|
|
6
|
+
13c7d2c982e4cd439b7904d8d0ccee713610181a4da2c3899e127513663316b2 viceme_0.37.1_windows_arm64.exe
|