@viceme-ai/cli 0.24.1 → 0.26.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 +39 -0
- package/README.md +9 -5
- package/README.zh.md +8 -3
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,44 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.26.0] - 2026-09-03
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- 支持安装免费做同款作品 (`6759d9b`)
|
|
8
|
+
- 做同款展示微信支付二维码 (`f412b0e`)
|
|
9
|
+
- 增加统一自定义页面 Skill (`7fdc047`)
|
|
10
|
+
- 增加自定义页面发布命令 (`f13cd4b`)
|
|
11
|
+
|
|
12
|
+
### Fixes
|
|
13
|
+
|
|
14
|
+
- 移除做同款 DNS 验证门禁 (`dcf8395`)
|
|
15
|
+
|
|
16
|
+
### Other Changes
|
|
17
|
+
|
|
18
|
+
- 更新官方 Skill 数量断言 (`191a356`)
|
|
19
|
+
- 移除创作者认领并保留渠道授权 (`58c7171`)
|
|
20
|
+
|
|
21
|
+
## [0.25.0] - 2026-09-03
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
- 试用门禁置顶注入并强化跨对话遵循措辞 (`0b302c0`)
|
|
26
|
+
- Skill 试用付费发布流与试用闸口 (`1a3ae5a`)
|
|
27
|
+
|
|
28
|
+
### Fixes
|
|
29
|
+
|
|
30
|
+
- 从已激活的 npm 全局包续跑更新命令 (`ca523aa`)
|
|
31
|
+
- npm 包清单与冒烟测试同步 use-a-skill 更名 (`65a7cd7`)
|
|
32
|
+
- 试用耗尽购买切换买家鉴权新链路 (`cb1b502`)
|
|
33
|
+
- 对齐买家购买鉴权新端点并保留试用分支话术 (`f0a12cc`)
|
|
34
|
+
- 试用耗尽购买前校验登录并修复多目录门禁清理 (`1112240`)
|
|
35
|
+
|
|
36
|
+
### Other Changes
|
|
37
|
+
|
|
38
|
+
- 补齐门禁注入与移除的边界单测 (`191d0fc`)
|
|
39
|
+
- 官方技能 viceme-skill-use 更名为 use-a-skill (`9c6122d`)
|
|
40
|
+
- rebase 后重生成 release manifest (`51b0889`)
|
|
41
|
+
|
|
3
42
|
## [0.24.1] - 2026-09-02
|
|
4
43
|
|
|
5
44
|
### Fixes
|
package/README.md
CHANGED
|
@@ -167,14 +167,15 @@ Select a target explicitly with `viceme install --agent codex`, `claude`,
|
|
|
167
167
|
| Skill | Use it when you want to... |
|
|
168
168
|
| --- | --- |
|
|
169
169
|
| `creator-tools` | install ViceMe, sign in through the browser, manage Profiles, update, diagnose, or repair the local setup. |
|
|
170
|
-
| `become-a-creator` | apply for
|
|
170
|
+
| `become-a-creator` | apply for or check creator qualification for every creator workflow. |
|
|
171
|
+
| `customize-your-page` | use AI to create, preview, publish, update, or roll back one creator or Work page against its target-specific platform capabilities. |
|
|
171
172
|
| `sell-a-skill` | publish or update a paid or free downloadable Skill; websites, services, and generic goods are out of scope. |
|
|
172
|
-
| `
|
|
173
|
+
| `use-a-skill` | resolve free, purchased, or purchase-required access, install the selected Skill, and continue the original task. |
|
|
173
174
|
| `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. |
|
|
174
175
|
| `let-people-interact` | branch between danmaku, open tips, or both; danmaku-bearing routes require a published Website Work with an exact canonical Origin, while Tip can use any eligible published Merchant Work and either Mounted or Headless UI; none requires DNS ownership verification. |
|
|
175
176
|
| `let-others-make-a-copy` | publish a complete website source ZIP with a root `VICEME-REPLICA.md`, then integrate the platform-provided replica prompt into the creator's own site. |
|
|
176
177
|
|
|
177
|
-
Buyer-side `
|
|
178
|
+
Buyer-side `use-a-skill` keeps its existing name because it is not a creator workflow.
|
|
178
179
|
|
|
179
180
|
The Agent Skills own the conversational workflow and approval rules. The CLI
|
|
180
181
|
owns deterministic local work and API calls. This separation lets an Agent
|
|
@@ -272,10 +273,11 @@ Never copy an access token into the conversation.
|
|
|
272
273
|
| `viceme publication confirm ...` | Confirm the exact current review digest. |
|
|
273
274
|
| `viceme publication publish ...` | Make a confirmed listing public. |
|
|
274
275
|
| `viceme replica publish ...` | Validate a complete source ZIP with a root `VICEME-REPLICA.md`, publish an immutable version, and return the stable code and creator-site prompts. |
|
|
275
|
-
| `viceme replica install <code> --target <new-directory>` | Create and display the authoritative Quote without an order;
|
|
276
|
+
| `viceme replica install <code> --target <new-directory>` | Create and display the authoritative Quote without an order; after explicit confirmation, return a private local WeChat QR image for Agent rendering, then resume the same order until paid before atomic installation. |
|
|
276
277
|
| `viceme update` | Update the CLI and matching official Skills together. |
|
|
277
278
|
| `viceme merchant accounts` | List ordinary MerchantAccounts where the current User is the OWNER member. |
|
|
278
279
|
| `viceme merchant work ...` | Create, inspect, update, and publish Merchant Works, including Website Works. |
|
|
280
|
+
| `viceme merchant page ...` | Validate, preview, publish, inspect, and roll back immutable custom Creator/Work page bundles. |
|
|
279
281
|
| `viceme merchant work website-verification ...` | Create, inspect, verify, or revoke DNS ownership for one Website Work. |
|
|
280
282
|
| `viceme merchant work sdk-access ...` | Manage hosted `danmaku`/`tip` and follow/paid access on one Work. Hosted and access domains preserve each other; creation returns permanent public `keys.test` and `keys.live` identifiers, not credentials. |
|
|
281
283
|
| `viceme merchant commerce-application ...` | Manage Commerce Applications. For open tips, a matching application is optional trusted-source attribution rather than an authorization gate. |
|
|
@@ -343,7 +345,9 @@ stops the original command so an older process cannot perform a mutation after
|
|
|
343
345
|
a failed generation change.
|
|
344
346
|
|
|
345
347
|
An npm installation continues the original command automatically on every
|
|
346
|
-
supported platform
|
|
348
|
+
supported platform, including commands started from an older `npx` cache. The
|
|
349
|
+
continuation uses the activated global package after checking its exact version.
|
|
350
|
+
A standalone Windows binary may return the retryable code
|
|
347
351
|
`AUTO_UPDATE_RESTART_REQUIRED` once while Windows releases the old executable;
|
|
348
352
|
rerunning the exact command completes under the new generation.
|
|
349
353
|
|
package/README.zh.md
CHANGED
|
@@ -152,14 +152,15 @@ npx --yes @viceme-ai/cli@latest install
|
|
|
152
152
|
| Skill | 适用场景 |
|
|
153
153
|
| --- | --- |
|
|
154
154
|
| `creator-tools` | 安装 ViceMe、通过浏览器登录、管理 Profile、更新、诊断或修复本地环境。 |
|
|
155
|
-
| `become-a-creator` |
|
|
155
|
+
| `become-a-creator` | 为所有创作者玩法申请或检查创作者资格。 |
|
|
156
|
+
| `customize-your-page` | 用 AI 创建、预览、发布、更新或回滚作者页和作品页,并按目标调用平台接口。 |
|
|
156
157
|
| `sell-a-skill` | 发布或更新可下载的付费或免费 Skill;网站、服务与普通商品不属于此 Skill。 |
|
|
157
|
-
| `
|
|
158
|
+
| `use-a-skill` | 解析免费、已购买或待购买的访问状态,安装所选 Skill,并继续原任务。 |
|
|
158
159
|
| `charge-for-your-work` | 为现有网站配置关注或付费解锁并接入宿主代码;复用统一创作者资格检查,平台资源保持为内部实现。 |
|
|
159
160
|
| `let-people-interact` | 分支处理仅弹幕、开放赞赏或两者;包含弹幕的路线要求已发布且 canonical Origin 精确匹配的 Website Work,Tip 可使用任意合格且已发布的 Merchant Work,并选择 Mounted 或 Headless UI;三个分支均不要求 DNS 所有权验证。 |
|
|
160
161
|
| `let-others-make-a-copy` | 发布包含根级 `VICEME-REPLICA.md` 的完整网站源码 ZIP,并把平台返回的“做同款”提示词接入创作者原站。 |
|
|
161
162
|
|
|
162
|
-
买家侧 `
|
|
163
|
+
买家侧 `use-a-skill` 不属于创作者玩法,因此保持现有名称。
|
|
163
164
|
|
|
164
165
|
Agent Skills 负责对话流程和授权规则;CLI 负责确定性本地操作与 API 调用。因此 Agent
|
|
165
166
|
可以解释每一步决策,而相同的命令契约仍可在终端或自动化中复现。
|
|
@@ -251,6 +252,7 @@ Endpoint 必须使用 HTTPS;只有 localhost 和 loopback 本地开发可以
|
|
|
251
252
|
| `viceme update` | 同时更新 CLI 与匹配版本的官方 Skills。 |
|
|
252
253
|
| `viceme merchant accounts` | 列出当前 User 通过 OWNER 成员关系经营的普通 MerchantAccount。 |
|
|
253
254
|
| `viceme merchant work ...` | 创建、查看、更新和发布 Merchant Work,包括 Website Work。 |
|
|
255
|
+
| `viceme merchant page ...` | 校验、预览、发布、查看和回滚不可变的作者页/作品页自定义页面包。 |
|
|
254
256
|
| `viceme merchant work website-verification ...` | 创建、查看、验证或撤销一个 Website Work 的 DNS 所有权。 |
|
|
255
257
|
| `viceme merchant work sdk-access ...` | 在同一 Work 上管理托管 `danmaku`/`tip` 与关注/付费 access;两类配置相互保留,创建会返回永久公开、并非凭据的 `keys.test` 与 `keys.live`。 |
|
|
256
258
|
| `viceme merchant commerce-application ...` | 管理 Commerce Application;对于开放赞赏,匹配的应用只是可选可信来源归因,不是授权门禁。 |
|
|
@@ -313,6 +315,9 @@ viceme update --check
|
|
|
313
315
|
viceme update
|
|
314
316
|
```
|
|
315
317
|
|
|
318
|
+
从旧版 `npx` 缓存启动的命令也会在更新后自动继续:CLI 校验已激活全局包的精确版本,
|
|
319
|
+
再通过该包的启动器续跑原命令。
|
|
320
|
+
|
|
316
321
|
`viceme update` 保留为显式修复命令。正常启动检查已经会校验精确 Release、刷新匹配
|
|
317
322
|
版本的官方 Skills,并把中断的激活过程恢复成一个完整、兼容的本地版本。
|
|
318
323
|
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
96ac55002b136f0b8ed08215c7be6e568e8e25c64f2d5a48f262987e623ac923 viceme_0.26.0_darwin_amd64
|
|
2
|
+
40739600761127382f0eee7821aaf7c86c52b2a4e65188fb875f358de6a3ad65 viceme_0.26.0_darwin_arm64
|
|
3
|
+
550bd2b0ab5b50ac289cacacb0c6e758501fc0915be72c9ac239646d0b6c53ba viceme_0.26.0_linux_amd64
|
|
4
|
+
a0cf3ab27615208ec04b439bf9e4013e281cab4966f48e151c32625544a5387f viceme_0.26.0_linux_arm64
|
|
5
|
+
8f1ad0590b8fa7b1e80f6f2183cb21ffb33da00afed9b879e8abe3885d2ea85d viceme_0.26.0_windows_amd64.exe
|
|
6
|
+
5a7c2e7e3737a163cac26c80d4acc8495f028553ab33f0c92c80a98747681f06 viceme_0.26.0_windows_arm64.exe
|