Roo-Code/packages
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
..
build Custom tool calling (#10083) 2025-12-21 12:43:06 -08:00
cloud ux: Provider-centric signup (#10306) 2025-12-23 14:59:29 -08:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
core Add support for npm packages and .env files to custom tools (#10336) 2025-12-26 09:43:35 -08:00
evals feat(evals): add message log deduper utility (#10286) 2025-12-22 19:42:38 -07:00
ipc Better IPC error logging (#9727) 2025-12-01 15:02:34 -08:00
telemetry feat(telemetry): add PostHog exception tracking for consecutive mistake errors (#10193) 2025-12-18 12:59:37 -08:00
types feat(openai): add setting to disable native tool calling for models that do not support it 2025-12-29 02:02:09 +00:00