UNPKG

@bobmatnyc/ai-code-review

Version:

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

10 lines (9 loc) 244 B
/** * @fileoverview Re-export from modular model maps structure * * This file maintains backwards compatibility by re-exporting * all functionality from the new modular structure. * * @version 4.0.0 */ export * from './modelMaps/index';