Skip to content

Commit 55d23e0

Browse files
authored
chore: add changeset for v3.24.0 (#6237)
1 parent 97ec777 commit 55d23e0

File tree

39 files changed

+852
-772
lines changed

39 files changed

+852
-772
lines changed

.changeset/v3.24.0.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
"roo-cline": minor
3+
---
4+
5+
- Add Hugging Face provider with support for open source models (thanks @TGlide!)
6+
- Add terminal command permissions UI to chat interface
7+
- Add support for Agent Rules standard via AGENTS.md (thanks @sgryphon!)
8+
- Add settings to control diagnostic messages
9+
- Fix auto-approve checkbox to be toggled at any time (thanks @KJ7LNW!)
10+
- Add efficiency warning for single SEARCH/REPLACE blocks in apply_diff (thanks @KJ7LNW!)
11+
- Fix respect maxReadFileLine setting for file mentions to prevent context exhaustion (thanks @sebinseban!)
12+
- Fix Ollama API URL normalization by removing trailing slashes (thanks @Naam!)
13+
- Fix restore list styles for markdown lists in chat interface (thanks @village-way!)
14+
- Add support for bedrock api keys
15+
- Add confirmation dialog and proper cleanup for marketplace mode removal
16+
- Fix cancel auto-approve timer when editing follow-up suggestion (thanks @hassoncs!)
17+
- Fix add error message when no workspace folder is open for code indexing

README.md

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

5050
---
5151

52-
## 🎉 Roo Code 3.23 Released
52+
## 🎉 Roo Code 3.24 Released
5353

54-
Roo Code 3.23 brings powerful new features and significant improvements to enhance your development workflow!
54+
Roo Code 3.24 brings powerful new features and significant improvements to enhance your development workflow!
5555

56-
- **Codebase Indexing Graduated from Experimental** - Full codebase indexing is now stable and ready for production use with improved search and context understanding.
57-
- **New Todo List Feature** - Keep your tasks on track with integrated todo management that helps you stay organized and focused on your development goals.
56+
- **Hugging Face Provider** - Access tons of great open source models directly through the new Hugging Face provider with seamless integration and model selection.
57+
- **Inline Command Controls** - New auto-approve and deny controls for command execution give you precise control over terminal operations with customizable permissions.
58+
- **AGENTS.md Rules Support** - Adds support for a community standard AGENTS.md file in the root of the project.
5859

5960
---
6061

locales/ca/README.md

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/de/README.md

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/es/README.md

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/fr/README.md

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/hi/README.md

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/id/README.md

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/it/README.md

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/ja/README.md

Lines changed: 45 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)