Commit 25cb7f1
committed
Merge branch 'main' into gemini-cli
* main: (70 commits)
fix: use native Ollama API instead of OpenAI compatibility layer (RooCodeInc#7137)
feat: add support for OpenAI gpt-5-chat-latest model (RooCodeInc#7058)
Make enhance with task history default to true (RooCodeInc#7140)
Bump cloud version to 0.16.0 (RooCodeInc#7135)
Release: v1.51.0 (RooCodeInc#7130)
Add an API for resuming tasks by ID (RooCodeInc#7122)
Add support for task page event population (RooCodeInc#7117)
fix: add type check before calling .match() on diffItem.content (RooCodeInc#6905) (RooCodeInc#6906)
Fix: Enable save button for provider dropdown and checkbox changes (RooCodeInc#7113)
fix: Use cline.cwd as primary source for workspace path in codebaseSearchTool (RooCodeInc#6902)
Hotfix multiple folder workspace checkpoint (RooCodeInc#6903)
fix: prevent XML entity decoding in diff tools (RooCodeInc#7107) (RooCodeInc#7108)
Refactor task execution system: improve call stack management (RooCodeInc#7035)
Changeset version bump (RooCodeInc#7104)
feat(web): fill missing SEO-related values (RooCodeInc#7096)
Update contributors list (RooCodeInc#6883)
Release v3.25.15 (RooCodeInc#7103)
fix: add /evals page to sitemap generation (RooCodeInc#7102)
feat: implement sitemap generation in TypeScript and remove XML file (RooCodeInc#6206)
fix: reset condensing state when switching tasks (RooCodeInc#6922)
...File tree
250 files changed
+10590
-2723
lines changed- .roo
- commands
- apps/web-roo-code
- src
- app
- enterprise
- evals
- privacy
- terms
- lib
- locales
- ca
- de
- es
- fr
- hi
- id
- it
- ja
- ko
- nl
- pl
- pt-BR
- ru
- tr
- vi
- zh-CN
- zh-TW
- packages
- ipc
- types
- npm
- scripts
- src
- __tests__
- providers
- scripts
- src
- api
- providers
- __tests__
- fetchers
- __tests__
- utils
- __tests__
- transform
- __tests__
- core
- checkpoints
- prompts
- sections
- __tests__
- tools
- protect
- __tests__
- task
- __tests__
- tools
- __tests__
- webview
- __tests__
- extension
- services
- browser
- __tests__
- code-index
- __tests__
- marketplace
- mcp
- ripgrep
- utils
- __tests__
- webview-ui
- src
- components
- account
- __tests__
- chat
- settings
- __tests__
- providers
- utils
- __tests__
- ui/hooks
- __tests__
- context
- 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.
250 files changed
+10590
-2723
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 23 | | |
32 | 24 | | |
33 | 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 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
3 | 50 | | |
4 | 51 | | |
5 | 52 | | |
| |||
0 commit comments