mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
changeset version bump
This commit is contained in:
parent
80250cdf47
commit
06e4e46eb6
8 changed files with 12 additions and 41 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Fix reasoning budget for Gemini 2.5 Flash on OpenRouter
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Convert bootstrap script to esm
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Fix o1-pro on OpenRouter
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Fix max tokens in task header
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Preserve model settings when selecting a specific OpenRouter provider
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Default to Claude Sonnet 4 model
|
||||
- Enable prompt caching for Gemini 2.5 Flash Preview (thanks @shariqriazz!)
|
||||
- Fix reasoning budget for Gemini 2.5 Flash on OpenRouter
|
||||
- Fix o1-pro on OpenRouter
|
||||
- Preserve model settings when selecting a specific OpenRouter provider
|
||||
- Add ability to refresh LiteLLM models list
|
||||
- Improve tool descriptions to guide proper file editing tool selection
|
||||
- Fix MCP Server error loading config when running with npx and bunx (thanks @devxpain!)
|
||||
- Improve pnpm bootstrapping and add compile script (thanks @KJ7LNW!)
|
||||
- Simplify object assignment & use startsWith (thanks @noritaka1166!)
|
||||
- Remove deprecated claude-3.7-sonnet models from vscodelm (thanks @shariqriazz!)
|
||||
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,5 +1,16 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## 3.18.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fix reasoning budget for Gemini 2.5 Flash on OpenRouter
|
||||
- Convert bootstrap script to esm
|
||||
- Fix o1-pro on OpenRouter
|
||||
- Fix max tokens in task header
|
||||
- Preserve model settings when selecting a specific OpenRouter provider
|
||||
- - Default to Claude Sonnet 4 model
|
||||
|
||||
## [3.18.2] - 2025-05-23
|
||||
|
||||
- Fix vscode-material-icons in the filer picker
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.18.2",
|
||||
"version": "3.18.3",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue