Skip to content

Commit e022b1d

Browse files
Changeset version bump (#5500)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
1 parent 8bc73bc commit e022b1d

4 files changed

Lines changed: 33 additions & 39 deletions

File tree

.changeset/large-olives-wink.md

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

.changeset/v3.23.0.md

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

CHANGELOG.md

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

3+
## [3.23.0] - 2025-07-08
4+
5+
- Move codebase indexing out of experimental (thanks @daniel-lxs and @MuriloFP!)
6+
- Add todo list tool (thanks @qdaxb!)
7+
- Fix code index secret persistence and improve settings UX (thanks @daniel-lxs!)
8+
- Add Gemini embedding provider for codebase indexing (thanks @SannidhyaSah!)
9+
- Support full endpoint URLs in OpenAI Compatible provider (thanks @SannidhyaSah!)
10+
- Add markdown support to codebase indexing (thanks @MuriloFP!)
11+
- Add Search/Filter Functionality to API Provider Selection in Settings (thanks @GOODBOY008!)
12+
- Add configurable max search results (thanks @MuriloFP!)
13+
- Add copy prompt button to task actions (thanks @Juice10 and @vultrnerd!)
14+
- Fix insertContentTool to create new files with content (thanks @Ruakij!)
15+
- Fix typescript compiler watch path inconsistency (thanks @bbenshalom!)
16+
- Use actual max_completion_tokens from OpenRouter API (thanks @shariqriazz!)
17+
- Prevent completion sound from replaying when reopening completed tasks (thanks @SannidhyaSah!)
18+
- Fix access_mcp_resource fails to handle images correctly (thanks @s97712!)
19+
- Prevent chatbox focus loss during automated file editing (thanks @hannesrudolph!)
20+
- Resolve intermittent hangs and lack of clear error feedback in apply_diff tool (thanks @lhish!)
21+
- Resolve Go duplicate references in tree-sitter queries (thanks @MuriloFP!)
22+
- Chat UI consistency and layout shifts (thanks @seedlord!)
23+
- Chat index UI enhancements (thanks @MuriloFP!)
24+
- Fix model search being prefilled on dropdown (thanks @kevinvandijk!)
25+
- Improve chat UI - add camera icon margin and make placeholder non-selectable (thanks @MuriloFP!)
26+
- Delete .roo/rules-{mode} folder when custom mode is deleted
27+
- Enforce file restrictions for all edit tools in architect mode
28+
- Add User-Agent header to API providers
29+
- Fix auto question timer unmount (thanks @liwilliam2021!)
30+
- Fix new_task tool streaming issue
31+
- Optimize file listing when maxWorkspaceFiles is 0 (thanks @daniel-lxs!)
32+
- Correct export/import of OpenAI Compatible codebase indexing settings (thanks @MuriloFP!)
33+
- Resolve workspace path inconsistency in code indexing for multi-workspace scenarios
34+
335
## [3.22.6] - 2025-07-02
436

537
- Add timer-based auto approve for follow up questions (thanks @liwilliam2021!)

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.22.6",
6+
"version": "3.23.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)