@lmctl-ai/lmctl 0.1.99 → 0.1.101

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 CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  All notable public-preview changes for `@lmctl-ai/lmctl` are recorded here.
4
4
 
5
+ ## 0.1.100 — 2026-07-11
6
+
7
+ - **`lmctl wait` is now state-based, fixing a missed-wake for tracked jobs.** A backgrounded job
8
+ (`lmctl chat`/`exec`) that *finished before you called `wait`* — e.g. while you were running
9
+ `check` in between — was silently dropped and never reported, because the claim required
10
+ `ended_at >= wait_started_at` (a time filter that only moves forward). `wait` now reports a job
11
+ purely by state — **finished AND not-yet-reported** — matching how message receipts already work.
12
+ Nothing was lost before (the result was still in `check`), but `wait` no longer skips it.
13
+ - Migration v49 seeds already-terminal jobs as reported at upgrade time, so the first `wait` after
14
+ upgrading doesn't replay your whole history.
15
+
5
16
  ## 0.1.99 — 2026-07-10
6
17
 
7
18
  - **`lmctl wait` now reports your delivered messages, not just background jobs.** In self-centered