orquesta-cli 0.2.41 → 0.2.42

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.
@@ -241,6 +241,20 @@ export const PROVIDERS = [
241
241
  { id: 'kimi-for-coding', name: 'Kimi For Coding (K2.6)', maxTokens: 200000, capabilities: ['tools', 'streaming'] },
242
242
  ],
243
243
  },
244
+ {
245
+ id: 'kiro',
246
+ name: 'Kiro',
247
+ baseUrl: 'https://getorquesta.com/api/v1',
248
+ authMethod: 'bearer',
249
+ envVars: ['KIRO_API_KEY'],
250
+ requiresApiKey: true,
251
+ isLocal: false,
252
+ modelsEndpoint: '/models',
253
+ openaiCompatible: true,
254
+ knownModels: [
255
+ { id: 'batuta-auto', name: 'Auto (smart routing)', maxTokens: 200000, capabilities: ['vision', 'tools', 'extended_thinking', 'streaming'] },
256
+ ],
257
+ },
244
258
  {
245
259
  id: 'ollama',
246
260
  name: 'Ollama',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orquesta-cli",
3
- "version": "0.2.41",
3
+ "version": "0.2.42",
4
4
  "description": "Orquesta CLI - AI-powered coding assistant with team collaboration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",