@ai-zen/air 0.1.3 → 0.1.4

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 +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,10 +7,15 @@
7
7
  ## 安装
8
8
 
9
9
  ```bash
10
+ # 全局安装(推荐)
11
+ npm install -g @ai-zen/air
12
+
13
+ # 或从源码构建
10
14
  git clone git@github.com:ai-zen/air.git
11
15
  cd air
12
16
  npm install
13
17
  npm run build
18
+ npm install -g .
14
19
  ```
15
20
 
16
21
  ## 使用
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-zen/air",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "极简 AI 命令行助手",
5
5
  "type": "module",
6
6
  "main": "./dist/agent-runtime.js",