@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.
- package/dist/cli/index.js +597 -560
- package/dist/cli/schema.sql +1 -0
- package/package.json +1 -1
package/dist/cli/schema.sql
CHANGED
|
@@ -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.
|
|
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",
|