@lmctl-ai/lmctl 0.1.155 → 0.1.157

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.
@@ -70,17 +70,14 @@ terminal resume plus one-shot `agy -p` turns.
70
70
 
71
71
  | Configured `model=` | Evidence |
72
72
  | --- | --- |
73
- | `gemini-1.5-flash` | Ported from lmctl0 tested-model catalog. |
74
- | `gemini-1.5-pro` | Ported from lmctl0 tested-model catalog. |
75
- | `gemini-3.5-flash` | Ported from lmctl0 tested-model catalog. |
76
- | `gemini-3.1-pro` | Ported from lmctl0 tested-model catalog. |
77
- | `gpt-oss-120b` | Ported from lmctl0 tested-model catalog. |
78
- | `gpt-4-turbo` | Ported from lmctl0 tested-model catalog. |
79
- | `gpt-4` | Ported from lmctl0 tested-model catalog. |
80
- | `gpt-3.5-turbo` | Ported from lmctl0 tested-model catalog. |
81
- | `claude-3-opus` | Ported from lmctl0 tested-model catalog. |
82
- | `claude-3-sonnet` | Ported from lmctl0 tested-model catalog. |
83
- | `claude-3-haiku` | Ported from lmctl0 tested-model catalog. |
73
+ | `Gemini 3.5 Flash (Medium)` | Observed from `agy models` on 2026-07-20. |
74
+ | `Gemini 3.5 Flash (High)` | Observed from `agy models` on 2026-07-20. |
75
+ | `Gemini 3.5 Flash (Low)` | Observed from `agy models` on 2026-07-20. |
76
+ | `Gemini 3.1 Pro (Low)` | Observed from `agy models` on 2026-07-20. |
77
+ | `Gemini 3.1 Pro (High)` | Observed from `agy models` on 2026-07-20. |
78
+ | `Claude Sonnet 4.6 (Thinking)` | Observed from `agy models` on 2026-07-20. |
79
+ | `Claude Opus 4.6 (Thinking)` | Observed from `agy models` on 2026-07-20. |
80
+ | `GPT-OSS 120B (Medium)` | Observed from `agy models` on 2026-07-20. |
84
81
 
85
82
  ## OpenCode
86
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmctl-ai/lmctl",
3
- "version": "0.1.155",
3
+ "version": "0.1.157",
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",