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