mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Changeset version bump (#3660)
* changeset version bump * Update CHANGELOG.md --------- 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
bf0aeb326d
commit
c1b92c1ee9
15 changed files with 25 additions and 93 deletions
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add support for `gemini-2.5-flash-preview-05-20` on the Vertex provider
|
||||
Add support for `gemini-2.5-flash-preview-05-20:thinking` on the Vertex provider
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
New models for the Chutes provider:
|
||||
|
||||
- Qwen/Qwen3-235B-A22B
|
||||
- Qwen/Qwen3-32B
|
||||
- Qwen/Qwen3-30B-A3B
|
||||
- Qwen/Qwen3-14B
|
||||
- Qwen/Qwen3-8B
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Shows in the UI when the context is intelligently condensed
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add a UI indicator while the context is condensing
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
Added an auto-approve API request limit setting similar to Cline
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Use YAML as default custom modes format
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
Adds refresh models button for Unbound provider
|
||||
Adds a button above model picker to refresh models based on the current API Key.
|
||||
|
||||
1. Clicking the refresh button saves the API Key and calls /models endpoint using that.
|
||||
2. Gets the new models and updates the current model if it is invalid for the given API Key.
|
||||
3. The refresh button also flushes existing Unbound models and refetches them.
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Fixed bug that prevented some file links from working in the Agent output
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Adds a button to intelligently condense the context window
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
- Add support for Gemini 2.5 Flash preview models (thanks @shariqriazz and @daniel-lxs!)
|
||||
- Add button to task header to intelligently condense content with visual feedback
|
||||
- Add YAML support for mode definitions (thanks @R-omk!)
|
||||
- Add allowedMaxRequests feature to cap consecutive auto-approved requests (inspired by Cline, thanks @hassoncs!)
|
||||
- Add Qwen3 model series to the Chutes provider (thanks @zeozeozeo!)
|
||||
- Fix more causes of grey screen issues (thanks @xyOz-dev!)
|
||||
- Add LM Studio reasoning support (thanks @avtc!)
|
||||
- Add refresh models button for Unbound provider (thanks @pugazhendhi-m!)
|
||||
- Add template variables for version numbers in announcement strings (thanks @ChuKhaLi!)
|
||||
- Make prompt input textareas resizable again
|
||||
- Fix diffview scroll display (thanks @qdaxb!)
|
||||
- Fix LM Studio and Ollama usage tracking (thanks @xyOz-dev!)
|
||||
- Fix links to filename:0 (thanks @RSO!)
|
||||
- Fix missing or inconsistent syntax highlighting across UI components (thanks @KJ7LNW!)
|
||||
- Fix packaging to include correct tiktoken.wasm (thanks @vagadiya!)
|
||||
- Fix import settings bugs and position error messages correctly (thanks @ChuKhaLi!)
|
||||
- Move audio playing to the webview to ensure cross-platform support (thanks @SmartManoj and @samhvw8!)
|
||||
- Simplify loop syntax in multiple components (thanks @noritaka1166!)
|
||||
- Auto reload extension core changes in dev mode (thanks @hassoncs!)
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Adds a slider to configure threshold to trigger intelligent context condensing
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Fix settings import when global settings are omitted
|
||||
22
CHANGELOG.md
22
CHANGELOG.md
|
|
@ -1,5 +1,27 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.18.0] - 2025-05-21
|
||||
|
||||
- Add support for Gemini 2.5 Flash preview models (thanks @shariqriazz and @daniel-lxs!)
|
||||
- Add button to task header to intelligently condense content with visual feedback
|
||||
- Add YAML support for mode definitions (thanks @R-omk!)
|
||||
- Add allowedMaxRequests feature to cap consecutive auto-approved requests (inspired by Cline, thanks @hassoncs!)
|
||||
- Add Qwen3 model series to the Chutes provider (thanks @zeozeozeo!)
|
||||
- Fix more causes of grey screen issues (thanks @xyOz-dev!)
|
||||
- Add LM Studio reasoning support (thanks @avtc!)
|
||||
- Add refresh models button for Unbound provider (thanks @pugazhendhi-m!)
|
||||
- Add template variables for version numbers in announcement strings (thanks @ChuKhaLi!)
|
||||
- Make prompt input textareas resizable again
|
||||
- Fix diffview scroll display (thanks @qdaxb!)
|
||||
- Fix LM Studio and Ollama usage tracking (thanks @xyOz-dev!)
|
||||
- Fix links to filename:0 (thanks @RSO!)
|
||||
- Fix missing or inconsistent syntax highlighting across UI components (thanks @KJ7LNW!)
|
||||
- Fix packaging to include correct tiktoken.wasm (thanks @vagadiya!)
|
||||
- Fix import settings bugs and position error messages correctly (thanks @ChuKhaLi!)
|
||||
- Move audio playing to the webview to ensure cross-platform support (thanks @SmartManoj and @samhvw8!)
|
||||
- Simplify loop syntax in multiple components (thanks @noritaka1166!)
|
||||
- Auto reload extension core changes in dev mode (thanks @hassoncs!)
|
||||
|
||||
## [3.17.2] - 2025-05-15
|
||||
|
||||
- Revert "Switch to the new Roo message parser" (appears to cause a tool parsing bug)
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.17.2",
|
||||
"version": "3.18.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.17.2",
|
||||
"version": "3.18.0",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
"@anthropic-ai/sdk": "^0.37.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.17.2",
|
||||
"version": "3.18.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue