Skip to content

Commit f335584

Browse files
committed
Use search_and_replace for minimax
1 parent 822343c commit f335584

File tree

1 file changed

+2
-0
lines changed
  • src/api/providers/fetchers

1 file changed

+2
-0
lines changed

src/api/providers/fetchers/roo.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import { DEFAULT_HEADERS } from "../constants"
1111
export const MODEL_DEFAULTS: Record<string, Partial<ModelInfo>> = {
1212
"minimax/minimax-m2:free": {
1313
defaultToolProtocol: "native",
14+
includedTools: ["search_and_replace"],
15+
excludedTools: ["apply_diff"],
1416
},
1517
"anthropic/claude-haiku-4.5": {
1618
defaultToolProtocol: "native",

0 commit comments

Comments
 (0)