Changeset version bump (#10154)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-12-17 11:23:17 -05:00 committed by GitHub
parent 275ccf6729
commit 752a95087e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 12 deletions

View file

@ -1,11 +0,0 @@
---
"roo-cline": patch
---
![3.36.10 Release - Gemini 3 Flash Preview](/releases/3.36.10-release.png)
- Add support for Gemini 3 Flash Preview model (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)

View file

@ -1,5 +1,15 @@
# Roo Code Changelog
## [3.36.10] - 2025-12-17
![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
![3.36.9 Release - Cross-Provider Compatibility](/releases/3.36.9-release.png)

View file

@ -3,7 +3,7 @@
"displayName": "%extension.displayName%",
"description": "%extension.description%",
"publisher": "RooVeterinaryInc",
"version": "3.36.9",
"version": "3.36.10",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",