Skip to content

Commit 7fe1c0f

Browse files
authored
feat: prepare v3.23.0 release (#5497)
1 parent 9b0f3b2 commit 7fe1c0f

File tree

39 files changed

+807
-777
lines changed

39 files changed

+807
-777
lines changed

.changeset/v3.23.0.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
"roo-cline": minor
3+
---
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!)
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

README.md

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

5050
---
5151

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

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

56-
- **1-Click Task Sharing** - Share your tasks instantly with colleagues and the community with a single click.
57-
- **Global .roo Directory Support** - Load rules and configurations from a global .roo directory for consistent settings across projects.
58-
- **Improved Architect to Code Transitions** - Seamless handoffs from planning in Architect mode to implementation in Code mode.
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.
5958

6059
---
6160

locales/ca/README.md

Lines changed: 43 additions & 42 deletions
Large diffs are not rendered by default.

locales/de/README.md

Lines changed: 43 additions & 42 deletions
Large diffs are not rendered by default.

locales/es/README.md

Lines changed: 43 additions & 42 deletions
Large diffs are not rendered by default.

locales/fr/README.md

Lines changed: 43 additions & 42 deletions
Large diffs are not rendered by default.

locales/hi/README.md

Lines changed: 43 additions & 42 deletions
Large diffs are not rendered by default.

locales/id/README.md

Lines changed: 43 additions & 42 deletions
Large diffs are not rendered by default.

locales/it/README.md

Lines changed: 43 additions & 42 deletions
Large diffs are not rendered by default.

locales/ja/README.md

Lines changed: 43 additions & 42 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)