-
feat(claude): add model alias mapping and improve key normalization
released this
2025-10-27 16:14:19 +00:00 | 1557 commits to main since this release- Introduced model alias mapping for Claude configurations, enabling upstream and client-facing model name associations.
- Added
computeClaudeModelsHashto generate a consistent hash for model aliases. - Implemented
normalizeClaudeKeyfunction to standardize input API key configuration, including models. - Enhanced executor to resolve model aliases to upstream names dynamically.
- Updated documentation and configuration examples to reflect new model alias support.
Downloads