@lmctl-ai/lmctl 0.1.135 → 0.1.137
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 +421 -406
- package/dist/cli/schema.sql +2 -1
- package/package.json +1 -1
package/dist/cli/schema.sql
CHANGED
|
@@ -730,7 +730,8 @@ CREATE TABLE IF NOT EXISTS tracked_invocation (
|
|
|
730
730
|
meta TEXT,
|
|
731
731
|
notified_by TEXT,
|
|
732
732
|
notified_at TEXT,
|
|
733
|
-
launch_source TEXT
|
|
733
|
+
launch_source TEXT,
|
|
734
|
+
request_payload TEXT
|
|
734
735
|
);
|
|
735
736
|
CREATE INDEX IF NOT EXISTS idx_tracked_invocation_status_started
|
|
736
737
|
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.137",
|
|
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",
|