@lmctl-ai/lmctl 0.1.305 → 0.1.307
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 +514 -496
- package/durable-memory/model_selection.md +2 -1
- package/package.json +1 -1
|
@@ -56,7 +56,8 @@ or retiring tested model ids.
|
|
|
56
56
|
| `gpt-5.6-sol` | Operator-confirmed for Codex review team use on 2026-07-19. |
|
|
57
57
|
| `gpt-5.4-mini` | Ported from lmctl0 tested-model catalog. |
|
|
58
58
|
| `gpt-5.3-codex` | Ported from lmctl0 tested-model catalog. |
|
|
59
|
-
| `gpt-5.3-codex-spark` | Ported from lmctl0 tested-model catalog. |
|
|
59
|
+
| `gpt-5.3-codex-spark` | Ported from lmctl0 tested-model catalog. Banned as a build model by the operator (2026-09-06, plenty of regular-GPT quota headroom) -- `lmctl lint` now warns on explicit `model=gpt-5.3-codex-spark` for build work; kept in this tested list since it's still a real, valid model for genuinely non-build (classification-only) use. |
|
|
60
|
+
| `gpt-6-astra` | Operator seeding for evaluation, 2026-09-06. |
|
|
60
61
|
|
|
61
62
|
## Gemini
|
|
62
63
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmctl-ai/lmctl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.307",
|
|
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",
|