@lmctl-ai/lmctl 0.1.29 → 0.1.31
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 +478 -474
- 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
|
+
- Copilot Leads now get the lmctl MCP bridge written to the user config
|
|
16
|
+
`~/.copilot/mcp-config.json` because Copilot ACP ignores workspace
|
|
17
|
+
`.mcp.json`; this fixes Copilot Leads being unable to delegate.
|
|
15
18
|
- The update-available check now runs on all interactive TTY commands, excluding
|
|
16
19
|
`mcp`, agent-origin `lmctl_chat`, `--json`, help, env-disabled, and non-TTY
|
|
17
20
|
invocations. It prints at most once per 1-hour freshness window.
|