|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
3 | | -## 3.23.0 |
4 | | - |
5 | | -### Minor Changes |
6 | | - |
7 | | -- - Move codebase indexing out of experimental (thanks @daniel-lxs and @MuriloFP!) |
8 | | - |
9 | | -### Patch Changes |
10 | | - |
11 | | -- Fix model search being prefilled in dropdown to prevent confusion in available models |
| 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 |
12 | 34 |
|
13 | 35 | ## [3.22.6] - 2025-07-02 |
14 | 36 |
|
|
0 commit comments