@lmctl-ai/lmctl 0.1.207 → 0.1.208

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.
@@ -847,6 +847,7 @@ CREATE TABLE IF NOT EXISTS agent_state (
847
847
  terminal_invocation_host TEXT,
848
848
  terminal_invocation_heartbeat_at TEXT,
849
849
  currently_handling_message_id TEXT,
850
+ currently_handling_since TEXT,
850
851
  last_seq INTEGER NOT NULL,
851
852
  PRIMARY KEY(receiver_teamfile, receiver_alias)
852
853
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmctl-ai/lmctl",
3
- "version": "0.1.207",
3
+ "version": "0.1.208",
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",