ShayBC
4095c16d32
Merge branch 'main' of https://github.com/RooVetGit/Roo-Code into sbc_add_subtasks
2025-02-26 12:49:19 +02:00
ShayBC
36cfa31d20
try to fix test
2025-02-26 12:28:01 +02:00
cte
41e75bc989
Model picker fixes
2025-02-25 23:02:43 -08:00
Chris Estreich
17f0a5d961
Merge pull request #1192 from RooVetGit/cte/move-model-fetchers
...
Move & clean up model fetchers
2025-02-25 13:26:39 -08:00
Matt Rubens
199b6eaec1
Merge pull request #1190 from RooVetGit/file_drag_drop
...
File drag and drop
2025-02-25 16:02:50 -05:00
Matt Rubens
77a6e2be6d
File drag and drop
2025-02-25 15:49:38 -05:00
Matt Rubens
91ef9fbdb3
Clean up maxTokens logic
2025-02-25 15:29:57 -05:00
Chris Estreich
159621cea6
Move & clean up model fetchers
2025-02-25 11:35:24 -08:00
ShayBC
1ff403d5ea
fixed 2 more places in ClineProvider.test that needed cline mocks (setTaskNumber, getTaskNumber)
2025-02-25 09:31:04 +02:00
ShayBC
4744f7f231
fixed ClineProvider.test.ts to include cline.getTaskNumber and cline.setTaskNumber mock
2025-02-25 09:20:43 +02:00
ShayBC
dcde2e06f8
Merge branch 'main' of https://github.com/RooVetGit/Roo-Code into sbc_add_subtasks
2025-02-25 08:48:00 +02:00
Chris Estreich
6763824b5b
Merge pull request #1167 from RooVetGit/cte/claude-3.7-thinking
...
Claude 3.7 thinking
2025-02-24 22:27:59 -08:00
cte
09902904f3
Persist anthropicThinking
2025-02-24 22:08:14 -08:00
cte
c9713ea40a
Fix labels for anthropic/claude-3.7-sonnet:beta
2025-02-24 15:10:53 -08:00
ShayBC
01765995ad
added task no indicator + improved deleteTask code
2025-02-24 23:00:11 +02:00
cte
0e644f102f
Default to Claude 3.7 where appropriate
2025-02-24 12:48:55 -08:00
Matt Rubens
08aa911e13
Revert "Merge pull request #1125 from hannesrudolph/change_order_apply_diff"
...
This reverts commit dddac90721 , reversing
changes made to 1c9dcaddc4 .
2025-02-24 13:25:33 -06:00
cte
b82a81c826
Add a ClineOptions type
2025-02-23 21:59:21 -08:00
ShayBC
655930cf5f
added getClineStackSize() to ClineProvider and fixed its tests
2025-02-24 00:27:40 +02:00
ShayBC
87f6ac4d06
pass last message of a subtask to parent task
2025-02-23 05:15:23 +02:00
Roo Code
e134e544a6
Rename 'apply_diff' tool to 'edit_file' across codebase
2025-02-22 18:30:10 -07:00
ShayBC
c3c3874593
subtasks alpha version (still in development)
2025-02-22 23:52:13 +02:00
Matt Rubens
97b67928f0
Add tests
2025-02-21 19:45:29 -05:00
Matt Rubens
e6f3bb7051
Merge pull request #1051 from System233/patch-settings-panel-rename
...
Fix settings panel reset during state update
2025-02-19 22:54:11 -05:00
System233
b732005d23
fix: getunbound.ai may return null
2025-02-20 10:28:29 +08:00
Albert Arnó
b415fd3d54
Added Catalan language support
2025-02-19 17:23:23 +01:00
Roo Code
bfa73fb69d
Does that work?
2025-02-18 21:16:16 -07:00
Roo Code
7bb8edf720
Added MCP server deletion with confirmation dialog
...
- Added delete button with trash icon to MCP server rows
- Implemented confirmation dialog using existing Dialog component
- Added "deleteMcpServer" message type to WebviewMessage interface
- Added handler in ClineProvider to process deletion:
- Removes server from MCP settings file
- Closes server connection
- Updates UI to reflect changes
- Added user feedback with success/error notifications
- Ensured consistent modal design with rest of application
2025-02-18 11:19:08 -07:00
Matt Rubens
a55939e731
Merge pull request #1042 from System233/patch-default-preferred-language
...
Fix default value assignment for preferredLanguage.
2025-02-17 21:02:07 -05:00
System233
bb38b4aed3
Fix default value assignment for preferredLanguage.
2025-02-18 06:00:28 +08:00
System233
2943d655cf
Fix input box revert issue and configuration loss during profile switch #955
2025-02-18 01:02:51 +08:00
Matt Rubens
a9d8a1d00d
Merge branch 'main' into mistral
2025-02-14 09:25:34 -05:00
Matt Rubens
5c9fea93f5
Fix some test warnings
2025-02-14 09:10:38 -05:00
Matt Rubens
0855159f70
Setting for the max number of open tabs to include in context
2025-02-13 22:23:20 -05:00
cte
90b019f55c
Shadow git checkpoints
2025-02-12 13:17:43 -08:00
d.o.it
19c38a3668
Add mistralCodestralUrl to global state management in ClineProvider
2025-02-12 15:21:35 +01:00
Mamerto Fabian Jr
18fe01baf3
Add 'copySystemPrompt' functionality and refactor system prompt generation
2025-02-11 09:17:45 +08:00
sam hoang
e9d9e03b72
fix: improve model picker refresh handling and API config updates
...
- Add proper change detection for refreshValues using deep comparison
- Increase debounce timing from 50ms to 100ms for better performance
- Add proper error handling for missing Requesty API key
- Fix apiConfiguration update to properly merge with existing state
- Remove debug console logs
2025-02-11 01:48:55 +07:00
sam hoang
793b13ea28
remove verbose
2025-02-11 00:43:45 +07:00
Matt Rubens
2449c49358
Merge remote-tracking branch 'origin/main' into feat/roo-code-requesty-provider
2025-02-10 10:53:51 -05:00
sam hoang
91fe764cb8
feat: add Requesty API provider support
...
- Add RequestyHandler implementation for API integration
- Add RequestyModelPicker component for model selection
- Update shared types and messages for Requesty support
- Update API options to include Requesty provider
2025-02-10 20:13:43 +07:00
Matt Rubens
2ccab1444b
Merge remote-tracking branch 'origin/main' into temperature_control
2025-02-09 22:53:44 -05:00
Matt Rubens
d8274aca70
Merge pull request #902 from MuriloFP/fix-disabled-mcp-list
...
fix: ensure disabled MCP servers appear in settings UI
2025-02-09 22:34:50 -05:00
Roo Code
50f6e3ea65
Fix "Restore Checkpoint" popover
2025-02-09 17:50:22 -08:00
MuriloFP
0bb6112257
fix: ensure disabled MCP servers appear in settings UI
...
When the MCP server was initialized before opening RooCode, disabled servers
would not appear in the settings UI. This was fixed by:
1. Using getAllServers() instead of getServers() in ClineProvider.ts for UI
state updates, ensuring all servers (including disabled ones) are shown
2. Maintaining getServers() for operational use (AI prompts, tool calls)
where disabled servers should be filtered out
The fix maintains clean separation between UI display and operational
server filtering.
2025-02-09 19:15:01 -03:00
Vignesh Subbiah
5995923daf
Merge branch 'main' into pm/unbound-fetch-models
2025-02-08 22:11:22 +05:30
Vignesh Subbiah
c049436101
DRYs up read model from cache logic
2025-02-08 18:44:32 +05:30
Vignesh Subbiah
70ed217149
Merge branch 'main' into pm/unbound-fetch-models
2025-02-08 17:46:35 +05:30
cte
121f3ab7fa
Checkpoint service integration
2025-02-07 22:27:27 -08:00
Roo Code
bc9773ff9a
Configure per-configuration temperature
2025-02-08 00:21:13 -05:00