@vibeapi/api-helper 0.0.29 → 0.0.30

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,10 +10,12 @@ CLI 名:`vibecli`(也可用 `api-helper`)。需要 **Node.js >= 20**。
10
10
  ## 安装 / 运行
11
11
 
12
12
  ```bash
13
- npx @vibeapi/api-helper@latest # 免安装直接跑(@latest 确保拿到最新版)
14
- npm install -g @vibeapi/api-helper # 或全局安装后用 vibecli
13
+ npx @vibeapi/cli@latest # 免安装直接跑(@latest 确保拿到最新版)
14
+ npm install -g @vibeapi/cli # 或全局安装后用 vibecli
15
15
  ```
16
16
 
17
+ > `@vibeapi/cli` 与 `@vibeapi/api-helper` 是同一产物的双包名(同版本等价),装哪个都一样。
18
+
17
19
  **npmjs.com 连不上时走 CNB 镜像**(同步发布):
18
20
 
19
21
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibeapi/api-helper",
3
- "version": "0.0.29",
3
+ "version": "0.0.30",
4
4
  "description": "CLI tool for managing AI coding assistants (Claude Code, Codex, OpenClaw, Hermes, AtomCode) with one unified config",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",