@lobehub/cli 0.0.24 → 0.0.26
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/dist/index.js +3549 -1685
- package/man/man1/lh.1 +4 -1
- package/package.json +4 -3
package/man/man1/lh.1
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.\" Code generated by `npm run man:generate`; DO NOT EDIT.
|
|
2
2
|
.\" Manual command details come from the Commander command tree.
|
|
3
|
-
.TH LH 1 "" "@lobehub/cli 0.0.
|
|
3
|
+
.TH LH 1 "" "@lobehub/cli 0.0.26" "User Commands"
|
|
4
4
|
.SH NAME
|
|
5
5
|
lh \- LobeHub CLI \- manage and connect to LobeHub services
|
|
6
6
|
.SH SYNOPSIS
|
|
@@ -113,6 +113,9 @@ Manage plugins
|
|
|
113
113
|
.B user
|
|
114
114
|
Manage user account and settings
|
|
115
115
|
.TP
|
|
116
|
+
.B verify
|
|
117
|
+
Manage the Agent Run delivery checker (criteria, rubrics, plans, results)
|
|
118
|
+
.TP
|
|
116
119
|
.B whoami
|
|
117
120
|
Display current user information
|
|
118
121
|
.TP
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lobehub/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.26",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": {
|
|
6
6
|
"lh": "./dist/index.js",
|
|
@@ -32,10 +32,11 @@
|
|
|
32
32
|
"typescript": "^6.0.3",
|
|
33
33
|
"ws": "^8.18.1",
|
|
34
34
|
"@lobechat/device-gateway-client": "1.0.0",
|
|
35
|
-
"@lobechat/
|
|
35
|
+
"@lobechat/heterogeneous-agents": "1.0.0",
|
|
36
36
|
"@lobechat/local-file-shell": "1.0.0",
|
|
37
37
|
"@lobechat/device-identity": "1.0.0",
|
|
38
|
-
"@lobechat/
|
|
38
|
+
"@lobechat/agent-gateway-client": "1.0.0",
|
|
39
|
+
"@lobechat/tool-runtime": "1.0.0"
|
|
39
40
|
},
|
|
40
41
|
"publishConfig": {
|
|
41
42
|
"access": "public",
|