mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#10596)
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
658da2c029
commit
1e62b5ddf1
3 changed files with 20 additions and 21 deletions
|
|
@ -1,20 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Fix: Ensure all tools have consistent strict mode values for Cerebras compatibility (#10334 by @brianboysen51, PR #10589 by @app/roomote)
|
||||
- Fix: Remove convertToSimpleMessages to restore tool calling for OpenAI-compatible providers (PR #10575 by @daniel-lxs)
|
||||
- Fix: Make edit_file matching more resilient to prevent false negatives (PR #10585 by @hannesrudolph)
|
||||
- Fix: Order text parts before tool calls in assistant messages for vscode-lm (PR #10573 by @daniel-lxs)
|
||||
- Fix: Ensure assistant message content is never undefined for Gemini compatibility (PR #10559 by @daniel-lxs)
|
||||
- Fix: Merge approval feedback into tool result instead of pushing duplicate messages (PR #10519 by @daniel-lxs)
|
||||
- Fix: Round-trip Gemini thought signatures for tool calls (PR #10590 by @hannesrudolph)
|
||||
- Feature: Improve error messaging for stream termination errors from provider (PR #10548 by @daniel-lxs)
|
||||
- Feature: Add debug setting to settings page for easier troubleshooting (PR #10580 by @hannesrudolph)
|
||||
- Chore: Disable edit_file tool for Gemini/Vertex providers (PR #10594 by @hannesrudolph)
|
||||
- Chore: Stop overriding tool allow/deny lists for Gemini (PR #10592 by @hannesrudolph)
|
||||
- Chore: Change default CLI model to anthropic/claude-opus-4.5 (PR #10544 by @mrubens)
|
||||
- Chore: Update Terms of Service effective January 9, 2026 (PR #10568 by @mrubens)
|
||||
- Chore: Move more types to @roo-code/types for CLI support (PR #10583 by @cte)
|
||||
- Chore: Add functionality to @roo-code/core for CLI support (PR #10584 by @cte)
|
||||
- Chore: Add slash commands useful for CLI development (PR #10586 by @cte)
|
||||
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -1,5 +1,24 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.39.2] - 2026-01-09
|
||||
|
||||
- Fix: Ensure all tools have consistent strict mode values for Cerebras compatibility (#10334 by @brianboysen51, PR #10589 by @app/roomote)
|
||||
- Fix: Remove convertToSimpleMessages to restore tool calling for OpenAI-compatible providers (PR #10575 by @daniel-lxs)
|
||||
- Fix: Make edit_file matching more resilient to prevent false negatives (PR #10585 by @hannesrudolph)
|
||||
- Fix: Order text parts before tool calls in assistant messages for vscode-lm (PR #10573 by @daniel-lxs)
|
||||
- Fix: Ensure assistant message content is never undefined for Gemini compatibility (PR #10559 by @daniel-lxs)
|
||||
- Fix: Merge approval feedback into tool result instead of pushing duplicate messages (PR #10519 by @daniel-lxs)
|
||||
- Fix: Round-trip Gemini thought signatures for tool calls (PR #10590 by @hannesrudolph)
|
||||
- Feature: Improve error messaging for stream termination errors from provider (PR #10548 by @daniel-lxs)
|
||||
- Feature: Add debug setting to settings page for easier troubleshooting (PR #10580 by @hannesrudolph)
|
||||
- Chore: Disable edit_file tool for Gemini/Vertex providers (PR #10594 by @hannesrudolph)
|
||||
- Chore: Stop overriding tool allow/deny lists for Gemini (PR #10592 by @hannesrudolph)
|
||||
- Chore: Change default CLI model to anthropic/claude-opus-4.5 (PR #10544 by @mrubens)
|
||||
- Chore: Update Terms of Service effective January 9, 2026 (PR #10568 by @mrubens)
|
||||
- Chore: Move more types to @roo-code/types for CLI support (PR #10583 by @cte)
|
||||
- Chore: Add functionality to @roo-code/core for CLI support (PR #10584 by @cte)
|
||||
- Chore: Add slash commands useful for CLI development (PR #10586 by @cte)
|
||||
|
||||
## [3.39.1] - 2026-01-08
|
||||
|
||||
- Fix: Stabilize file paths during native tool call streaming to prevent path corruption (PR #10555 by @daniel-lxs)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.39.1",
|
||||
"version": "3.39.2",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue