@lmctl-ai/lmctl 0.1.79 → 0.1.80
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 +5 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,9 +44,11 @@ lmctl status
|
|
|
44
44
|
lmctl run https://lmctl.com/workflows/research.compound.json
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
`lmctl`
|
|
48
|
-
`mcp`, `monitor`, `team`, `
|
|
49
|
-
`
|
|
47
|
+
`lmctl` top-level subcommands are: `api`, `chat`, `code`, `serve`, `intake`,
|
|
48
|
+
`mcp`, `monitor`, `device`, `team`, `terminal`, `tail`, `health`, `jobs`,
|
|
49
|
+
`nudge`, `ls`, `lint`, `seed`, `hire`, `refresh`, `clone`, `plan`, `workflow`,
|
|
50
|
+
`run`, `project`, `workspace`, `diagnose`, `diagnose-prompt`, `status`, and
|
|
51
|
+
`db`. Run `lmctl <command> --help` for details on each, and see the
|
|
50
52
|
[documentation](https://lmctl.com/lmctl) to define your first team.
|
|
51
53
|
|
|
52
54
|
## Model selection
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmctl-ai/lmctl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.80",
|
|
4
4
|
"description": "A provider-agnostic control plane for teams of AI coding agents — across providers, with independent review and durable memory.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://lmctl.com",
|