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
## [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
- Enable Gemini implicit caching

4
package-lock.json generated
View file

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