• Your Name's avatar
    Refactor --list-cached-models to use centralized cache module function · e509279a
    Your Name authored
    - Add list_cached_models_info() function to codai.models.cache module
    - Move cache listing logic from main.py to the cache module
    - Update main.py to use the centralized function early (before heavy imports)
    - Improves code organization and avoids unnecessary imports for --list-cached-models
    e509279a
main.py 20 KB