@lobehub/cli 0.0.25 → 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.
Files changed (3) hide show
  1. package/dist/index.js +2180 -1302
  2. package/man/man1/lh.1 +4 -1
  3. package/package.json +3 -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.25" "User Commands"
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.25",
3
+ "version": "0.0.26",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "lh": "./dist/index.js",
@@ -31,11 +31,11 @@
31
31
  "tsdown": "^0.21.4",
32
32
  "typescript": "^6.0.3",
33
33
  "ws": "^8.18.1",
34
- "@lobechat/agent-gateway-client": "1.0.0",
35
34
  "@lobechat/device-gateway-client": "1.0.0",
36
- "@lobechat/device-identity": "1.0.0",
37
35
  "@lobechat/heterogeneous-agents": "1.0.0",
38
36
  "@lobechat/local-file-shell": "1.0.0",
37
+ "@lobechat/device-identity": "1.0.0",
38
+ "@lobechat/agent-gateway-client": "1.0.0",
39
39
  "@lobechat/tool-runtime": "1.0.0"
40
40
  },
41
41
  "publishConfig": {