@lmctl-ai/lmctl 0.1.84 → 0.1.85

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,16 @@
2
2
 
3
3
  All notable public-preview changes for `@lmctl-ai/lmctl` are recorded here.
4
4
 
5
+ ## 0.1.85 — 2026-07-07
6
+
7
+ - **lmplayer: a delegation job that completes with empty output is no longer
8
+ silently marked `done`.** A detached `provider=lmplayer` job whose reply is
9
+ empty is now corroborated against the session store — if the session is missing
10
+ or has zero persisted messages, the job is terminalized as `error`
11
+ (`empty_lmplayer_result`) instead of a silent success, so the lost work is
12
+ visible instead of masquerading as done. Non-empty replies and non-lmplayer
13
+ jobs are unaffected.
14
+
5
15
  ## 0.1.84 — 2026-07-07
6
16
 
7
17
  - **lmplayer: `tail`/`health`/`ls` now find sessions on a fresh install.**