Skip to content

Commit 6216075

Browse files
Changeset version bump (#6239)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent daccdb3 commit 6216075

File tree

4 files changed

+17
-23
lines changed

4 files changed

+17
-23
lines changed

.changeset/brown-insects-start.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/v3.24.0.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Roo Code Changelog
22

3+
## [3.24.0] - 2025-07-25
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
18+
319
## [3.23.19] - 2025-07-23
420

521
- Add Roo Code Cloud Waitlist CTAs (thanks @brunobergher!)

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.23.19",
6+
"version": "3.24.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)