@lmctl-ai/lmctl 0.1.150 → 0.1.152
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 +311 -311
- package/durable-memory/model_selection.md +1 -0
- package/package.json +1 -1
|
@@ -40,6 +40,7 @@ or retiring tested model ids.
|
|
|
40
40
|
| `gpt-5.2` | Ported from lmctl0 tested-model catalog. |
|
|
41
41
|
| `gpt-5.4` | Ported from lmctl0 tested-model catalog. |
|
|
42
42
|
| `gpt-5.5` | Ported from lmctl0 tested-model catalog. |
|
|
43
|
+
| `gpt-5.6-sol` | Operator-confirmed for Codex review team use on 2026-07-19. |
|
|
43
44
|
| `gpt-5.4-mini` | Ported from lmctl0 tested-model catalog. |
|
|
44
45
|
| `gpt-5.3-codex` | Ported from lmctl0 tested-model catalog. |
|
|
45
46
|
| `gpt-5.3-codex-spark` | Ported from lmctl0 tested-model catalog. |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmctl-ai/lmctl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.152",
|
|
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",
|