Commit graph

308 commits

Author SHA1 Message Date
cte
d94067aba8 Revert maxTokens change for now 2025-02-24 12:54:05 -08:00
cte
0e644f102f Default to Claude 3.7 where appropriate 2025-02-24 12:48:55 -08:00
Matt Rubens
e36d2e3588
Merge pull request #1150 from RooVetGit/revert_tool_changes
Revert "Merge pull request #1125 from hannesrudolph/change_order_appl…
2025-02-24 13:35:37 -06:00
Chris Estreich
645d069c08
Merge pull request #1149 from RooVetGit/cte/claude-3.7
Add Claude 3.7
2025-02-24 11:35:00 -08:00
cte
c677a450d1 Fix maxTokens 2025-02-24 11:30:15 -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
92ac610366 Add Claude 3.7 2025-02-24 11:14:08 -08:00
Catalin Lupuleti
39715f13e1 Added support for Claude sonnet 3.7 via VertexAI 2025-02-24 19:05:05 +00:00
Matt Rubens
5a6ca2bef1
Revert "Include the original task in the power steering content" 2025-02-23 23:04:22 -06:00
Matt Rubens
86896a8865 Include the original task in the power steering content 2025-02-23 22:09:12 -06:00
Roo Code
6225994a7c Rename 'write_to_file' tool to 'create_file' across codebase and fixed tests 2025-02-22 20:02:17 -07:00
Roo Code
e134e544a6 Rename 'apply_diff' tool to 'edit_file' across codebase 2025-02-22 18:30:10 -07:00
Roo Code
24d52809d7 Reorder tool groups and update tool usage instructions to always mention apply_diff before write_to_file 2025-02-22 16:38:46 -07:00
Matt Rubens
6e55470155 Tweak the debug prompt 2025-02-22 00:06:48 -05:00
Matt Rubens
c0090952d6
Update experiments.test.ts 2025-02-21 19:53:05 -05:00
Matt Rubens
6d7f4d92fc
Update experiments.ts 2025-02-21 19:48:37 -05:00
Matt Rubens
97b67928f0 Add tests 2025-02-21 19:45:29 -05:00
Matt Rubens
df46f60117 Power steering 2025-02-21 19:45:29 -05:00
Matt Rubens
c4bc1c0861 Add debugger mode 2025-02-21 19:45:29 -05:00
Marvin Thobejane
a7c842fd9d gpt 4o price update 2025-02-21 00:11:18 +02: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
17be7c18f8
Merge pull request #979 from System233/patch-input-boxes
Fix input box revert issue and configuration loss during profile switch #955
2025-02-17 17:05:38 -05: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
e66b0853b3 Make sure the agent knows about all available modes with the correct overrides 2025-02-15 01:13:21 -05:00
Saoud Rizwan
17157c46cb Add terminal context mention 2025-02-14 22:27:38 -05:00
Matt Rubens
a9d8a1d00d
Merge branch 'main' into mistral 2025-02-14 09:25:34 -05:00
Matt Rubens
7c6fe52c80 Add support for project-specific .roomodes 2025-02-13 23:14:59 -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
Matt Rubens
5f3ff25d6b Disable writing in ask mode 2025-02-13 01:09:45 -05:00
cte
90b019f55c Shadow git checkpoints 2025-02-12 13:17:43 -08:00
d.o.it
95078a6bc9 add mistral latest api models 2025-02-12 15:04:02 +01:00
d.o.it
4497e42206 Add Mistral API configuration and models 2025-02-12 14:22:40 +01:00
cte
d8960788b4 Store initial checkpoint 2025-02-11 11:10:47 -08:00
Mamerto Fabian Jr
18fe01baf3 Add 'copySystemPrompt' functionality and refactor system prompt generation 2025-02-11 09:17:45 +08: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
d6e55afb51 using ModelPicker for Requesty Model Picker 2025-02-10 20:14:50 +07: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
Vignesh Subbiah
5995923daf
Merge branch 'main' into pm/unbound-fetch-models 2025-02-08 22:11:22 +05:30
cte
59ddaa9f00 Current checkpoint indicator 2025-02-08 01:07:31 -08:00
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
Pugazhendhi
ddc6b9c63f Changed default model to sonnet 3.5 2025-02-07 18:57:58 +05:30
pugazhendhi-m
26baaf89a3
Merge branch 'main' into WEB-1756 2025-02-07 13:02:46 +05:30
Pugazhendhi
915d173720 Reverts changes 2025-02-06 12:53:24 +05:30
Pugazhendhi
32f91b6291 Merged with main branch 2025-02-06 12:44:22 +05:30
Matt Rubens
517b5450f2
Merge pull request #807 from samhvw8/feat/terminal-menu-context
feat: add terminal context menu command
2025-02-05 23:41:32 -05:00
sam hoang
679866ca52 add user input 2025-02-06 10:48:34 +07:00
sam hoang
0ceb370008 feat: add terminal integration commands
- Add terminal context menu commands for:
  - Adding terminal content to context
  - Fixing failed commands
  - Explaining commands
- Implement terminal content selection and retrieval
- Add support prompts for terminal actions
- Register terminal action handlers
2025-02-06 10:27:12 +07:00
Matt Rubens
49c21b6c69 Add new gemini models 2025-02-05 12:04:36 -05:00