Skip to content

Commit 25e83bf

Browse files
committed
Expand changeset
1 parent 8026793 commit 25e83bf

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.changeset/tall-parts-march.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,45 @@
33
---
44

55
Include changes from Roo Code v3.23.6
6+
7+
- Move codebase indexing out of experimental (thanks @daniel-lxs and @MuriloFP!)
8+
- Add todo list tool (thanks @qdaxb!)
9+
- Fix code index secret persistence and improve settings UX (thanks @daniel-lxs!)
10+
- Add Gemini embedding provider for codebase indexing (thanks @SannidhyaSah!)
11+
- Support full endpoint URLs in OpenAI Compatible provider (thanks @SannidhyaSah!)
12+
- Add markdown support to codebase indexing (thanks @MuriloFP!)
13+
- Add Search/Filter Functionality to API Provider Selection in Settings (thanks @GOODBOY008!)
14+
- Add configurable max search results (thanks @MuriloFP!)
15+
- Add copy prompt button to task actions (thanks @Juice10 and @vultrnerd!)
16+
- Fix insertContentTool to create new files with content (thanks @Ruakij!)
17+
- Fix typescript compiler watch path inconsistency (thanks @bbenshalom!)
18+
- Use actual max_completion_tokens from OpenRouter API (thanks @shariqriazz!)
19+
- Prevent completion sound from replaying when reopening completed tasks (thanks @SannidhyaSah!)
20+
- Fix access_mcp_resource fails to handle images correctly (thanks @s97712!)
21+
- Prevent chatbox focus loss during automated file editing (thanks @hannesrudolph!)
22+
- Resolve intermittent hangs and lack of clear error feedback in apply_diff tool (thanks @lhish!)
23+
- Resolve Go duplicate references in tree-sitter queries (thanks @MuriloFP!)
24+
- Chat UI consistency and layout shifts (thanks @seedlord!)
25+
- Chat index UI enhancements (thanks @MuriloFP!)
26+
- Fix model search being prefilled on dropdown (thanks @kevinvandijk!)
27+
- Improve chat UI - add camera icon margin and make placeholder non-selectable (thanks @MuriloFP!)
28+
- Delete .roo/rules-{mode} folder when custom mode is deleted
29+
- Enforce file restrictions for all edit tools in architect mode
30+
- Add User-Agent header to API providers
31+
- Fix auto question timer unmount (thanks @liwilliam2021!)
32+
- Fix new_task tool streaming issue
33+
- Optimize file listing when maxWorkspaceFiles is 0 (thanks @daniel-lxs!)
34+
- Correct export/import of OpenAI Compatible codebase indexing settings (thanks @MuriloFP!)
35+
- Resolve workspace path inconsistency in code indexing for multi-workspace scenarios
36+
- Always show the code indexing dot under the chat text area
37+
- Fix bug where auto-approval was intermittently failing
38+
- Remove erroneous line from announcement modal
39+
- Update chat area icons for better discoverability & consistency
40+
- Fix a bug that allowed list_files to return directory results that should be excluded by .gitignore
41+
- Add an overflow header menu to make the UI a little tidier (thanks @dlab-anton)
42+
- Fix a bug the issue where null custom modes configuration files cause a 'Cannot read properties of null' error (thanks @daniel-lxs!)
43+
- Replace native title attributes with StandardTooltip component for consistency (thanks @daniel-lxs!)
44+
- Fix: use decodeURIComponent in openFile (thanks @vivekfyi!)
45+
- Fix(embeddings): Translate error messages before sending to UI (thanks @daniel-lxs!)
46+
- Make account tab visible
47+
- Grok 4

0 commit comments

Comments
 (0)