UNPKG

@bobmatnyc/ai-code-review

Version:

A TypeScript-based tool for automated code reviews using AI models from Google Gemini, Anthropic Claude, and OpenRouter

17 lines (16 loc) 591 B
/** * @fileoverview Legacy exports for backwards compatibility */ import { Provider, ModelMapping } from './types'; /** * Auto-generated legacy MODEL_MAP for backwards compatibility. * This is generated from ENHANCED_MODEL_MAP to ensure existing code * continues to work without modification. */ export declare const MODEL_MAP: Record<string, ModelMapping>; /** * Provider model lists for backwards compatibility. * Auto-generated from ENHANCED_MODEL_MAP, excluding deprecated models * by default to encourage migration. */ export declare const MODELS: Record<Provider, string[]>;