mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#9460)
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:
parent
7977782d87
commit
038f830bf6
3 changed files with 19 additions and 19 deletions
|
|
@ -1,18 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||

|
||||
|
||||
- Add Google Gemini 3 Pro Image Preview to image generation models (PR #9440 by @app/roomote)
|
||||
- Add support for Minimax as Anthropic-compatible provider (PR #9455 by @daniel-lxs)
|
||||
- Store reasoning in conversation history for all providers (PR #9451 by @daniel-lxs)
|
||||
- Fix: Improve preserveReasoning flag to control API reasoning inclusion (PR #9453 by @daniel-lxs)
|
||||
- Fix: Prevent OpenAI Native parallel tool calls for native tool calling (PR #9433 by @hannesrudolph)
|
||||
- Fix: Improve search and replace symbol parsing (PR #9456 by @daniel-lxs)
|
||||
- Fix: Send tool_result blocks for skipped tools in native protocol (PR #9457 by @daniel-lxs)
|
||||
- Fix: Improve markdown formatting and add reasoning support (PR #9458 by @daniel-lxs)
|
||||
- Fix: Prevent duplicate environment_details when resuming cancelled tasks (PR #9442 by @daniel-lxs)
|
||||
- Improve read_file tool description with examples (PR #9422 by @daniel-lxs)
|
||||
- Update glob dependency to ^11.1.0 (PR #9449 by @jr)
|
||||
- Update tar-fs to 3.1.1 via pnpm override (PR #9450 by @app/roomote)
|
||||
18
CHANGELOG.md
18
CHANGELOG.md
|
|
@ -1,5 +1,23 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.33.3] - 2025-11-20
|
||||
|
||||

|
||||
|
||||
- Add Google Gemini 3 Pro Image Preview to image generation models (PR #9440 by @app/roomote)
|
||||
- Add support for Minimax as Anthropic-compatible provider (PR #9455 by @daniel-lxs)
|
||||
- Store reasoning in conversation history for all providers (PR #9451 by @daniel-lxs)
|
||||
- Fix: Improve preserveReasoning flag to control API reasoning inclusion (PR #9453 by @daniel-lxs)
|
||||
- Fix: Prevent OpenAI Native parallel tool calls for native tool calling (PR #9433 by @hannesrudolph)
|
||||
- Fix: Improve search and replace symbol parsing (PR #9456 by @daniel-lxs)
|
||||
- Fix: Send tool_result blocks for skipped tools in native protocol (PR #9457 by @daniel-lxs)
|
||||
- Fix: Improve markdown formatting and add reasoning support (PR #9458 by @daniel-lxs)
|
||||
- Fix: Prevent duplicate environment_details when resuming cancelled tasks (PR #9442 by @daniel-lxs)
|
||||
- Improve read_file tool description with examples (PR #9422 by @daniel-lxs)
|
||||
- Update glob dependency to ^11.1.0 (PR #9449 by @jr)
|
||||
- Update tar-fs to 3.1.1 via pnpm override (PR #9450 by @app/roomote)
|
||||
|
||||
|
||||
## [3.33.2] - 2025-11-19
|
||||
|
||||
- Enable native tool calling for Gemini provider (PR #9343 by @hannesrudolph)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.33.2",
|
||||
"version": "3.33.3",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue