Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .changeset/v3.24.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
"roo-cline": minor
---

- Add Hugging Face provider with support for open source models (thanks @TGlide!)
- Add terminal command permissions UI to chat interface
- Add support for Agent Rules standard via AGENTS.md (thanks @sgryphon!)
- Add settings to control diagnostic messages
- Fix auto-approve checkbox to be toggled at any time (thanks @KJ7LNW!)
- Add efficiency warning for single SEARCH/REPLACE blocks in apply_diff (thanks @KJ7LNW!)
- Fix respect maxReadFileLine setting for file mentions to prevent context exhaustion (thanks @sebinseban!)
- Fix Ollama API URL normalization by removing trailing slashes (thanks @Naam!)
- Fix restore list styles for markdown lists in chat interface (thanks @village-way!)
- Add support for bedrock api keys
- Add confirmation dialog and proper cleanup for marketplace mode removal
- Fix cancel auto-approve timer when editing follow-up suggestion (thanks @hassoncs!)
- Fix add error message when no workspace folder is open for code indexing
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,13 @@ Check out the [CHANGELOG](CHANGELOG.md) for detailed updates and fixes.

---

## 🎉 Roo Code 3.23 Released
## 🎉 Roo Code 3.24 Released

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

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

---

Expand Down
87 changes: 45 additions & 42 deletions locales/ca/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/de/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/es/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/fr/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/hi/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/id/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/it/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/ja/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/ko/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/nl/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/pl/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/pt-BR/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/ru/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/tr/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/vi/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/zh-CN/README.md

Large diffs are not rendered by default.

87 changes: 45 additions & 42 deletions locales/zh-TW/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/core/webview/ClineProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class ClineProvider

public isViewLaunched = false
public settingsImportedAt?: number
public readonly latestAnnouncementId = "jul-09-2025-3-23-0" // Update for v3.23.0 announcement
public readonly latestAnnouncementId = "jul-26-2025-3-24-0" // Update for v3.24.0 announcement
public readonly providerSettingsManager: ProviderSettingsManager
public readonly customModesManager: CustomModesManager

Expand Down
10 changes: 10 additions & 0 deletions webview-ui/src/components/chat/Announcement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
}}
/>
</li>
<li>
•{" "}
<Trans
i18nKey="chat:announcement.feature3"
components={{
bold: <b />,
code: <code />,
}}
/>
</li>
</ul>
<Trans
i18nKey="chat:announcement.detailsDiscussLinks"
Expand Down
6 changes: 3 additions & 3 deletions webview-ui/src/i18n/locales/ca/chat.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions webview-ui/src/i18n/locales/de/chat.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions webview-ui/src/i18n/locales/en/chat.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,9 @@
"title": "🎉 Roo Code {{version}} Released",
"description": "Roo Code {{version}} brings powerful new features and significant improvements to enhance your development workflow.",
"whatsNew": "What's New",
"feature1": "<bold>Codebase Indexing Graduated from Experimental</bold>: Full codebase indexing is now stable and ready for production use with improved search and context understanding.",
"feature2": "<bold>New Todo List Feature</bold>: Keep your tasks on track with integrated todo management that helps you stay organized and focused on your development goals.",
"feature1": "<bold>Hugging Face Provider</bold>: Access tons of great open source models directly through the new Hugging Face provider with seamless integration and model selection.",
"feature2": "<bold>Inline Command Controls</bold>: New auto-approve and deny controls for command execution give you precise control over terminal operations with customizable permissions.",
"feature3": "<bold>AGENTS.md Rules Support</bold>: Adds support for a community standard AGENTS.md file in the root of the project.",
"hideButton": "Hide announcement",
"detailsDiscussLinks": "Get more details and discuss in <discordLink>Discord</discordLink> and <redditLink>Reddit</redditLink> 🚀"
},
Expand Down
6 changes: 3 additions & 3 deletions webview-ui/src/i18n/locales/es/chat.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions webview-ui/src/i18n/locales/fr/chat.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions webview-ui/src/i18n/locales/hi/chat.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions webview-ui/src/i18n/locales/id/chat.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions webview-ui/src/i18n/locales/it/chat.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions webview-ui/src/i18n/locales/ja/chat.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading