@viceme-ai/cli 0.45.1 → 0.45.3
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 +23 -0
- package/README.zh.md +16 -0
- package/checksums.txt +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -223,6 +223,29 @@ Each Profile binds one API base URL, Web base URL, market region, and
|
|
|
223
223
|
device-authorized account as one authority. The separately stored distribution
|
|
224
224
|
region selects only the CLI and bundled Skill download source.
|
|
225
225
|
|
|
226
|
+
Official CN Profiles use API `https://viceme.cn/api` and Web
|
|
227
|
+
`https://viceme.cn`; GLOBAL uses API `https://viceme.ai/api` and Web
|
|
228
|
+
`https://viceme.ai`. Commands append `/v1/...` to the API base, so requests
|
|
229
|
+
enter the site's Gateway as `/api/v1/...`.
|
|
230
|
+
|
|
231
|
+
Profiles saved with the retired `https://api.viceme.cn` or
|
|
232
|
+
`https://api.viceme.ai` roots resolve to the corresponding Gateway URL in
|
|
233
|
+
memory. Reading a Profile does not rewrite its configuration file; the next
|
|
234
|
+
explicit save persists the canonical URL. Profile IDs, existing credentials,
|
|
235
|
+
publication bindings and pending requests keep their original local storage
|
|
236
|
+
identity. Only these two official endpoint aliases are recognized; custom
|
|
237
|
+
hosts, paths, ports and local development endpoints remain separate.
|
|
238
|
+
|
|
239
|
+
Previously installed product Skills can contain an older Python runtime.
|
|
240
|
+
After updating the CLI, `viceme skill ready <product> --skill-dir <directory>`
|
|
241
|
+
reports that installation needs repair. Run
|
|
242
|
+
`viceme skill install <product> --skill-dir <directory>` explicitly to refresh
|
|
243
|
+
it in place. Repair preserves trial identity, pending requests and user files;
|
|
244
|
+
it does not reset the server's trial quota. Background CLI updates do not
|
|
245
|
+
rewrite installed Skills. Standalone Python users need the newly published
|
|
246
|
+
official bootstrap before repairing an old installation; an old embedded
|
|
247
|
+
script cannot update itself after its API host has been removed.
|
|
248
|
+
|
|
226
249
|
```bash
|
|
227
250
|
viceme auth login
|
|
228
251
|
viceme auth status
|
package/README.zh.md
CHANGED
|
@@ -195,6 +195,22 @@ viceme skill publish --resume <publication-id>
|
|
|
195
195
|
每个 Profile 把 API Base URL、Web Base URL、市场区域和浏览器授权账户绑定为一个完整
|
|
196
196
|
authority;单独的分发区域只选择 CLI 与官方 Skills 的下载来源。
|
|
197
197
|
|
|
198
|
+
官方 CN Profile 使用 API `https://viceme.cn/api`、Web `https://viceme.cn`;
|
|
199
|
+
GLOBAL 使用 API `https://viceme.ai/api`、Web `https://viceme.ai`。
|
|
200
|
+
命令在 API 基址后拼接 `/v1/...`,实际通过站点 Gateway 的 `/api/v1/...` 访问服务。
|
|
201
|
+
|
|
202
|
+
已有 Profile 中的 `https://api.viceme.cn`、`https://api.viceme.ai` 会在读取时
|
|
203
|
+
于内存中解析为对应的新入口;读取不会改写配置文件,下次主动保存配置才写入新地址。
|
|
204
|
+
Profile ID、原登录凭据、发布绑定和未完成请求继续使用原来的本地存储标识。
|
|
205
|
+
兼容只覆盖这两个官方入口;自定义主机、路径、端口及本地开发地址保持独立。
|
|
206
|
+
|
|
207
|
+
已安装的商品 Skill 可能包含旧 Python 脚本。升级 CLI 后,
|
|
208
|
+
`viceme skill ready <product> --skill-dir <directory>` 会提示修复旧运行包,
|
|
209
|
+
再明确执行 `viceme skill install <product> --skill-dir <directory>` 原地更新。
|
|
210
|
+
修复保留试用身份、未完成请求和用户文件,不重置服务端试用次数。
|
|
211
|
+
CLI 后台更新不会改写已安装 Skills。仅使用 Python 的用户需要先获取新发布的
|
|
212
|
+
官方引导脚本,再修复旧安装;旧脚本无法在原 API 域名移除后自行联网更新。
|
|
213
|
+
|
|
198
214
|
```bash
|
|
199
215
|
viceme auth login
|
|
200
216
|
viceme auth status
|
package/checksums.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
9242cfaeafabe505d997a4f1ca30c921236d58a7a1817a097636e563e5f124af viceme_0.45.3_darwin_amd64
|
|
2
|
+
d485dd6f0a25b43056a14c62da8ac3ebc5605f9216349c6049c88bde87e067a8 viceme_0.45.3_darwin_arm64
|
|
3
|
+
bfcb89edfb15fdf618df28c7eba204d3332ea643dcdad90dfc9fb6cfb7096273 viceme_0.45.3_linux_amd64
|
|
4
|
+
524f2589550e787ede7169cadd79824d6419209084d1b5658e5ca45b90cecbf5 viceme_0.45.3_linux_arm64
|
|
5
|
+
cfddf8c3a74abfa867d4ef803e20dc657fb4ce81550ed94637389958817626c1 viceme_0.45.3_windows_amd64.exe
|
|
6
|
+
f4c673daceb11e982921dae1593e90aec47f2a54772962db93ec707ff52f591a viceme_0.45.3_windows_arm64.exe
|