diff --git a/.changeset/large-olives-wink.md b/.changeset/large-olives-wink.md deleted file mode 100644 index a3b4486f1e..0000000000 --- a/.changeset/large-olives-wink.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix model search being prefilled in dropdown to prevent confusion in available models diff --git a/.changeset/v3.23.0.md b/.changeset/v3.23.0.md deleted file mode 100644 index 687a6015f5..0000000000 --- a/.changeset/v3.23.0.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -"roo-cline": minor ---- - -- 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!) -- 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a629487e0..bcc0dd5e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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!) diff --git a/src/package.json b/src/package.json index 82438dd167..8854a782de 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.22.6", + "version": "3.23.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",