Compare commits

...

2 commits

Author SHA1 Message Date
Matt Rubens
3d3c97e5e9
Update CHANGELOG.md 2025-04-04 02:17:22 -04:00
github-actions[bot]
f380808266 changeset version bump 2025-04-04 06:15:32 +00:00
5 changed files with 12 additions and 13 deletions

View file

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

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Revert "Better logic for choosing the view column when opening Roo in a tab"

View file

@ -1,5 +1,14 @@
# Roo Code Changelog # Roo Code Changelog
## [3.11.5] - 2025-04-03
- Add prompt caching for Amazon Bedrock (thanks @Smartsheet-JB-Brown!)
- Add support for configuring the current working directory of MCP servers (thanks @shoopapa!)
- Add profile management functions to API (thanks @gtaylor!)
- Improvements to diff editing functionality, tests, and error messages (thanks @p12tic!)
- Fix for follow-up questions grabbing the focus (thanks @diarmidmackenzie!)
- Show menu buttons when popping the extension out into a new tab (thanks @benny123tw!)
## [3.11.4] - 2025-04-02 ## [3.11.4] - 2025-04-02
- Correctly post state to webview when the current task is cleared (thanks @wkordalski!) - Correctly post state to webview when the current task is cleared (thanks @wkordalski!)

4
package-lock.json generated
View file

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

View file

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