Skip to content

Commit 327d5ab

Browse files
committed
v3.19.0
1 parent 337b5da commit 327d5ab

File tree

37 files changed

+716
-644
lines changed

37 files changed

+716
-644
lines changed

.changeset/v3.19.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
"roo-cline": minor
3+
---
4+
5+
- Enable intelligent content condensing by default and move condense button out of expanded task menu
6+
- Skip condense and show error if context grows during condensing
7+
- Transform Prompts tab into Modes tab and move support prompts to Settings for better organization
8+
- Add DeepSeek R1 0528 model support to Chutes provider (thanks @zeozeozeo!)
9+
- Fix @directory not respecting .rooignore files (thanks @xyOz-dev!)
10+
- Add rooignore checking for insert_content and search_and_replace tools
11+
- Fix menu breaking when Roo is moved between primary and secondary sidebars (thanks @chrarnoldus!)
12+
- Resolve memory leak in ChatView by stabilizing callback props (thanks @samhvw8!)
13+
- Fix write_to_file to properly create empty files when content is empty (thanks @Ruakij!)
14+
- Fix chat input clearing during running tasks (thanks @xyOz-dev!)
15+
- Update AWS regions to include Spain and Hyderabad
16+
- Improve POSIX shell compatibility in pre-push hook (thanks @PeterDaveHello and @chrarnoldus!)
17+
- Update PAGER environment variable for Windows compatibility in Terminal (thanks @SmartManoj!)
18+
- Add environment variable injection support for whole MCP config (thanks @NamesMT!)
19+
- Update codebase search description to emphasize English query requirements (thanks @ChuKhaLi!)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Check out the [CHANGELOG](CHANGELOG.md) for detailed updates and fixes.
4949

5050
---
5151

52-
## 🎉 Roo Code 3.18 Released
52+
## 🎉 Roo Code 3.19 Released
5353

54-
Roo Code 3.18 brings powerful new features and improvements based on your feedback!
54+
Roo Code 3.19 brings intelligent context management improvements and enhanced user experience!
5555

56-
- **Gemini 2.5 Flash Preview Models** - Access the latest Gemini Flash models for faster and more efficient responses.
57-
- **Intelligent Context Condensing Button** - New button in task header lets you intelligently condense content with visual feedback.
58-
- **YAML Support for Mode Definitions** - Create and customize modes more easily with YAML support.
56+
- **Intelligent Context Condensing Enabled by Default** - Context condensing is now enabled by default with configurable settings for when automatic condensing happens.
57+
- **Manual Condensing Button** - New button in the task header allows you to manually trigger context condensing at any time.
58+
- **Enhanced Condensing Settings** - Fine-tune when and how automatic condensing occurs through the Context Settings panel.
5959

6060
---
6161

locales/ca/README.md

Lines changed: 37 additions & 35 deletions
Large diffs are not rendered by default.

locales/de/README.md

Lines changed: 37 additions & 35 deletions
Large diffs are not rendered by default.

locales/es/README.md

Lines changed: 37 additions & 35 deletions
Large diffs are not rendered by default.

locales/fr/README.md

Lines changed: 37 additions & 35 deletions
Large diffs are not rendered by default.

locales/hi/README.md

Lines changed: 37 additions & 35 deletions
Large diffs are not rendered by default.

locales/it/README.md

Lines changed: 37 additions & 35 deletions
Large diffs are not rendered by default.

locales/ja/README.md

Lines changed: 37 additions & 35 deletions
Large diffs are not rendered by default.

locales/ko/README.md

Lines changed: 37 additions & 35 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)