Commit 089c425
committed
Merge branch 'main' into gemini-cli
* main:
fix: Resolve confusing auto-approve checkbox states (RooCodeInc#5602)
fix: prevent empty mode names from being saved (RooCodeInc#5766) (RooCodeInc#5794)
Format time in ISO 8601 (RooCodeInc#5793)
fix: resolve DirectoryScanner memory leak and improve file limit handling (RooCodeInc#5785)
Fix settings dirty check (RooCodeInc#5779)
feat: increase Ollama API timeout values and extract as constants (RooCodeInc#5778)
fix: Exclude Terraform and Terragrunt cache directories from checkpoints (RooCodeInc#4601) (RooCodeInc#5750)
Move less commonly used provider settings into an advanced dropdown (RooCodeInc#5762)
feat: Add configurable error & repetition limit with unified control (RooCodeInc#5654) (RooCodeInc#5752)
list-files must include at least the first-level directory contents (RooCodeInc#5303)
Update evals repo link (RooCodeInc#5758)
Feature/vertex ai model name conversion (RooCodeInc#5728)
fix(litellm): handle baseurl with paths correctly (RooCodeInc#5697)
Add telemetry for todos (RooCodeInc#5746)
feat: add undo functionality for enhance prompt feature (fixes RooCodeInc#5741) (RooCodeInc#5742)
Fix max_tokens limit for moonshotai/kimi-k2-instruct on Groq (RooCodeInc#5740)
Changeset version bump (RooCodeInc#5735)
Add changeset for v3.23.12 patch release (RooCodeInc#5734)
Update the max-token calculation in model-params to use the shared logic (RooCodeInc#5720)
Changeset version bump (RooCodeInc#5719)
chore: add changeset for v3.23.11 patch release (RooCodeInc#5718)
Add Kimi K2 model and better support (RooCodeInc#5717)
Fix: Remove invalid skip-checkout parameter from GitHub Actions workflows (RooCodeInc#5676)
feat: add Cmd+Shift+. keyboard shortcut for previous mode switching (RooCodeInc#5695)
Changeset version bump (RooCodeInc#5708)
chore: add changeset for v3.23.10 patch release (RooCodeInc#5707)
Add padding to the index model options (RooCodeInc#5706)
fix: prioritize built-in model dimensions over custom dimensions (RooCodeInc#5705)
Update CHANGELOG.md
Changeset version bump (RooCodeInc#5702)
chore: add changeset for v3.23.9 patch release (RooCodeInc#5701)
Tweaks to command timeout error (RooCodeInc#5700)
Update contributors list (RooCodeInc#5639)
feat: enable Claude Code provider to run natively on Windows (RooCodeInc#5615)
feat: Add configurable timeout for command execution (RooCodeInc#5668)
feat: add gemini-embedding-001 model to code-index service (RooCodeInc#5698)
fix: resolve vector dimension mismatch error when switching embedding models (RooCodeInc#5616) (RooCodeInc#5617)
fix: [5424] return the cwd in the exec tool's response so that the model is not lost after subsequent calls (RooCodeInc#5667)
Changeset version bump (RooCodeInc#5670)
chore: add changeset for v3.23.8 patch release (RooCodeInc#5669)File tree
162 files changed
+5195
-1169
lines changed- .github/workflows
- apps/web-roo-code/src/app/evals
- locales
- ca
- de
- es
- fr
- hi
- id
- it
- ja
- ko
- nl
- pl
- pt-BR
- ru
- tr
- vi
- zh-CN
- zh-TW
- packages/types/src
- providers
- __tests__
- src
- api
- providers
- fetchers
- __tests__
- transform
- core
- config
- __tests__
- environment
- task
- __tests__
- tools
- __tests__
- webview
- i18n/locales
- ca
- de
- en
- es
- fr
- hi
- id
- it
- ja
- ko
- nl
- pl
- pt-BR
- ru
- tr
- vi
- zh-CN
- zh-TW
- integrations/claude-code
- __tests__
- services
- checkpoints
- code-index
- __tests__
- constants
- embedders
- __tests__
- interfaces
- processors
- __tests__
- vector-store
- __tests__
- glob
- __tests__
- webview-ui
- src
- __tests__
- components
- chat
- __tests__
- modes
- settings
- __tests__
- providers
- hooks
- __tests__
- i18n/locales
- ca
- de
- en
- es
- fr
- hi
- id
- it
- ja
- ko
- nl
- pl
- pt-BR
- ru
- tr
- vi
- zh-CN
- zh-TW
- utils
- __tests__
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
162 files changed
+5195
-1169
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | 34 | | |
37 | 35 | | |
38 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | 28 | | |
31 | 29 | | |
32 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
3 | 31 | | |
4 | 32 | | |
5 | 33 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
0 commit comments