We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822343c commit f335584Copy full SHA for f335584
src/api/providers/fetchers/roo.ts
@@ -11,6 +11,8 @@ import { DEFAULT_HEADERS } from "../constants"
11
export const MODEL_DEFAULTS: Record<string, Partial<ModelInfo>> = {
12
"minimax/minimax-m2:free": {
13
defaultToolProtocol: "native",
14
+ includedTools: ["search_and_replace"],
15
+ excludedTools: ["apply_diff"],
16
},
17
"anthropic/claude-haiku-4.5": {
18
0 commit comments