Compare commits

...

3 commits

Author SHA1 Message Date
Matt Rubens
cf9a754115
Update CHANGELOG.md 2025-04-11 17:44:01 -04:00
R00-B0T
7fde0faea7 Updating CHANGELOG.md format 2025-04-11 21:37:33 +00:00
github-actions[bot]
f6edf38b49 changeset version bump 2025-04-11 21:36:57 +00:00
4 changed files with 13 additions and 8 deletions

View file

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

View file

@ -1,5 +1,15 @@
# Roo Code Changelog
## [3.11.13] - 2025-04-11
- Loads of terminal improvements: command delay, PowerShell counter, and ZSH EOL mark (thanks @KJ7LNW!)
- Add file context tracking system (thanks @samhvw8 and @canvrno!)
- Improved display of diff errors + easy copying for investigation
- Fixes to .vscodeignore (thanks @franekp!)
- Fix a zh-CN translation for model capabilities (thanks @zhangtony239!)
- Rename AWS Bedrock to Amazon Bedrock (thanks @ronyblum!)
- Update extension title and description (thanks @StevenTCramer!)
## [3.11.12] - 2025-04-09
- Make Grok3 streaming work with OpenAI Compatible (thanks @amittell!)

4
package-lock.json generated
View file

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

View file

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