mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-24 00:51:34 +00:00
- Add deepseek-v4-pro and deepseek-v4-flash to DeepSeek model definitions - Both models support thinking mode (preserveReasoning), vision, and prompt caching - Update thinking mode detection to use modelInfo.preserveReasoning flag instead of hardcoded model name check, making it future-proof - Add tests for new v4 model info and thinking mode behavior Addresses #12174 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| CHANGELOG.md | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||