@lmctl-ai/lmctl 0.1.33 → 0.1.34

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.
@@ -9,23 +9,11 @@
9
9
  "apiKey": "{env:ZAI_API_KEY}"
10
10
  },
11
11
  "models": {
12
- "GLM-4.7": {
13
- "name": "GLM-4.7"
14
- },
15
- "GLM-5.1": {
16
- "name": "GLM-5.1"
17
- },
18
12
  "GLM-5.2": {
19
13
  "name": "GLM-5.2"
20
14
  },
21
- "GLM-5": {
22
- "name": "GLM-5"
23
- },
24
- "GLM-5-Turbo": {
25
- "name": "GLM-5-Turbo"
26
- },
27
- "GLM-4.5-air": {
28
- "name": "GLM-4.5 Air"
15
+ "GLM-5.1": {
16
+ "name": "GLM-5.1"
29
17
  }
30
18
  }
31
19
  },
@@ -49,17 +37,11 @@
49
37
  "apiKey": "{env:DEEPSEEK_API_KEY}"
50
38
  },
51
39
  "models": {
52
- "deepseek-chat": {
53
- "name": "deepseek-chat"
54
- },
55
- "deepseek-reasoner": {
56
- "name": "deepseek-reasoner"
40
+ "deepseek-v4-pro": {
41
+ "name": "deepseek-v4-pro"
57
42
  },
58
43
  "deepseek-v4-flash": {
59
44
  "name": "deepseek-v4-flash"
60
- },
61
- "deepseek-v4-pro": {
62
- "name": "deepseek-v4-pro"
63
45
  }
64
46
  }
65
47
  },
@@ -71,35 +53,11 @@
71
53
  "apiKey": "{env:OPENROUTER_API_KEY}"
72
54
  },
73
55
  "models": {
74
- "qwen/qwen3-coder": {
75
- "name": "qwen/qwen3-coder"
76
- },
77
- "qwen/qwen3-coder-plus": {
78
- "name": "qwen/qwen3-coder-plus"
79
- },
80
- "qwen/qwen3-coder-flash": {
81
- "name": "qwen/qwen3-coder-flash"
82
- },
83
- "qwen/qwen3.5-9b": {
84
- "name": "qwen/qwen3.5-9b"
85
- },
86
- "qwen/qwen3.5-397b-a17b": {
87
- "name": "qwen/qwen3.5-397b-a17b"
88
- },
89
- "qwen/qwen3.5-plus-20260420": {
90
- "name": "qwen/qwen3.5-plus-20260420"
91
- },
92
- "qwen/qwen3.6-flash": {
93
- "name": "qwen/qwen3.6-flash"
94
- },
95
- "qwen/qwen3.6-plus": {
96
- "name": "qwen/qwen3.6-plus"
56
+ "qwen/qwen3.7-plus": {
57
+ "name": "qwen/qwen3.7-plus"
97
58
  },
98
59
  "qwen/qwen3.6-max-preview": {
99
60
  "name": "qwen/qwen3.6-max-preview"
100
- },
101
- "qwen/qwen3.7-plus": {
102
- "name": "qwen/qwen3.7-plus"
103
61
  }
104
62
  }
105
63
  },
@@ -111,131 +69,11 @@
111
69
  "baseURL": ""
112
70
  },
113
71
  "models": {
114
- "claude-fable-5": {
115
- "name": "Claude Fable 5",
116
- "reasoning": true,
117
- "provider": {
118
- "npm": "@ai-sdk/anthropic",
119
- "api": "https://api.githubcopilot.com/v1"
120
- },
121
- "variants": {
122
- "high": {
123
- "thinking": {
124
- "type": "adaptive",
125
- "display": "summarized"
126
- },
127
- "effort": "high"
128
- },
129
- "xhigh": {
130
- "thinking": {
131
- "type": "adaptive",
132
- "display": "summarized"
133
- },
134
- "effort": "xhigh"
135
- },
136
- "max": {
137
- "thinking": {
138
- "type": "adaptive",
139
- "display": "summarized"
140
- },
141
- "effort": "max"
142
- }
143
- }
144
- },
145
- "claude-haiku-4.5": {
146
- "name": "Claude Haiku 4.5",
147
- "reasoning": true,
148
- "provider": {
149
- "npm": "@ai-sdk/anthropic",
150
- "api": "https://api.githubcopilot.com/v1"
151
- },
152
- "variants": {
153
- "high": {
154
- "thinking": {
155
- "type": "enabled",
156
- "budgetTokens": 16000
157
- }
158
- },
159
- "max": {
160
- "thinking": {
161
- "type": "enabled",
162
- "budgetTokens": 31999
163
- }
164
- }
165
- }
166
- },
167
- "claude-opus-4.5": {
168
- "name": "Claude Opus 4.5",
169
- "reasoning": true,
170
- "provider": {
171
- "npm": "@ai-sdk/anthropic",
172
- "api": "https://api.githubcopilot.com/v1"
173
- },
174
- "variants": {
175
- "high": {
176
- "effort": "high"
177
- }
178
- }
179
- },
180
- "claude-opus-4.6": {
181
- "name": "Claude Opus 4.6",
182
- "reasoning": true,
183
- "provider": {
184
- "npm": "@ai-sdk/anthropic",
185
- "api": "https://api.githubcopilot.com/v1"
186
- },
187
- "variants": {
188
- "high": {
189
- "thinking": {
190
- "type": "adaptive"
191
- },
192
- "effort": "high"
193
- },
194
- "max": {
195
- "thinking": {
196
- "type": "adaptive"
197
- },
198
- "effort": "max"
199
- }
200
- }
201
- },
202
- "claude-opus-4.7": {
203
- "name": "Claude Opus 4.7",
204
- "reasoning": true,
205
- "provider": {
206
- "npm": "@ai-sdk/anthropic",
207
- "api": "https://api.githubcopilot.com/v1"
208
- },
209
- "variants": {
210
- "high": {
211
- "thinking": {
212
- "type": "adaptive",
213
- "display": "summarized"
214
- },
215
- "effort": "high"
216
- },
217
- "xhigh": {
218
- "thinking": {
219
- "type": "adaptive",
220
- "display": "summarized"
221
- },
222
- "effort": "xhigh"
223
- },
224
- "max": {
225
- "thinking": {
226
- "type": "adaptive",
227
- "display": "summarized"
228
- },
229
- "effort": "max"
230
- }
231
- }
232
- },
233
72
  "claude-opus-4.8": {
234
73
  "name": "Claude Opus 4.8",
235
74
  "reasoning": true,
236
75
  "provider": {
237
- "npm": "@ai-sdk/anthropic",
238
- "api": "https://api.githubcopilot.com/v1"
76
+ "npm": "@ai-sdk/github-copilot"
239
77
  },
240
78
  "variants": {
241
79
  "high": {
@@ -261,56 +99,11 @@
261
99
  }
262
100
  }
263
101
  },
264
- "claude-sonnet-4": {
265
- "name": "Claude Sonnet 4",
266
- "reasoning": true,
267
- "provider": {
268
- "npm": "@ai-sdk/anthropic",
269
- "api": "https://api.githubcopilot.com/v1"
270
- },
271
- "variants": {
272
- "high": {
273
- "thinking": {
274
- "type": "enabled",
275
- "budgetTokens": 16000
276
- }
277
- },
278
- "max": {
279
- "thinking": {
280
- "type": "enabled",
281
- "budgetTokens": 31999
282
- }
283
- }
284
- }
285
- },
286
- "claude-sonnet-4.5": {
287
- "name": "Claude Sonnet 4.5",
288
- "reasoning": true,
289
- "provider": {
290
- "npm": "@ai-sdk/anthropic",
291
- "api": "https://api.githubcopilot.com/v1"
292
- },
293
- "variants": {
294
- "high": {
295
- "thinking": {
296
- "type": "enabled",
297
- "budgetTokens": 16000
298
- }
299
- },
300
- "max": {
301
- "thinking": {
302
- "type": "enabled",
303
- "budgetTokens": 31999
304
- }
305
- }
306
- }
307
- },
308
102
  "claude-sonnet-4.6": {
309
103
  "name": "Claude Sonnet 4.6",
310
104
  "reasoning": true,
311
105
  "provider": {
312
- "npm": "@ai-sdk/anthropic",
313
- "api": "https://api.githubcopilot.com/v1"
106
+ "npm": "@ai-sdk/github-copilot"
314
107
  },
315
108
  "variants": {
316
109
  "high": {
@@ -327,18 +120,6 @@
327
120
  }
328
121
  }
329
122
  },
330
- "gemini-2.5-pro": {
331
- "name": "Gemini 2.5 Pro",
332
- "provider": {
333
- "npm": "@ai-sdk/github-copilot"
334
- }
335
- },
336
- "gemini-3-flash-preview": {
337
- "name": "Gemini 3 Flash Preview",
338
- "provider": {
339
- "npm": "@ai-sdk/github-copilot"
340
- }
341
- },
342
123
  "gemini-3.1-pro-preview": {
343
124
  "name": "Gemini 3.1 Pro Preview",
344
125
  "provider": {
@@ -351,82 +132,8 @@
351
132
  "npm": "@ai-sdk/github-copilot"
352
133
  }
353
134
  },
354
- "gpt-4.1": {
355
- "name": "gpt-4.1"
356
- },
357
- "gpt-4.1-2025-04-14": {
358
- "name": "gpt-4.1-2025-04-14"
359
- },
360
- "gpt-4o-mini": {
361
- "name": "gpt-4o-mini"
362
- },
363
- "gpt-4o-mini-2024-07-18": {
364
- "name": "gpt-4o-mini-2024-07-18"
365
- },
366
- "gpt-5-mini": {
367
- "name": "GPT-5 mini",
368
- "reasoning": true,
369
- "provider": {
370
- "npm": "@ai-sdk/github-copilot"
371
- },
372
- "variants": {
373
- "high": {
374
- "reasoningEffort": "high",
375
- "reasoningSummary": "auto",
376
- "include": [
377
- "reasoning.encrypted_content"
378
- ]
379
- }
380
- }
381
- },
382
- "gpt-5.2": {
383
- "name": "GPT-5.2",
384
- "reasoning": true,
385
- "provider": {
386
- "npm": "@ai-sdk/github-copilot"
387
- },
388
- "variants": {
389
- "high": {
390
- "reasoningEffort": "high",
391
- "reasoningSummary": "auto",
392
- "include": [
393
- "reasoning.encrypted_content"
394
- ]
395
- },
396
- "xhigh": {
397
- "reasoningEffort": "xhigh",
398
- "reasoningSummary": "auto",
399
- "include": [
400
- "reasoning.encrypted_content"
401
- ]
402
- }
403
- }
404
- },
405
- "gpt-5.2-codex": {
406
- "name": "GPT-5.2 Codex",
407
- "reasoning": true,
408
- "provider": {
409
- "npm": "@ai-sdk/github-copilot"
410
- },
411
- "variants": {
412
- "high": {
413
- "reasoningEffort": "high",
414
- "reasoningSummary": "auto",
415
- "include": [
416
- "reasoning.encrypted_content"
417
- ]
418
- },
419
- "xhigh": {
420
- "reasoningEffort": "xhigh",
421
- "reasoningSummary": "auto",
422
- "include": [
423
- "reasoning.encrypted_content"
424
- ]
425
- }
426
- }
427
- },
428
- "gpt-5.3-codex": {
429
- "name": "GPT-5.3 Codex",
135
+ "gpt-5.5": {
136
+ "name": "GPT-5.5",
430
137
  "reasoning": true,
431
138
  "provider": {
432
139
  "npm": "@ai-sdk/github-copilot"
@@ -470,81 +177,6 @@
470
177
  ]
471
178
  }
472
179
  }
473
- },
474
- "gpt-5.4-mini": {
475
- "name": "GPT-5.4 mini",
476
- "reasoning": true,
477
- "provider": {
478
- "npm": "@ai-sdk/github-copilot"
479
- },
480
- "variants": {
481
- "high": {
482
- "reasoningEffort": "high",
483
- "reasoningSummary": "auto",
484
- "include": [
485
- "reasoning.encrypted_content"
486
- ]
487
- },
488
- "xhigh": {
489
- "reasoningEffort": "xhigh",
490
- "reasoningSummary": "auto",
491
- "include": [
492
- "reasoning.encrypted_content"
493
- ]
494
- }
495
- }
496
- },
497
- "gpt-5.4-nano": {
498
- "name": "GPT-5.4 nano",
499
- "reasoning": true,
500
- "provider": {
501
- "npm": "@ai-sdk/github-copilot"
502
- },
503
- "variants": {
504
- "high": {
505
- "reasoningEffort": "high",
506
- "reasoningSummary": "auto",
507
- "include": [
508
- "reasoning.encrypted_content"
509
- ]
510
- },
511
- "xhigh": {
512
- "reasoningEffort": "xhigh",
513
- "reasoningSummary": "auto",
514
- "include": [
515
- "reasoning.encrypted_content"
516
- ]
517
- }
518
- }
519
- },
520
- "gpt-5.5": {
521
- "name": "GPT-5.5",
522
- "reasoning": true,
523
- "provider": {
524
- "npm": "@ai-sdk/github-copilot"
525
- },
526
- "variants": {
527
- "high": {
528
- "reasoningEffort": "high",
529
- "reasoningSummary": "auto",
530
- "include": [
531
- "reasoning.encrypted_content"
532
- ]
533
- },
534
- "xhigh": {
535
- "reasoningEffort": "xhigh",
536
- "reasoningSummary": "auto",
537
- "include": [
538
- "reasoning.encrypted_content"
539
- ]
540
- }
541
- }
542
- },
543
- "mai-code-1-flash-picker": {
544
- "name": "MAI-Code-1-Flash",
545
- "provider": {
546
- "npm": "@ai-sdk/github-copilot"
547
- }
548
180
  }
549
181
  }
550
182
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lmctl-ai/lmctl",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
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",