@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.
- package/README.md +1 -0
- 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 到最新版 |
|