@lmctl-ai/lmctl 0.1.42 → 0.1.44

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.
@@ -646,5 +646,6 @@ CREATE TABLE IF NOT EXISTS agent_inflight (
646
646
  sender_alias TEXT NOT NULL,
647
647
  started_at TEXT NOT NULL,
648
648
  active_count INTEGER NOT NULL DEFAULT 1,
649
+ holder_pid INTEGER,
649
650
  PRIMARY KEY(receiver_teamfile, receiver_alias)
650
651
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmctl-ai/lmctl",
3
- "version": "0.1.42",
3
+ "version": "0.1.44",
4
4
  "description": "A provider-agnostic control plane for teams of AI coding agents — across providers, with independent review and durable memory.",
5
5
  "type": "module",
6
6
  "homepage": "https://lmctl.com",