@lobehub/cli 0.0.9 → 0.0.11

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 +3470 -2231
  2. package/man/man1/lh.1 +4 -1
  3. package/package.json +3 -1
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.9" "User Commands"
3
+ .TH LH 1 "" "@lobehub/cli 0.0.11" "User Commands"
4
4
  .SH NAME
5
5
  lh \- LobeHub CLI \- manage and connect to LobeHub services
6
6
  .SH SYNOPSIS
@@ -77,6 +77,9 @@ Generate content (text, image, video, speech) Alias: gen.
77
77
  .B file
78
78
  Manage files
79
79
  .TP
80
+ .B hetero
81
+ Run heterogeneous agent CLIs (Claude Code / Codex) and stream their output
82
+ .TP
80
83
  .B skill
81
84
  Manage agent skills
82
85
  .TP
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lobehub/cli",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "lh": "./dist/index.js",
@@ -21,6 +21,7 @@
21
21
  "@types/node": "^22.13.5",
22
22
  "@types/ws": "^8.18.1",
23
23
  "commander": "^13.1.0",
24
+ "dayjs": "^1.11.19",
24
25
  "debug": "^4.4.0",
25
26
  "diff": "^8.0.3",
26
27
  "fast-glob": "^3.3.3",
@@ -31,6 +32,7 @@
31
32
  "typescript": "^5.9.3",
32
33
  "ws": "^8.18.1",
33
34
  "@lobechat/agent-gateway-client": "1.0.0",
35
+ "@lobechat/heterogeneous-agents": "1.0.0",
34
36
  "@lobechat/device-gateway-client": "1.0.0",
35
37
  "@lobechat/local-file-shell": "1.0.0"
36
38
  },