Compare commits

...

3 commits

Author SHA1 Message Date
Chris Estreich
fd4f155ec6
Update CHANGELOG.md 2025-05-15 12:37:16 -07:00
R00-B0T
c71140aa3e Updating CHANGELOG.md format 2025-05-15 19:33:03 +00:00
github-actions[bot]
1361ace03e changeset version bump 2025-05-15 19:32:26 +00:00
4 changed files with 8 additions and 8 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix command display in the approval required case

View file

@ -1,5 +1,10 @@
# Roo Code Changelog # Roo Code Changelog
## [3.17.1] - 2025-05-15
- Fix the display of the command to execute during approval
- Fix incorrect reserved tokens calculation on OpenRouter (thanks @daniel-lxs!)
## [3.17.0] - 2025-05-14 ## [3.17.0] - 2025-05-14
- Enable Gemini implicit caching - Enable Gemini implicit caching

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "roo-cline", "name": "roo-cline",
"version": "3.17.0", "version": "3.17.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "roo-cline", "name": "roo-cline",
"version": "3.17.0", "version": "3.17.1",
"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": "%extension.displayName%", "displayName": "%extension.displayName%",
"description": "%extension.description%", "description": "%extension.description%",
"publisher": "RooVeterinaryInc", "publisher": "RooVeterinaryInc",
"version": "3.17.0", "version": "3.17.1",
"icon": "assets/icons/icon.png", "icon": "assets/icons/icon.png",
"galleryBanner": { "galleryBanner": {
"color": "#617A91", "color": "#617A91",