Commit Graph

1 Commits

Author SHA1 Message Date
Julian Gardner
8755080620 fix: validate model names in models set/fallbacks commands (#4179)
Add configuration-time validation for model names using the model catalog.
Invalid models now show fuzzy suggestions. Add --force flag to skip validation.

- Add validateModelInCatalog() and validateImageModel() helpers
- Update models set, set-image, fallbacks add, image-fallbacks add
- Graceful degradation when catalog unavailable
- Add tests for validation functions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 23:50:17 +02:00