@@ -1,6 +1,6 @@
{
"name": "@roo-code/types",
- "version": "1.89.0",
+ "version": "1.90.0",
"description": "TypeScript type definitions for Roo Code.",
"publishConfig": {
"access": "public",
@@ -40,7 +40,6 @@ export async function getChutesModels(apiKey?: string): Promise<Record<string, M
const contextWindow = m.context_length
if (!contextWindow) {
- console.error(`Context length is required for Chutes model: ${m.id}`)
continue
}