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:
R00-B0T 2025-05-21 14:46:14 -07:00 committed by GitHub
parent bf0aeb326d
commit c1b92c1ee9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 25 additions and 93 deletions

View file

@ -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

View file

@ -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

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Shows in the UI when the context is intelligently condensed

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Add a UI indicator while the context is condensing

View file

@ -1,5 +0,0 @@
---
"roo-cline": minor
---
Added an auto-approve API request limit setting similar to Cline

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Use YAML as default custom modes format

View file

@ -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.

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fixed bug that prevented some file links from working in the Agent output

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Adds a button to intelligently condense the context window

View file

@ -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!)

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Adds a slider to configure threshold to trigger intelligent context condensing

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix settings import when global settings are omitted

View file

@ -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
View file

@ -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",

View file

@ -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",