@lmctl-ai/lmctl 0.1.308 → 0.1.310
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 +451 -451
- package/examples/opencode.json +40 -0
- package/package.json +1 -1
package/examples/opencode.json
CHANGED
|
@@ -151,6 +151,46 @@
|
|
|
151
151
|
}
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
+
},
|
|
155
|
+
"openai": {
|
|
156
|
+
"models": {
|
|
157
|
+
"gpt-6-astra": {
|
|
158
|
+
"name": "GPT-6 Astra",
|
|
159
|
+
"reasoning": true,
|
|
160
|
+
"temperature": false,
|
|
161
|
+
"tool_call": true,
|
|
162
|
+
"limit": {
|
|
163
|
+
"context": 272000,
|
|
164
|
+
"output": 128000
|
|
165
|
+
},
|
|
166
|
+
"modalities": {
|
|
167
|
+
"input": [
|
|
168
|
+
"text",
|
|
169
|
+
"image"
|
|
170
|
+
],
|
|
171
|
+
"output": [
|
|
172
|
+
"text"
|
|
173
|
+
]
|
|
174
|
+
},
|
|
175
|
+
"variants": {
|
|
176
|
+
"low": {
|
|
177
|
+
"reasoningEffort": "low"
|
|
178
|
+
},
|
|
179
|
+
"medium": {
|
|
180
|
+
"reasoningEffort": "medium"
|
|
181
|
+
},
|
|
182
|
+
"high": {
|
|
183
|
+
"reasoningEffort": "high"
|
|
184
|
+
},
|
|
185
|
+
"xhigh": {
|
|
186
|
+
"reasoningEffort": "xhigh"
|
|
187
|
+
},
|
|
188
|
+
"max": {
|
|
189
|
+
"reasoningEffort": "max"
|
|
190
|
+
}
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
}
|
|
154
194
|
}
|
|
155
195
|
}
|
|
156
196
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmctl-ai/lmctl",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.310",
|
|
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",
|