Compare commits

...

3 commits

Author SHA1 Message Date
Matt Rubens
f5a92ae391
Update CHANGELOG.md 2025-04-12 00:23:28 -04:00
R00-B0T
ae2f0297cc Updating CHANGELOG.md format 2025-04-12 04:16:07 +00:00
github-actions[bot]
b136fedcf0 changeset version bump 2025-04-12 04:15:35 +00:00
5 changed files with 8 additions and 13 deletions

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Fix bug not to respect symbolic linked rules, if target is a directory or another symbolic link

View file

@ -1,5 +0,0 @@
---
"roo-cline": patch
---
Respect the setting to always read the full file

View file

@ -1,5 +1,10 @@
# Roo Code Changelog
## [3.11.14] - 2025-04-11
- Support symbolic links in rules folders to directories and other symbolic links (thanks @taisukeoe!)
- Stronger enforcement of the setting to always read full files instead of doing partial reads
## [3.11.13] - 2025-04-11
- Loads of terminal improvements: command delay, PowerShell counter, and ZSH EOL mark (thanks @KJ7LNW!)

4
package-lock.json generated
View file

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