mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +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 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| browser-panel.html | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||