Roo-Code/webview-ui/src
Roo Code ac0c694dff feat(openai): add setting to disable native tool calling for models that do not support it
- Add openAiDisableNativeTools setting to provider-settings schema
- Modify OpenAiHandler.getModel() to respect the new setting
- Expand DeepSeek reasoner detection to include deepseek-r1 pattern
- Add UI checkbox in OpenAI Compatible settings
- Add translations for the new setting in all 18 supported locales

This addresses the issue where DeepSeek-R1 and similar models return 400 errors
when native function calling (tools) is included in the request. Users can now
explicitly disable native tools via a setting, giving them control when model
name detection is insufficient (e.g., custom models or proxies).

Closes #10368
2025-12-29 02:02:09 +00:00
..
__tests__ ux: Updates to CloudView (#9776) 2025-12-03 13:36:33 +00:00
components feat(openai): add setting to disable native tool calling for models that do not support it 2025-12-29 02:02:09 +00:00
context Custom tool calling (#10083) 2025-12-21 12:43:06 -08:00
hooks Add config to control public sharing (#10105) 2025-12-15 21:58:15 -05:00
i18n feat(openai): add setting to disable native tool calling for models that do not support it 2025-12-29 02:02:09 +00:00
lib Add shadcn/ui + Storybook 2025-01-30 12:50:09 -08:00
oauth Remove Glama provider (#9801) 2025-12-10 14:08:29 -08:00
utils feat: remove strict ARN validation for Bedrock custom ARN users (#10110) 2025-12-15 23:25:41 -05:00
vite-plugins fix: prevent empty mode names from being saved (fixes #5766) (#5767) 2025-08-04 11:03:34 -07:00
App.tsx ux: Updates to CloudView (#9776) 2025-12-03 13:36:33 +00:00
browser-panel.tsx Browser Use 2.0 (#8941) 2025-11-21 17:26:15 -05:00
index.css ux: Provider-centric signup (#10306) 2025-12-23 14:59:29 -08:00
index.tsx PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
preflight.css Bring most of Tailwind's preflight.css back 2025-02-03 12:18:28 -08:00
types.d.ts Welcome page OAuth (#1913) 2025-03-23 10:08:16 -04:00
vite-env.d.ts Remove lucide 2025-01-30 14:47:59 -08:00