@lmctl-ai/lmctl 0.1.297 → 0.1.299
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 +463 -463
- package/durable-memory/model_selection.md +10 -0
- package/package.json +1 -1
|
@@ -81,6 +81,16 @@ Antigravity (`agy`) is a distinct provider from Gemini even though it stores
|
|
|
81
81
|
state under `~/.gemini/antigravity-cli`. `lmctl` supports it through native
|
|
82
82
|
terminal resume plus one-shot `agy -p` turns.
|
|
83
83
|
|
|
84
|
+
**2026-09-05: this section is no longer read by `lmctl lint`.** It used to
|
|
85
|
+
be a hand-copied snapshot of `agy models`' output (literally captioned
|
|
86
|
+
"Observed from `agy models` on <date>" below) — which went stale on every
|
|
87
|
+
new model release (fable-5.1 once, then Gemini 3.6/3.7/3.8 all landing the
|
|
88
|
+
same day). `agy` is the one provider with its own live model-catalog
|
|
89
|
+
command (`agy models`, tab-separated `<id>\t<Display Name>` lines), so lint
|
|
90
|
+
now queries it directly (`model-selection-lint.ts`'s `loadAgyModels`)
|
|
91
|
+
instead of maintaining a copy of it here. Left as historical reference only,
|
|
92
|
+
not maintained going forward.
|
|
93
|
+
|
|
84
94
|
| Configured `model=` | Evidence |
|
|
85
95
|
| --- | --- |
|
|
86
96
|
| `Gemini 3.5 Flash (Medium)` | Observed from `agy models` on 2026-07-20. |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmctl-ai/lmctl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.299",
|
|
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",
|