@zshuangmu/agenthub 0.4.9 → 0.4.10

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 +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -148,6 +148,7 @@ agenthub verify code-review-assistant --registry ./.registry --target-workspace
148
148
  | `info` | 查看 Agent 详情 |
149
149
  | `install` | 安装 Agent 到 workspace |
150
150
  | `list` | 列出已安装的 Agent |
151
+ | `uninstall` | 卸载已安装的 Agent |
151
152
  | `verify` | 校验已安装 Agent 是否完整 |
152
153
  | `versions` | 查看 Agent 版本历史 |
153
154
  | `update` | 更新 Agent 到最新版 |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zshuangmu/agenthub",
3
- "version": "0.4.9",
3
+ "version": "0.4.10",
4
4
  "description": "AI Agent 打包与分发平台 - 一句话打包上传,一键下载获得能力",
5
5
  "type": "module",
6
6
  "main": "src/index.js",