@viceme-ai/cli 0.45.0 → 0.45.2

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.45.2] - 2026-09-17
4
+
5
+ ### Fixes
6
+
7
+ - 统一 Gateway API 入口并保留旧配置状态 (`410b64f`)
8
+
9
+ ## [0.45.1] - 2026-09-17
10
+
11
+ ### Fixes
12
+
13
+ - 购买入口门禁封堵「安装」绕过并补无 Python 时 CLI 兜底 (`640ed60`)
14
+
3
15
  ## [0.45.0] - 2026-09-17
4
16
 
5
17
  ### Features
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
- ec415eb8273b287ce905d06ad6f3cc45114ec4229b94bbd6f1ec35a2b9ab19b3 viceme_0.45.0_darwin_amd64
2
- 5155f0fae7da5f1da8d5af629894f75596c957309514a72fdd388f26cebdd9ad viceme_0.45.0_darwin_arm64
3
- cab61b8407122804d172757681fee109d696eccaa4805562ae7d37ea8b1b1ac9 viceme_0.45.0_linux_amd64
4
- 3e4bbee8df732c23174dcdafc51738f70d7318ca63a9a01b8b6142bafb71f4f5 viceme_0.45.0_linux_arm64
5
- 8f54e7e3ed51716e4b10863ae0442367f85cc5af7b58cf7dd2bb2a91bfc133fe viceme_0.45.0_windows_amd64.exe
6
- 240260e72f214f18b18b798395106b876f6d8dc7fc7d86c95a3d227175b7252a viceme_0.45.0_windows_arm64.exe
1
+ 4511e17c53902312b6c67492d99ac790149b417f89ce458bf210e8c56f75e7a7 viceme_0.45.2_darwin_amd64
2
+ ec3e2da40c1b06fcb0f4691cb6c2a599fec73d485cf8f7ac30a33e3fea55ef27 viceme_0.45.2_darwin_arm64
3
+ deb6e0f3128838a4d8e26eea2d2cfdce5696d894b2fdde5f418bfc880d9f2764 viceme_0.45.2_linux_amd64
4
+ 9dbea6cc3b8895f92a6d399e7cb0d6dc85a0d45d90b3ef4774e7b04810d78410 viceme_0.45.2_linux_arm64
5
+ ac9cc8c1272112d8a3f60c6c43533e2ffb98dac268baade3d519fffcbf8ddadc viceme_0.45.2_windows_amd64.exe
6
+ 4b3928ee3b6ad8df41908b69703047f5807c435f3a1a9927184aa773a4b8fc5d viceme_0.45.2_windows_arm64.exe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.45.0",
3
+ "version": "0.45.2",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {