@lmctl-ai/lmctl 0.1.90 → 0.1.91
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/CHANGELOG.md +4 -0
- package/dist/cli/index.js +442 -443
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable public-preview changes for `@lmctl-ai/lmctl` are recorded here.
|
|
4
4
|
|
|
5
|
+
## 0.1.91 — 2026-07-08
|
|
6
|
+
|
|
7
|
+
- **Removed `lmctl wait --id`.** `wait` is an interactive first-return primitive over the caller's queue (id-handshake retired).
|
|
8
|
+
|
|
5
9
|
## 0.1.90 — 2026-07-08
|
|
6
10
|
|
|
7
11
|
- **`lmctl wait` now self-heals phantom running rows globally.** Each wait starts
|