mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* feat: add MiniMax M2.5 model to MiniMax provider - Add MiniMax-M2.5 to minimaxModels with 192K context, 128K max tokens, prompt caching, and reasoning/thinking support - Update minimaxDefaultModelId to MiniMax-M2.5 - Add minimax/minimax-m2.5 to OpenRouter prompt caching switch Closes #9391 * fix: add temperature: 1 to MiniMax M2.5 for reasoning support * docs: update MiniMax provider docs with M2.5 model * feat: wire up thinking/reasoning support for MiniMax M2.5 - Pass thinkingBudgetTokens from factory to MinimaxHandler - Use thinking param in API call when reasoning is enabled - Disable temperature and forced tool_choice when thinking is on - Add ThinkingBudgetSlider to MiniMaxProvider UI for M2.5 * Add MiniMax-M2.5-highspeed * Add thinking for highspeed * Refactor thinking logic --------- Co-authored-by: BarreiroT <tomasmbarreiroi@gmail.com> Co-authored-by: Tomás Barreiro <52393857+BarreiroT@users.noreply.github.com>