@viceme-ai/cli 0.14.2 → 0.15.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 +15 -0
- package/README.md +7 -10
- package/README.zh.md +6 -10
- package/checksums.txt +6 -6
- package/docs/releasing.md +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.15.0] - 2026-08-16
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- 增加 Owner Preview 展示意图 (`0d5225f`)
|
|
8
|
+
|
|
9
|
+
### Fixes
|
|
10
|
+
|
|
11
|
+
- 修复 Agent 安装文档 UTF-8 响应头 (`ad1f9d5`)
|
|
12
|
+
- 登录流程始终等待浏览器授权 (`3738239`)
|
|
13
|
+
|
|
14
|
+
### Other Changes
|
|
15
|
+
|
|
16
|
+
- 统一浏览器登录措辞 (`87e432b`)
|
|
17
|
+
|
|
3
18
|
## [0.14.2] - 2026-08-15
|
|
4
19
|
|
|
5
20
|
### Fixes
|
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ Select a target explicitly with `viceme install --agent codex`, `claude`,
|
|
|
149
149
|
|
|
150
150
|
| Skill | Use it when you want to... |
|
|
151
151
|
| --- | --- |
|
|
152
|
-
| `viceme-shared` | install ViceMe, sign in
|
|
152
|
+
| `viceme-shared` | install ViceMe, sign in through the browser, manage Profiles, update, diagnose, or repair the local setup. |
|
|
153
153
|
| `viceme-publish` | validate, upload, review, resume, or publish a local Skill directory or ZIP as a paid ViceMe listing. |
|
|
154
154
|
| `viceme-danmaku` | build or adapt the bundled production React and Tailwind CSS v4 danmaku component in an existing project. |
|
|
155
155
|
|
|
@@ -215,15 +215,12 @@ Remote custom endpoints require HTTPS; only localhost and loopback development
|
|
|
215
215
|
may use HTTP. Credentials are isolated by Profile and API origin, and an Agent
|
|
216
216
|
must never switch to another Profile merely because it is already signed in.
|
|
217
217
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
viceme auth login
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
The user completes authorization in the browser. Never copy an access token
|
|
226
|
-
into the conversation.
|
|
218
|
+
`viceme auth login` intentionally keeps running until browser authorization
|
|
219
|
+
finishes or its bounded timeout expires. Keep the command active, show the
|
|
220
|
+
one-time complete URL to the user, and wait for the final result. The page signs
|
|
221
|
+
the user in when necessary and authorizes the CLI automatically; the user never
|
|
222
|
+
types a device code. If the wait expires, start a fresh `viceme auth login`.
|
|
223
|
+
Never copy an access token into the conversation.
|
|
227
224
|
|
|
228
225
|
## Command reference
|
|
229
226
|
|
package/README.zh.md
CHANGED
|
@@ -74,7 +74,7 @@ Agent 会先检查登录状态,在整个流程中固定使用同一个 Profile
|
|
|
74
74
|
viceme doctor
|
|
75
75
|
viceme auth status
|
|
76
76
|
|
|
77
|
-
#
|
|
77
|
+
# 仅在未登录时发起浏览器登录。
|
|
78
78
|
viceme auth login
|
|
79
79
|
|
|
80
80
|
# 只读校验,不上传任何内容。
|
|
@@ -140,7 +140,7 @@ npx --yes @viceme-ai/cli@latest install
|
|
|
140
140
|
|
|
141
141
|
| Skill | 适用场景 |
|
|
142
142
|
| --- | --- |
|
|
143
|
-
| `viceme-shared` | 安装 ViceMe
|
|
143
|
+
| `viceme-shared` | 安装 ViceMe、通过浏览器登录、管理 Profile、更新、诊断或修复本地环境。 |
|
|
144
144
|
| `viceme-publish` | 把本地 Skill 目录或 ZIP 校验、上传、审核、恢复或发布为 ViceMe 付费商品。 |
|
|
145
145
|
| `viceme-danmaku` | 在已有项目中构建或适配随包提供的生产级 React 与 Tailwind CSS v4 弹幕组件。 |
|
|
146
146
|
|
|
@@ -198,14 +198,10 @@ viceme auth login
|
|
|
198
198
|
Endpoint 必须使用 HTTPS;只有 localhost 和 loopback 本地开发可以使用 HTTP。
|
|
199
199
|
凭据按 Profile 和 API Origin 隔离;Agent 不能因为另一个 Profile 已登录就擅自切换。
|
|
200
200
|
|
|
201
|
-
Agent
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
viceme auth login --device-code <device-code>
|
|
206
|
-
```
|
|
207
|
-
|
|
208
|
-
用户在浏览器完成授权。不要在对话中复制 Access Token。
|
|
201
|
+
`viceme auth login` 会一直等待,直到浏览器授权完成或达到有界超时。Agent 必须保持
|
|
202
|
+
命令运行,向用户展示一次性完整链接并等待最终结果。页面会在必要时先完成登录,随后
|
|
203
|
+
自动授权 CLI;用户不需要输入设备码。等待超时后重新运行 `viceme auth login` 发起新
|
|
204
|
+
流程。不要在对话中复制 Access Token。
|
|
209
205
|
|
|
210
206
|
## 命令参考
|
|
211
207
|
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
b71fb51997b02123a4b037c138ccaeb94541c3f3a79330d8752c805eba7c2a81 viceme_0.15.0_darwin_amd64
|
|
2
|
+
2161a55792565efa14baa402c30cdaecd97c331ff89d07b10ec1eed342fda6f4 viceme_0.15.0_darwin_arm64
|
|
3
|
+
7aefb24616c39798cd8a1efb95b26a3c89cd320dbba141cadba51f2b618b84f5 viceme_0.15.0_linux_amd64
|
|
4
|
+
8c34bd131249448cd17b892d6b241fa5507dfd231f4e3bc955b71d735e9ce3bd viceme_0.15.0_linux_arm64
|
|
5
|
+
54c80ac055b7c46e6644a769dea381bef0a5108c90dc9e35cdf9c2b67b0566a0 viceme_0.15.0_windows_amd64.exe
|
|
6
|
+
a51945e2b57a25132181578f70b9d01964a86b2855f71cc1cbef562fac3907d3 viceme_0.15.0_windows_arm64.exe
|
package/docs/releasing.md
CHANGED
|
@@ -117,7 +117,8 @@ Agent Manifest, signature bundle, and document.
|
|
|
117
117
|
|
|
118
118
|
The publication job verifies both public origins after upload. It compares the
|
|
119
119
|
versioned document, Manifest, and signature bundle with the release artifacts,
|
|
120
|
-
checks immutable and root cache policies,
|
|
120
|
+
checks immutable and root cache policies, requires the public root Agent
|
|
121
|
+
document to use `text/markdown; charset=utf-8`, compares the CN and Global root
|
|
121
122
|
documents, and proves that an uploaded object outside the installation
|
|
122
123
|
allowlist is not anonymously readable. Anonymous bucket listing must also stay
|
|
123
124
|
disabled. The allowlist is limited to `agent-install.md`, the existing root
|