mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||