Compare commits

...

5 commits

Author SHA1 Message Date
Matt Rubens
b493e6764e
Update CHANGELOG.md 2025-04-07 17:35:17 -04:00
Matt Rubens
03f86764d7
Update CHANGELOG.md 2025-04-07 17:32:49 -04:00
Matt Rubens
139dadfb6a
Apply suggestions from code review 2025-04-07 17:23:10 -04:00
R00-B0T
788d9f0daa Updating CHANGELOG.md format 2025-04-07 21:19:44 +00:00
github-actions[bot]
0717c44214 changeset version bump 2025-04-07 21:19:11 +00:00
5 changed files with 19 additions and 13 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
v3.11.9

View file

@ -1,5 +0,0 @@
---
"roo-cline": minor
---
Rate-limit setting updated to be per-profile

View file

@ -1,5 +1,21 @@
# Roo Code Changelog
## [3.11.9] - 2025-04-07
- Rate-limit setting updated to be per-profile (thanks @ross!)
- You can now place multiple rules files in the .roo/rules/ and .roo/rules-{mode}/ folders (thanks @upamune!)
- Add Gemini 2.5 Pro Preview to Vertex AI (thanks @nbihan-mediware!)
- Tidy up following ClineProvider refactor (thanks @diarmidmackenzie!)
- Clamp negative line numbers when reading files (thanks @KJ7LNW!)
- Enhance Rust tree-sitter parser with advanced language structures (thanks @KJ7LNW!)
- Persist settings on api.setConfiguration (thanks @gtaylor!)
- Add deep links to settings sections
- Add command to focus Roo Code input field (thanks @axkirillov!)
- Add resize and hover actions to the browser (thanks @SplittyDev!)
- Add resumeTask and isTaskInHistory to the API (thanks @franekp!)
- Fix bug displaying boolean/numeric suggested answers
- Dynamic Vite port detection for webview development (thanks @KJ7LNW!)
## [3.11.8] - 2025-04-05
- Improve combineApiRequests performance to reduce gray screens of death (thanks @kyle-apex!)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "roo-cline",
"version": "3.11.8",
"version": "3.11.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "roo-cline",
"version": "3.11.8",
"version": "3.11.9",
"dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.10.2",
"@anthropic-ai/sdk": "^0.37.0",

View file

@ -3,7 +3,7 @@
"displayName": "Roo Code (prev. Roo Cline)",
"description": "A whole dev team of AI agents in your editor.",
"publisher": "RooVeterinaryInc",
"version": "3.11.8",
"version": "3.11.9",
"icon": "assets/icons/icon.png",
"galleryBanner": {
"color": "#617A91",