fix: disable reasoning for MiniMax-M2.5 in alibaba-coding-plan provider (#1003) (#1055)

* docs: add Node LTS pinning guide for macOS Homebrew users

New doc (docs/node-lts-macos.md) explains how to pin Node 24 LTS
via Homebrew to avoid running on odd-numbered development releases.
Covers brew install/link/pin, version managers as alternatives,
and verification steps.

Added notice banner in README linking to the guide.

* fix: disable reasoning for MiniMax-M2.5 in alibaba-coding-plan provider (#1003)

MiniMax-M2.5 via Dashscope's Anthropic-compatible API does not
properly support extended thinking, causing the model to get stuck
in a thinking loop. Set reasoning: false for this model entry in
the alibaba-coding-plan provider.
This commit is contained in:
Tom Boucher 2026-03-17 23:58:38 -04:00 committed by GitHub
parent 004f0ac861
commit 85d48d3c97

View file

@ -13459,7 +13459,7 @@ export const MODELS = {
api: "anthropic-messages",
provider: "alibaba-coding-plan",
baseUrl: "https://coding-intl.dashscope.aliyuncs.com/apps/anthropic",
reasoning: true,
reasoning: false,
input: ["text"],
cost: {
input: 0,