Roo-Code/webview-ui/src/components
Daniel d92d729219
fix(litellm): merge default model info with router models for NTC support (#10187)
* 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.
2025-12-18 11:46:45 -05:00
..
__tests__ Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
browser-session Browser Use 2.0 (#8941) 2025-11-21 17:26:15 -05:00
chat [feat] Claude Code Provider Native Tool Calling (#10077) 2025-12-17 12:57:27 -08:00
cloud ux: Updates to CloudView (#9776) 2025-12-03 13:36:33 +00:00
common Add custom Button component with variant system (#9150) 2025-11-11 20:14:54 -05:00
history Metadata‑driven subtasks (no UI changes): automatic parent resume and single‑open safety (#9090) 2025-11-27 21:18:42 -07:00
human-relay fix: Adjust the style of the HumanRelayDialog component to increase the maximum height and spacing of the content area (#1791) 2025-03-19 00:09:04 -04:00
marketplace ux: Toolbar cleanup and settings consolidation (#9710) 2025-12-01 09:43:15 -05:00
mcp Remove TabContent wrapper from Modes and MCP (#9712) 2025-12-01 11:06:21 -05:00
modes Remove TabContent wrapper from Modes and MCP (#9712) 2025-12-01 11:06:21 -05:00
settings Revert "Revert "feat: change defaultToolProtocol default from xml to native"" (#10186) 2025-12-18 10:31:33 -05:00
ui fix(litellm): merge default model info with router models for NTC support (#10187) 2025-12-18 11:46:45 -05:00
welcome Switch to new welcome view (#9741) 2025-12-02 10:02:12 -05:00
ErrorBoundary.tsx Remove duplicated assignment (#6355) 2025-07-29 10:54:44 -04:00