mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#10092)
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
12d9fadf47
commit
1d4fc52485
3 changed files with 11 additions and 12 deletions
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Improve tool configuration for OpenAI models in OpenRouter (PR #10082 by @hannesrudolph)
|
||||
- Capture more detailed provider-specific error information from OpenRouter for better debugging (PR #10073 by @jr)
|
||||
- Add Amazon Nova 2 Lite model to Bedrock provider (#9802 by @Smartsheet-JB-Brown, PR #9830 by @roomote)
|
||||
- Add AWS Bedrock service tier support (#9874 by @Smartsheet-JB-Brown, PR #9955 by @roomote)
|
||||
- Remove auto-approve toggles for to-do and retry actions to simplify the approval workflow (PR #10062 by @hannesrudolph)
|
||||
- Move isToolAllowedForMode out of shared directory for better code organization (PR #10089 by @cte)
|
||||
- Improve run logs and formatters in web-evals for better evaluation tracking (PR #10081 by @hannesrudolph)
|
||||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.36.7] - 2025-12-15
|
||||
|
||||
- Improve tool configuration for OpenAI models in OpenRouter (PR #10082 by @hannesrudolph)
|
||||
- Capture more detailed provider-specific error information from OpenRouter for better debugging (PR #10073 by @jr)
|
||||
- Add Amazon Nova 2 Lite model to Bedrock provider (#9802 by @Smartsheet-JB-Brown, PR #9830 by @roomote)
|
||||
- Add AWS Bedrock service tier support (#9874 by @Smartsheet-JB-Brown, PR #9955 by @roomote)
|
||||
- Remove auto-approve toggles for to-do and retry actions to simplify the approval workflow (PR #10062 by @hannesrudolph)
|
||||
- Move isToolAllowedForMode out of shared directory for better code organization (PR #10089 by @cte)
|
||||
- Improve run logs and formatters in web-evals for better evaluation tracking (PR #10081 by @hannesrudolph)
|
||||
|
||||
## [3.36.6] - 2025-12-12
|
||||
|
||||

|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.36.6",
|
||||
"version": "3.36.7",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue