@zshuangmu/agenthub 0.4.13 → 0.4.14

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/package.json +1 -1
  2. package/src/cli.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zshuangmu/agenthub",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "AI Agent 打包与分发平台 - 一句话打包上传,一键下载获得能力",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/cli.js CHANGED
@@ -75,6 +75,8 @@ AgentHub v${VERSION} - AI Agent 打包与分发平台
75
75
  stats 查看 Agent 统计信息
76
76
  doctor 诊断 AgentHub 安装和环境问题
77
77
  serve 启动 Web + API 服务
78
+ api 仅启动 API 后端服务
79
+ web 仅启动 Web 前端服务
78
80
 
79
81
  选项:
80
82
  --help, -h 显示帮助信息