mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
* feat(types): add defaultToolProtocol: native to providers - Added supportsNativeTools: true and defaultToolProtocol: native to all chutes models - Added defaultToolProtocol: native to moonshot models (already had supportsNativeTools) - Added defaultToolProtocol: native to litellm default model (already had supportsNativeTools) - Added defaultToolProtocol: native to minimax models (already had supportsNativeTools) This enables native tool calling by default for these providers, reducing the number of users falling back to XML tool protocol unnecessarily. * fix(litellm): merge only native tool defaults with router models Only merges supportsNativeTools and defaultToolProtocol from litellmDefaultModelInfo, not prices or other model-specific info that could be incorrect for different models. |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| browser-session | ||
| chat | ||
| cloud | ||
| common | ||
| history | ||
| human-relay | ||
| marketplace | ||
| mcp | ||
| modes | ||
| settings | ||
| ui | ||
| welcome | ||
| ErrorBoundary.tsx | ||