@huyuan-ai/cli 1.0.1 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +15 -4
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@huyuan-ai/cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "",
7
+ "description": "企业场景下的 AI 助手与技能管理命令行工具(@huyuan-ai/cli,命令 huyuan-ai-cli)。集成 OpenCLI 与私有技能安装。",
8
8
  "type": "module",
9
9
  "main": "dist/index.js",
10
10
  "bin": {
@@ -17,7 +17,12 @@
17
17
  "prepublishOnly": "npm run build",
18
18
  "test": "echo \"Error: no test specified\" && exit 1"
19
19
  },
20
- "keywords": [],
20
+ "keywords": [
21
+ "cli",
22
+ "ai",
23
+ "huyuan",
24
+ "skills"
25
+ ],
21
26
  "author": "",
22
27
  "license": "ISC",
23
28
  "files": [
@@ -34,8 +39,14 @@
34
39
  },
35
40
  "dependencies": {
36
41
  "axios": "^1.14.0",
42
+ "chalk": "^5.3.0",
43
+ "cli-table3": "^0.6.5",
37
44
  "commander": "^14.0.3",
38
45
  "conf": "^15.1.0",
39
- "execa": "^9.6.1"
46
+ "execa": "^9.6.1",
47
+ "js-yaml": "^4.1.0",
48
+ "turndown": "^7.2.2",
49
+ "undici": "^7.24.6",
50
+ "ws": "^8.18.0"
40
51
  }
41
52
  }