From 9f242c8265c425eaffc42998921162bda180b9f9 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 17 Dec 2025 11:22:47 -0500 Subject: [PATCH] Update CHANGELOG for version 3.36.10 Added support for Gemini 3 Flash Preview model and implemented interleaved thinking mode for DeepSeek Reasoner. Fixed several issues related to reasoning content and token counting, and updated Next.js dependency. --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1280bfac7b..810f0dca15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ # Roo Code Changelog -## 3.36.10 +## [3.36.10] - 2025-12-17 -### Patch Changes +![3.36.10 Release - Gemini 3 Flash Preview](/releases/3.36.10-release.png) -- ![3.36.10 Release - Gemini 3 Flash Preview](/releases/3.36.10-release.png) +- Add support for Gemini 3 Flash Preview model in the Gemini provider (PR #10151 by @hannesrudolph) +- Implement interleaved thinking mode for DeepSeek Reasoner, enabling streaming reasoning output (PR #9969 by @hannesrudolph) +- Fix: Preserve reasoning_content during tool call sequences in DeepSeek (PR #10141 by @hannesrudolph) +- Fix: Correct token counting for context truncation display (PR #9961 by @hannesrudolph) +- Update Next.js dependency to ~15.2.8 (PR #10140 by @jr) ## [3.36.9] - 2025-12-15