@lmctl-ai/lmctl 0.1.118 → 0.1.119
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 +241 -241
- package/dist/cli/schema.sql +2 -1
- package/package.json +1 -1
package/dist/cli/schema.sql
CHANGED
|
@@ -729,7 +729,8 @@ CREATE TABLE IF NOT EXISTS tracked_invocation (
|
|
|
729
729
|
team_chat_log_id INTEGER,
|
|
730
730
|
meta TEXT,
|
|
731
731
|
notified_by TEXT,
|
|
732
|
-
notified_at TEXT
|
|
732
|
+
notified_at TEXT,
|
|
733
|
+
launch_source TEXT
|
|
733
734
|
);
|
|
734
735
|
CREATE INDEX IF NOT EXISTS idx_tracked_invocation_status_started
|
|
735
736
|
ON tracked_invocation(status, started_at);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmctl-ai/lmctl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.119",
|
|
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",
|