mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
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>
This commit is contained in:
parent
8bc73bcaca
commit
e022b1de7d
4 changed files with 33 additions and 39 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Fix model search being prefilled in dropdown to prevent confusion in available models
|
||||
|
|
@ -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
|
||||
32
CHANGELOG.md
32
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!)
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue