mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-09-07 00:24:17 +08:00
- Introduced `display-name` field for human-readable model names in config and YAML files. - Updated alias application logic to set and preserve display names during model alias mapping. - Enhanced tests to validate display name behavior for various scenarios, including forks and upstream preservation. - Refined `sanitizeOAuthModelAlias` to handle `display-name` with proper trimming and formatting. Closes: #4398