@roo-code/types v1.90.0 (#9998)

This commit is contained in:
Chris Estreich 2025-12-10 14:14:38 -08:00 committed by GitHub
parent f05dd59a2b
commit 2a70a2ec0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -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",

View file

@ -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
}