Compare commits

...

6 commits

Author SHA1 Message Date
Matt Rubens
0cba636d13
Update CHANGELOG.md 2025-04-16 01:20:42 -04:00
Matt Rubens
1169b21568
Update package-lock.json 2025-04-16 01:19:49 -04:00
Matt Rubens
d8017c249f
Update package.json 2025-04-16 01:19:29 -04:00
Matt Rubens
fa0f85dfe7
Update CHANGELOG.md 2025-04-16 01:19:08 -04:00
R00-B0T
aa5109146e Updating CHANGELOG.md format 2025-04-16 05:17:37 +00:00
github-actions[bot]
ab4c0fdf57 changeset version bump 2025-04-16 05:17:04 +00:00
4 changed files with 14 additions and 8 deletions

View file

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

View file

@ -1,5 +1,16 @@
# Roo Code Changelog
## [3.12.0] - 2025-04-15
- Add xAI provider and expose reasoning effort options for Grok on OpenRouter (thanks Cline!)
- Make diff editing config per-profile and improve pre-diff string normalization
- Make checkpoints faster and more reliable
- Add a search bar to mode and profile select dropdowns (thanks @samhvw8!)
- Add telemetry for code action usage, prompt enhancement usage, and consecutive mistake errors
- Suppress zero cost values in the task header (thanks @do-it!)
- Make JSON parsing safer to avoid crashing the webview on bad input
- Allow users to bind a keyboard shortcut for accepting suggestions or input in the chat view (thanks @axkirillov!)
## [3.11.17] - 2025-04-14
- Improvements to OpenAI cache reporting and cost estimates (thanks @monotykamary and Cline!)

4
package-lock.json generated
View file

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