✨ Minor Changes
- 9dad875: Fix MiniMax OAuth subscription setup by handling region-specific endpoints, normalizing device-code timing values, and aligning fallback model metadata with the documented MiniMax model IDs.
🐛 Patch Changes
- 1a94edb: Normalize DeepSeek
max_tokensbefore forwarding requests so out-of-range values do not hard-fail upstream. - 3536bc8: Preserve Codex subscription instructions in proxied OpenAI requests so Codex backend calls do not fail with "Instructions are required".
- 4b31e82: Pass request tools and tool_choice into routing resolution so tool-aware scoring uses the actual proxy request context.
- 5e282bb: Stop cross-auth credential fallback when an auth type is explicitly requested.
Requests that resolve toauth_type: api_keynow only use API key credentials (and likewise forsubscription) instead of silently decrypting another auth record.