@lobehub/cli 0.0.22 → 0.0.23

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 +2489 -3331
  2. package/man/man1/lh.1 +4 -1
  3. package/package.json +5 -4
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.22" "User Commands"
3
+ .TH LH 1 "" "@lobehub/cli 0.0.23" "User Commands"
4
4
  .SH NAME
5
5
  lh \- LobeHub CLI \- manage and connect to LobeHub services
6
6
  .SH SYNOPSIS
@@ -65,6 +65,9 @@ Manage agents
65
65
  .B agent\-group
66
66
  Manage agent groups
67
67
  .TP
68
+ .B agent\-signal
69
+ Inspect and trigger Agent Signal source events
70
+ .TP
68
71
  .B bot
69
72
  Manage bot integrations
70
73
  .TP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/cli",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "lh": "./dist/index.js",
@@ -29,12 +29,13 @@
29
29
  "picocolors": "^1.1.1",
30
30
  "superjson": "^2.2.6",
31
31
  "tsdown": "^0.21.4",
32
- "typescript": "^5.9.3",
32
+ "typescript": "^6.0.3",
33
33
  "ws": "^8.18.1",
34
34
  "@lobechat/agent-gateway-client": "1.0.0",
35
+ "@lobechat/device-identity": "1.0.0",
35
36
  "@lobechat/local-file-shell": "1.0.0",
36
- "@lobechat/device-gateway-client": "1.0.0",
37
- "@lobechat/heterogeneous-agents": "1.0.0"
37
+ "@lobechat/heterogeneous-agents": "1.0.0",
38
+ "@lobechat/device-gateway-client": "1.0.0"
38
39
  },
39
40
  "publishConfig": {
40
41
  "access": "public",