Use search_and_replace for minimax (#9780)

This commit is contained in:
Matt Rubens 2025-12-03 11:37:56 -05:00 committed by GitHub
parent 48dc4d98e3
commit a4f4f35b46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,6 +11,8 @@ import { DEFAULT_HEADERS } from "../constants"
export const MODEL_DEFAULTS: Record<string, Partial<ModelInfo>> = {
"minimax/minimax-m2:free": {
defaultToolProtocol: "native",
includedTools: ["search_and_replace"],
excludedTools: ["apply_diff"],
},
"anthropic/claude-haiku-4.5": {
defaultToolProtocol: "native",