mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-07-03 09:44:52 +08:00
- Added `normalizeCodexServiceTier` to standardize `service_tier` values (`fast` to `priority`, omit unsupported tiers). - Updated `ConvertClaudeRequestToCodex` to apply normalization logic. - Introduced `TestConvertClaudeRequestToCodex_ServiceTier` to validate behavior across various `service_tier` inputs. Closes: #3276 #3294