@viceme-ai/cli 0.20.0 → 0.21.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 +12 -0
- package/README.md +9 -3
- package/README.zh.md +8 -3
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.21.0] - 2026-08-31
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- 创作者申请最少提问与身份路由展示 (#168) (`845846a`)
|
|
8
|
+
|
|
9
|
+
### Other Changes
|
|
10
|
+
|
|
11
|
+
- 统一创作者 Skill 英文名称与资格复用 (#169) (`196d4aa`)
|
|
12
|
+
- 统一网站互动 Skill (#160) (`7a7c8e6`)
|
|
13
|
+
- v0.20.0 (#165) (`36caa44`)
|
|
14
|
+
|
|
3
15
|
## [0.20.0] - 2026-08-31
|
|
4
16
|
|
|
5
17
|
### Features
|
package/README.md
CHANGED
|
@@ -165,9 +165,15 @@ Select a target explicitly with `viceme install --agent codex`, `claude`,
|
|
|
165
165
|
|
|
166
166
|
| Skill | Use it when you want to... |
|
|
167
167
|
| --- | --- |
|
|
168
|
-
| `
|
|
169
|
-
| `
|
|
170
|
-
| `
|
|
168
|
+
| `creator-tools` | install ViceMe, sign in through the browser, manage Profiles, update, diagnose, or repair the local setup. |
|
|
169
|
+
| `become-a-creator` | apply for, claim, or check creator qualification for every creator workflow. |
|
|
170
|
+
| `sell-a-skill` | publish or update a paid or free downloadable Skill; websites, services, and generic goods are out of scope. |
|
|
171
|
+
| `charge-for-your-work` | integrate an existing website access configuration into host code after the shared creator qualification check. |
|
|
172
|
+
| `let-people-interact` | verify a Website Work, activate an Origin-bound Website Widget, and add hosted danmaku and tips to one page. |
|
|
173
|
+
|
|
174
|
+
`let-others-make-a-copy` is the reserved public name for remix delivery, but no official Skill is
|
|
175
|
+
available until that product workflow is implemented. Buyer-side `viceme-skill-use` keeps its
|
|
176
|
+
existing name because it is not a creator workflow.
|
|
171
177
|
|
|
172
178
|
The Agent Skills own the conversational workflow and approval rules. The CLI
|
|
173
179
|
owns deterministic local work and API calls. This separation lets an Agent
|
package/README.zh.md
CHANGED
|
@@ -150,9 +150,14 @@ npx --yes @viceme-ai/cli@latest install
|
|
|
150
150
|
|
|
151
151
|
| Skill | 适用场景 |
|
|
152
152
|
| --- | --- |
|
|
153
|
-
| `
|
|
154
|
-
| `
|
|
155
|
-
| `
|
|
153
|
+
| `creator-tools` | 安装 ViceMe、通过浏览器登录、管理 Profile、更新、诊断或修复本地环境。 |
|
|
154
|
+
| `become-a-creator` | 为所有创作者玩法申请、认领或检查创作者资格。 |
|
|
155
|
+
| `sell-a-skill` | 发布或更新可下载的付费或免费 Skill;网站、服务与普通商品不属于此 Skill。 |
|
|
156
|
+
| `charge-for-your-work` | 把已有网站关注或付费访问配置接入宿主代码,并复用统一的创作者资格检查。 |
|
|
157
|
+
| `let-people-interact` | 验证 Website Work、激活绑定 Origin 的 Website Widget,并把托管弹幕和赞赏接入页面。 |
|
|
158
|
+
|
|
159
|
+
`let-others-make-a-copy` 是“做同款”交付的保留公开名;对应产品流程实现前不提供官方 Skill。
|
|
160
|
+
买家侧 `viceme-skill-use` 不属于创作者玩法,因此保持现有名称。
|
|
156
161
|
|
|
157
162
|
Agent Skills 负责对话流程和授权规则;CLI 负责确定性本地操作与 API 调用。因此 Agent
|
|
158
163
|
可以解释每一步决策,而相同的命令契约仍可在终端或自动化中复现。
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
fceba158e399555d3f5be6849efcf55f247eb68edba59a11b4ffe6fe21ad031d viceme_0.21.0_darwin_amd64
|
|
2
|
+
16444a0e362163e44b329e5891eacbcd31fc6d01522f146eac264eb624e6b30e viceme_0.21.0_darwin_arm64
|
|
3
|
+
cf8493aa0c14753b0ce3f2e306b2a0ef88a8d68e0de5d5d4263dd65c241d976d viceme_0.21.0_linux_amd64
|
|
4
|
+
f21bd862fd050ccd39a49c1d70c95a5130fb1bde244c8080fb476ef0f0c877d3 viceme_0.21.0_linux_arm64
|
|
5
|
+
f2d46b5e1fa9b7a0277ea974e87436bd173aee34622277e84be39fbd2afc3a09 viceme_0.21.0_windows_amd64.exe
|
|
6
|
+
40d8150ce6ecde3b1570a6c6bfaf3e9482e04419477e32cea800c90b6d6c5ae5 viceme_0.21.0_windows_arm64.exe
|