@lmctl-ai/lmctl 0.1.28 → 0.1.30
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 +3 -0
- package/dist/cli/index.js +453 -451
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,9 @@ All notable public-preview changes for `@lmctl-ai/lmctl` are recorded here.
|
|
|
12
12
|
sessiondir is not writable, or when a member has a `sessionid` but no
|
|
13
13
|
`sessiondir`; `lmctl seed` fails on that corrupt state instead of guessing
|
|
14
14
|
where the pinned session lives.
|
|
15
|
+
- The update-available check now runs on all interactive TTY commands, excluding
|
|
16
|
+
`mcp`, agent-origin `lmctl_chat`, `--json`, help, env-disabled, and non-TTY
|
|
17
|
+
invocations. It prints at most once per 1-hour freshness window.
|
|
15
18
|
- Removed the top-level `lmctl init` command. Provider setup (installing and
|
|
16
19
|
authenticating each provider CLI) is now a documentation concern; lmctl
|
|
17
20
|
detects missing providers/auth at use time during seed/chat. `lmctl status`
|