UNPKG

@bobmatnyc/ai-code-review

Version:

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

9 lines (8 loc) 212 B
#!/usr/bin/env node /** * @fileoverview Command to list all available models. * * This module provides a command-line interface for listing all available models * based on configured API keys. */ export {};