Skip to content

Commit 79a527b

Browse files
committed
Merge branch 'main' into cte/roo-types-package
2 parents bada1ba + 61a381a commit 79a527b

File tree

137 files changed

+3138
-1061
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+3138
-1061
lines changed

.changeset/ready-guests-hide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/slow-spies-walk.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ten-bags-hang.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twelve-pigs-reply.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Roo Code Changelog
22

3+
## [3.18.4] - 2025-05-25
4+
5+
- Fix codebase indexing settings saving and Ollama indexing (thanks @daniel-lxs!)
6+
- Fix handling BOM when user rejects apply_diff (thanks @avtc!)
7+
- Fix wrongfully clearing input on auto-approve (thanks @Ruakij!)
8+
- Fix correct spawnSync parameters for pnpm check in bootstrap.mjs (thanks @ChuKhaLi!)
9+
- Update xAI models and default model ID (thanks @PeterDaveHello!)
10+
- Add metadata to create message (thanks @dtrugman!)
11+
12+
## [3.18.3] - 2025-05-24
13+
14+
- Add reasoning support for Claude 4 and Gemini 2.5 Flash on OpenRouter, plus a fix for o1-pro
15+
- Add experimental codebase indexing + semantic search feature (thanks @daniel-lxs!)
16+
- For providers that used to default to Sonnet 3.7, change to Sonnet 4
17+
- Enable prompt caching for Gemini 2.5 Flash Preview (thanks @shariqriazz!)
18+
- Preserve model settings when selecting a specific OpenRouter provider
19+
- Add ability to refresh LiteLLM models list
20+
- Improve tool descriptions to guide proper file editing tool selection
21+
- Fix MCP Server error loading config when running with npx and bunx (thanks @devxpain!)
22+
- Improve pnpm bootstrapping and add compile script (thanks @KJ7LNW!)
23+
- Simplify object assignment & use startsWith (thanks @noritaka1166!)
24+
- Fix mark-as-read logic in the context tracker (thanks @samhvw8!)
25+
- Remove deprecated claude-3.7-sonnet models from vscodelm (thanks @shariqriazz!)
26+
327
## [3.18.2] - 2025-05-23
428

529
- Fix vscode-material-icons in the filer picker

README.md

Lines changed: 30 additions & 29 deletions
Large diffs are not rendered by default.

evals/packages/types/src/roo-code-defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const rooCodeDefaults: RooCodeSettings = {
5353
maxOpenTabsContext: 20,
5454
maxWorkspaceFiles: 200,
5555
showRooIgnoredFiles: true,
56-
maxReadFileLine: 500, // -1 to enable full file reading.
56+
maxReadFileLine: -1, // -1 to enable full file reading.
5757

5858
language: "en",
5959
telemetrySetting: "enabled",

locales/ca/README.md

Lines changed: 32 additions & 29 deletions
Large diffs are not rendered by default.

locales/de/README.md

Lines changed: 32 additions & 29 deletions
Large diffs are not rendered by default.

locales/es/README.md

Lines changed: 32 additions & 29 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)