@lmctl-ai/lmctl 0.1.204 → 0.1.205
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 +622 -610
- package/dist/cli/schema.sql +1 -0
- package/package.json +1 -1
package/dist/cli/schema.sql
CHANGED
|
@@ -846,6 +846,7 @@ CREATE TABLE IF NOT EXISTS agent_state (
|
|
|
846
846
|
terminal_invocation_pid INTEGER,
|
|
847
847
|
terminal_invocation_host TEXT,
|
|
848
848
|
terminal_invocation_heartbeat_at TEXT,
|
|
849
|
+
currently_handling_message_id TEXT,
|
|
849
850
|
last_seq INTEGER NOT NULL,
|
|
850
851
|
PRIMARY KEY(receiver_teamfile, receiver_alias)
|
|
851
852
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmctl-ai/lmctl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.205",
|
|
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",
|